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

/libcore/ojluni/src/main/java/java/text/
H A DCollator.java84 * <code>SECONDARY</code>, <code>TERTIARY</code>, and <code>IDENTICAL</code>.
160 * PRIMARY, SECONDARY, and TERTIARY levels but different at the IDENTICAL
163 * (A, combining-grave) will be considered significant at the IDENTICAL
166 public final static int IDENTICAL = 3; field in class:Collator
317 * @see java.text.Collator#IDENTICAL
322 // The value for IDENTICAL in ICU differs from that used in this class.
324 return (value == android.icu.text.Collator.IDENTICAL) ? IDENTICAL : value;
336 * @see java.text.Collator#IDENTICAL
338 * PRIMARY, SECONDARY, TERTIARY or IDENTICAL
[all...]

Completed in 276 milliseconds