Home
last modified time | relevance | path

Searched refs:collkey (Results 1 – 4 of 4) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollator.java1037 String collkey = key.toString(); in put() local
1038 if (!values.contains(collkey)) { in put()
1039 values.add(collkey); in put()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollator.java998 String collkey = key.toString(); in put() local
999 if (!values.contains(collkey)) { in put()
1000 values.add(collkey); in put()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java60 String collkey = rb.getStringWithFallback("collations/default"); in hasCollationElements() local
61 ICUResourceBundle elements = rb.getWithFallback("collations/" + collkey); in hasCollationElements()
1617 String collkey = rb.getStringWithFallback("collations/default"); in TestLocaleRuleBasedCollators() local
1618 ICUResourceBundle elements = rb.getWithFallback("collations/" + collkey); in TestLocaleRuleBasedCollators()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java63 String collkey = rb.getStringWithFallback("collations/default"); in hasCollationElements() local
64 ICUResourceBundle elements = rb.getWithFallback("collations/" + collkey); in hasCollationElements()
1620 String collkey = rb.getStringWithFallback("collations/default"); in TestLocaleRuleBasedCollators() local
1621 ICUResourceBundle elements = rb.getWithFallback("collations/" + collkey); in TestLocaleRuleBasedCollators()