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

/libcore/luni/src/main/java/java/text/
H A DCollator.java61 * This {@code Collator} deals only with two decomposition modes, the canonical
64 * {@code java.text.Collator.FULL_DECOMPOSITION} is not supported here. If the
65 * canonical decomposition mode is set, {@code Collator} handles un-normalized
75 * // Get the Collator for US English and set its strength to PRIMARY
76 * Collator usCollator = Collator.getInstance(Locale.US);
77 * usCollator.setStrength(Collator.PRIMARY);
91 * Collator myCollator = Collator.getInstance();
92 * myCollator.setDecomposition(Collator
111 public abstract class Collator implements Comparator<Object>, Cloneable { class in inherits:Comparator,Cloneable
150 Collator(RuleBasedCollatorICU icuColl) { method in class:Collator
157 protected Collator() { method in class:Collator
[all...]

Completed in 43 milliseconds