Home
last modified time | relevance | path

Searched refs:rawCollationKey (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1087 buffer.rawCollationKey = getRawCollationKey(source, buffer.rawCollationKey, buffer); in getCollationKey()
1088 return new CollationKey(source, buffer.rawCollationKey); in getCollationKey()
1798 RawCollationKey rawCollationKey; field in RuleBasedCollator.CollationBuffer
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DAlphabeticIndexTest.java611 RawCollationKey rawCollationKey = collator.getRawCollationKey(name, null); in TestClientSupport() local
612 …R4<RawCollationKey, String, Integer, Double> row = Row.of(rawCollationKey, name, name.length(), te… in TestClientSupport()