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

1 2

  /external/icu/icu4c/source/i18n/unicode/
coll.h 122 * <code>TERTIARY</code>, <code>QUATERNARY</code> and <code>IDENTICAL</code>.
125 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary
153 * and the way in which secondary and tertiary differences are taken into
172 * PRIMARY to ignore secondary and tertiary differences.<br>
177 * difference. Set comparison level to SECONDARY to ignore tertiary
182 * tertiary difference. Set comparison level to TERTIARY to include all
185 * Example of tertiary difference, "abc" &lt;&lt;&lt; "ABC".
199 TERTIARY = UCOL_TERTIARY, // 2
407 * . myCollation->setStrength(Collator::TERTIARY);
    [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.
146 * Collator strength value. When set, only TERTIARY and above differences are
149 * case differences ("a" vs "A") to be considered a TERTIARY difference.
153 public final static int TERTIARY = 2;
160 * PRIMARY, SECONDARY, and TERTIARY levels but different at the IDENTICAL
316 * @see java.text.Collator#TERTIARY
335 * @see java.text.Collator#TERTIARY
338 * PRIMARY, SECONDARY, TERTIARY or IDENTICAL.
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java 41 * <li>TERTIARY strength: Upper and lower case differences in characters are
42 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
44 * form on the tertiary strength (such as "A" and "&#9398;"). Another
46 * difference between large and small Kana. A tertiary difference is ignored
50 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
54 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY
169 * form on the tertiary level.
175 public final static int TERTIARY = java.text.Collator.TERTIARY;
181 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIARY
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 60 * <li>TERTIARY strength: Upper and lower case differences in characters are
61 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
63 * form on the tertiary strength (such as "A" and "?"). Another
65 * difference between large and small Kana. A tertiary difference is ignored
69 * Ignoring Punctuations in the User Guide</a>) at PRIMARY to TERTIARY
73 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY
162 * form on the tertiary level.
167 public final static int TERTIARY = 2;
173 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
341 * @see #TERTIARY
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 59 * <li>TERTIARY strength: Upper and lower case differences in characters are
60 * distinguished at tertiary strength (for example, "ao" &lt; "Ao" &lt;
62 * form on the tertiary strength (such as "A" and "?"). Another
64 * difference between large and small Kana. A tertiary difference is ignored
68 * Ignoring Punctuations in the User Guide</a>) at PRIMARY to TERTIARY
72 * This difference is ignored when there is a PRIMARY, SECONDARY or TERTIARY
164 * form on the tertiary level.
170 public final static int TERTIARY = 2;
176 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
360 * @see #TERTIARY
    [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 54 milliseconds

1 2