Searched refs:IDENTICAL (Results 1 – 7 of 7) sorted by relevance
166 public final static int IDENTICAL = 3; field in Collator324 return (value == android.icu.text.Collator.IDENTICAL) ? IDENTICAL : value; in getStrength()343 if (newStrength == IDENTICAL) { in setStrength()344 newStrength = android.icu.text.Collator.IDENTICAL; in setStrength()
134 case Collator.IDENTICAL: toAddTo.append('='); break; in addToBuffer()228 newStrength = Collator.IDENTICAL; break; in next()
244 if (newEntry.strength != Collator.IDENTICAL in fixEntry()
37 c.setStrength(Collator.IDENTICAL); in test_compareLjava_lang_ObjectLjava_lang_Object()127 c.setStrength(Collator.IDENTICAL); in test_equalsLjava_lang_StringLjava_lang_String()215 c.setStrength(Collator.IDENTICAL); in failing_test_setDecompositionI()
56 collator.setStrength(Collator.IDENTICAL); in timeCollatorIdentical()
36 collator.setStrength(Collator.IDENTICAL); in test_setStrengthI()37 assertEquals(Collator.IDENTICAL, collator.getStrength()); in test_setStrengthI()
118 public static final int IDENTICAL = 3; // 0x3 field in Collator