Searched defs:rawCollationKey (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRuleBasedCollator.java1045 buffer.rawCollationKey = getRawCollationKey(source, buffer.rawCollationKey, buffer);
1046 return new CollationKey(source, buffer.rawCollationKey);
1747 RawCollationKey rawCollationKey; field in class:RuleBasedCollator.CollationBuffer
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DRuleBasedCollator.java1070 buffer.rawCollationKey = getRawCollationKey(source, buffer.rawCollationKey, buffer);
1071 return new CollationKey(source, buffer.rawCollationKey);
1782 RawCollationKey rawCollationKey; field in class:RuleBasedCollator.CollationBuffer

Completed in 107 milliseconds