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

/libcore/luni/src/main/java/libcore/icu/
H A DRuleBasedCollatorICU.java18 public final class RuleBasedCollatorICU implements Cloneable { class in inherits:Cloneable
47 public RuleBasedCollatorICU(String rules) throws ParseException { method in class:RuleBasedCollatorICU
54 public RuleBasedCollatorICU(Locale locale) { method in class:RuleBasedCollatorICU
58 private RuleBasedCollatorICU(long address) { method in class:RuleBasedCollatorICU
63 return new RuleBasedCollatorICU(NativeCollation.safeClone(address));
127 return 42; // No-one uses RuleBasedCollatorICU as a hash key.
138 if (!(object instanceof RuleBasedCollatorICU)) {
141 RuleBasedCollatorICU rhs = (RuleBasedCollatorICU) object;

Completed in 148 milliseconds