Home | History | Annotate | Download | only in text

Lines Matching defs:IDENTICAL

75 * <li>IDENTICAL strength:
76 * When all other strengths are equal, the IDENTICAL strength is used as a
188 * the IDENTICAL strength is used as a tiebreaker. The Unicode code point
196 public final static int IDENTICAL = 15;
200 * should not be used, IDENTICAL should be used instead. ICU's
204 public final static int FULL_DECOMPOSITION = IDENTICAL;
362 * @see #IDENTICAL
703 "primary", "secondary", "tertiary", "quaternary", "identical");
704 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
1159 * @see #IDENTICAL