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

1 2 3

  /external/icu/icu4c/source/i18n/unicode/
coll.h 121 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>,
124 * For example, in Czech, "e" and "f" are considered primary differences,
131 * //Get the Collator for US English and set its strength to PRIMARY
134 * usCollator->setStrength(Collator::PRIMARY);
136 * cout << "'abc' and 'ABC' strings are equivalent with strength PRIMARY" << endl;
171 * Base letter represents a primary difference. Set comparison level to
172 * PRIMARY to ignore secondary and tertiary differences.<br>
174 * Example of primary difference, "abc" &lt; "abd"
197 PRIMARY = UCOL_PRIMARY, // 0
402 * . myCollation->setStrength(Collator::PRIMARY);
    [all...]
  /external/vboot_reference/firmware/lib/cgptlib/include/
cgptlib_internal.h 62 * Alias name of index in internal array for primary and secondary header and
67 PRIMARY = 0,
69 ANY_VALID = 9999, /* accept any between primary and secondary */
106 * between the primary and secondary headers - that is, all fields other than:
132 * Called when the primary entries are modified and the CRCs need to be
  /libcore/ojluni/src/main/java/java/text/
Collator.java 83 * comparisons. Four strengths are provided: <code>PRIMARY</code>,
87 * primary differences, while "e" and "&#283;" are secondary differences,
93 * //Get the Collator for US English and set its strength to PRIMARY
95 * usCollator.setStrength(Collator.PRIMARY);
127 * Collator strength value. When set, only PRIMARY differences are
130 * different base letters ("a" vs "b") to be considered a PRIMARY difference.
134 public final static int PRIMARY = 0;
160 * PRIMARY, SECONDARY, and TERTIARY levels but different at the IDENTICAL
314 * @see java.text.Collator#PRIMARY
333 * @see java.text.Collator#PRIMARY
    [all...]
  /external/gptfdisk/
mbrpart.h 30 #define PRIMARY 1 /* write partition as primary */
62 int includeAs; // PRIMARY, LOGICAL, or NONE
87 void SetInclusion(int status = PRIMARY) {includeAs = status;}
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Collator.java 31 * <li>PRIMARY strength: Typically, this is used to denote differences between
40 * primary difference anywhere in the strings.
47 * when there is a primary or secondary difference anywhere in the strings.
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
85 * // Get the Collator for US English and set its strength to PRIMARY
87 * usCollator.setStrength(Collator.PRIMARY);
151 public final static int PRIMARY = java.text.Collator.PRIMARY;
181 * (see Ignoring Punctuations in the user guide)</a> at PRIMARY to TERTIAR
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 50 * <li>PRIMARY strength: Typically, this is used to denote differences between
59 * primary difference anywhere in the strings.
66 * when there is a primary or secondary difference anywhere in the strings.
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
103 * // Get the Collator for US English and set its strength to PRIMARY
105 * usCollator.setStrength(Collator.PRIMARY);
145 public final static int PRIMARY = 0;
173 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
339 * @see #PRIMARY
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 49 * <li>PRIMARY strength: Typically, this is used to denote differences between
58 * primary difference anywhere in the strings.
65 * when there is a primary or secondary difference anywhere in the strings.
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
102 * // Get the Collator for US English and set its strength to PRIMARY
104 * usCollator.setStrength(Collator.PRIMARY);
146 public final static int PRIMARY = 0;
176 * Ignoring Punctuation in the User Guide</a>) at PRIMARY to TERTIARY
358 * @see #PRIMARY
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 391 //Panels could be categorized as primary and external
392 enum { PRIMARY, EXTERNAL };
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 333 public static final int PRIMARY = 2;
399 final boolean isPrimary = cursor.getInt(Query.PRIMARY) != 0;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/sdk/current/
core.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.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 

Completed in 330 milliseconds

1 2 3