HomeSort by relevance Sort by last modified time
    Searched defs:SECONDARY (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>,
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>
188 * Diacritical differences on the same base letter represent a secondary
189 * difference. Set comparison level to SECONDARY to ignore tertiary
191 * Example of secondary difference, "&auml;" >> "a".
210 SECONDARY = 1,
571 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignored
572 * <p>E.g. with strength == PRIMARY, the secondary and tertiary differenc
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameNormalizer.java 39 sComplexityCollator.setStrength(Collator.SECONDARY);
  /libcore/luni/src/main/java/java/text/
Collator.java 40 * <li>SECONDARY strength: Accents in the characters are considered secondary
42 * between letters can also be considered secondary differences, depending on
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.
136 public static final int SECONDARY = 1;
297 * @return the strength value, either PRIMARY, SECONDARY, TERTIARY or
326 * the strength value, either PRIMARY, SECONDARY, TERTIARY, or
362 case Collator.SECONDARY:
379 javaValue = Collator.SECONDARY;
    [all...]
  /external/v8/src/mips/
codegen-mips.h 231 // the secondary compiler for split compilation and has to handle
235 SECONDARY
  /frameworks/base/services/java/com/android/server/
NetworkManagementService.java 85 private static final String SECONDARY = "secondary";
525 modifyRoute(interfaceName, ADD, route, SECONDARY);
530 modifyRoute(interfaceName, REMOVE, route, SECONDARY);
    [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 939 milliseconds