HomeSort by relevance Sort by last modified time
    Searched defs:IDENTICAL (Results 1 - 25 of 46) sorted by null

1 2

  /external/icu/icu4c/source/i18n/unicode/
coll.h 122 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
126 * differences and "e" and "e" are identical. The following shows how both case
187 * Two characters are considered "identical" when they have the same unicode
201 IDENTICAL = UCOL_IDENTICAL // 15
    [all...]
  /libcore/ojluni/src/main/java/java/text/
Collator.java 84 * <code>SECONDARY</code>, <code>TERTIARY</code>, and <code>IDENTICAL</code>.
88 * "e" and "E" are tertiary differences and "e" and "e" are identical.
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;
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
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java 57 * <li>IDENTICAL strength:
58 * When all other strengths are equal, the IDENTICAL strength is used as a
189 public final static int QUATERNARY = java.text.Collator.IDENTICAL;
193 * the IDENTICAL strength is used as a tiebreaker. The Unicode code point
203 public final static int IDENTICAL = java.text.Collator.FULL_DECOMPOSITION;
207 * should not be used, IDENTICAL should be used instead. ICU's
262 * @see #IDENTICAL
264 * of PRIMARY, SECONDARY, TERTIARY, QUATERNARY or IDENTICAL.
730 * @see #IDENTICAL
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 76 * <li>IDENTICAL strength:
77 * When all other strengths are equal, the IDENTICAL strength is used as a
184 * the IDENTICAL strength is used as a tiebreaker. The Unicode code point
191 public final static int IDENTICAL = 15;
195 * should not be used, IDENTICAL should be used instead. ICU's
198 public final static int FULL_DECOMPOSITION = IDENTICAL;
343 * @see #IDENTICAL
673 "primary", "secondary", "tertiary", "quaternary", "identical");
674 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 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);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 707 milliseconds

1 2