Searched defs:CollationKeyICU (Results 1 - 1 of 1) 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;

Completed in 78 milliseconds