Home | History | Annotate | Download | only in text

Lines Matching refs:PRIMARY

36  * <li>PRIMARY strength: Typically, this is used to denote differences between
43 * the language. A secondary difference is ignored when there is a primary
50 * when there is a primary or secondary difference anywhere in the strings.
75 * // Get the Collator for US English and set its strength to PRIMARY
77 * usCollator.setStrength(Collator.PRIMARY);
131 public static final int PRIMARY = 0;
297 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
326 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
360 case Collator.PRIMARY:
376 javaValue = Collator.PRIMARY;