Home | History | Annotate | Download | only in text

Lines Matching defs:Collator

15 public abstract class Collator implements Cloneable {
17 * Strongest collator strength value. Typically used to denote differences
26 * Second level collator strength value.
38 * Third level collator strength value.
50 * Fourth level collator strength value.
65 * Smallest Collator strength value. When all other strengths are equal,
82 * used to create the Collator.</p>
108 public static Collator getInstance(Locale locale) {
126 * . Collator myCollation = Collator.getInstance(Locale::US);
142 * Get the decomposition mode of this Collator.
192 * . Collator myCollation = Collator.createInstance(Locale::US);
212 * . Collator myCollation = Collator.createInstance(Locale::US);
229 * Collator collator = Collator.getInstance();
230 * CollationKey collationKey = collator.getCollationKey("string");