Home
last modified time | relevance | path

Searched defs:baseRules (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dg7coll.cpp159 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo1() local
193 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo2() local
227 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo3() local
262 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo4() local
H A Dmnkytst.cpp223 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestRules() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dg7coll.cpp159 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo1() local
193 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo2() local
227 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo3() local
262 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestDemo4() local
H A Dmnkytst.cpp223 const UnicodeString baseRules = (dynamic_cast<RuleBasedCollator*>(col))->getRules(); in TestRules() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/collator/
H A DG7CollationTest.java72 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo1() local
99 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo2() local
127 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo3() local
154 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo4() local
H A DCollationMonkeyTest.java208 String baseRules = ((RuleBasedCollator)col).getRules(); in TestRules() local
H A DCollationFrozenMonkeyTest.java233 String baseRules = ((RuleBasedCollator)col).getRules(); in TestRules() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DG7CollationTest.java75 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo1() local
102 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo2() local
130 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo3() local
157 String baseRules = ((RuleBasedCollator)col).getRules(); in TestDemo4() local
H A DCollationMonkeyTest.java211 String baseRules = ((RuleBasedCollator)col).getRules(); in TestRules() local
H A DCollationFrozenMonkeyTest.java236 String baseRules = ((RuleBasedCollator)col).getRules(); in TestRules() local