Searched refs:CollationKeyICU (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
H A DCollationKeyICU.java18 public final class CollationKeyICU extends CollationKey { class in inherits:CollationKey
29 CollationKeyICU(String source, byte[] bytes) { method in class:CollationKeyICU
37 if (other instanceof CollationKeyICU) {
38 rhsBytes = ((CollationKeyICU) other).bytes;
H A DRuleBasedCollatorICU.java102 return new CollationKeyICU(source, key);

Completed in 81 milliseconds