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

/libcore/ojluni/src/main/java/java/text/
H A DCollator.java47 * The <code>Collator</code> class performs locale-sensitive
52 * <code>Collator</code> is an abstract base class. Subclasses
61 * <code>Collator</code> object for a given locale. You will only need
62 * to look at the subclasses of <code>Collator</code> if you need
68 * the <code>Collator</code> for the default locale.
72 * Collator myCollator = Collator.getInstance();
81 * You can set a <code>Collator</code>'s <em>strength</em> property
93 * //Get the Collator for US English and set its strength to PRIMARY
94 * Collator usCollato
123 public abstract class Collator class in inherits:java.util.Comparator,Cloneable
484 protected Collator() method in class:Collator
494 Collator(android.icu.text.Collator icuColl) { method in class:Collator
[all...]

Completed in 62 milliseconds