HomeSort by relevance Sort by last modified time
    Searched defs:TERTIARY (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
coll.h 124 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
127 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary
165 * and the way in which secondary and tertiary differences are taken into
184 * PRIMARY to ignore secondary and tertiary differences.<br>
189 * difference. Set comparison level to SECONDARY to ignore tertiary
194 * tertiary difference. Set comparison level to TERTIARY to include all
197 * Example of tertiary difference, "abc" &lt;&lt;&lt; "ABC".
211 TERTIARY = 2,
571 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignore
    [all...]
  /external/icu4c/i18n/unicode/
coll.h 124 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
127 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary
165 * and the way in which secondary and tertiary differences are taken into
184 * PRIMARY to ignore secondary and tertiary differences.<br>
189 * difference. Set comparison level to SECONDARY to ignore tertiary
194 * tertiary difference. Set comparison level to TERTIARY to include all
197 * Example of tertiary difference, "abc" &lt;&lt;&lt; "ABC".
211 TERTIARY = 2,
571 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignore
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
Collator.java 41 * form on the tertiary level.
47 public final static int TERTIARY = CollationAttribute.VALUE_TERTIARY;
53 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
134 * . // (with tertiary difference between "abc" and "ABC")
164 * E.g. with strength == SECONDARY, the tertiary difference is ignored
167 * E.g. with strength == PRIMARY, the secondary and tertiary difference
173 * @see #TERTIARY
195 * . // tertiary differences will be ignored
201 * @see #TERTIARY
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 40 sComplexityCollator.setStrength(Collator.TERTIARY);
  /libcore/luni/src/main/java/java/text/
Collator.java 44 * <li>TERTIARY strength: Upper and lower case differences in characters are
45 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
47 * on the tertiary strength (such as "A" and "&#9398;"). Another example is the
48 * difference between large and small Kana. A tertiary difference is ignored
140 public static final int TERTIARY = 2;
301 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
330 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
368 case Collator.TERTIARY:
369 return com.ibm.icu4jni.text.Collator.TERTIARY;
385 case com.ibm.icu4jni.text.Collator.TERTIARY
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 141 milliseconds