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

  /external/icu4c/i18n/unicode/
coll.h 123 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>,
126 * For example, in Czech, "e" and "f" are considered primary differences,
133 * //Get the Collator for US English and set its strength to PRIMARY
136 * usCollator->setStrength(Collator::PRIMARY);
138 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl;
183 * Base letter represents a primary difference. Set comparison level to
184 * PRIMARY to ignore secondary and tertiary differences.<br>
186 * Example of primary difference, "abc" &lt; "abd"
209 PRIMARY = 0,
572 * <p>E.g. with strength == PRIMARY, the secondary and tertiary differenc
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 32 sCompressingCollator.setStrength(Collator.PRIMARY);
  /libcore/luni/src/main/java/java/text/
Collator.java 36 * <li>PRIMARY strength: Typically, this is used to denote differences between
43 * the language. A secondary difference is ignored when there is a primary
50 * when there is a primary or secondary difference anywhere in the strings.
75 * // Get the Collator for US English and set its strength to PRIMARY
77 * usCollator.setStrength(Collator.PRIMARY);
131 public static final int PRIMARY = 0;
297 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
326 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
360 case Collator.PRIMARY:
376 javaValue = Collator.PRIMARY;
    [all...]
  /external/v8/src/mips/
codegen-mips.h 229 // Compilation mode. Either the compiler is used as the primary
234 PRIMARY,
  /external/collada/include/1.4/dom/
domTypes.h 734 PRIMARY = 16,
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
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 855 milliseconds