OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRIMARY
(Results
1 - 25
of
28
) sorted by null
1
2
/external/icu/icu4c/source/i18n/unicode/
coll.h
119
* Five strengths are provided: <code>
PRIMARY
</code>, <code>SECONDARY</code>,
122
* For example, in Czech, "e" and "f" are considered
primary
differences,
129
* //Get the Collator for US English and set its strength to
PRIMARY
132
* usCollator->setStrength(Collator::
PRIMARY
);
134
* cout << "'abc' and 'ABC' strings are equivalent with strength
PRIMARY
" << endl;
169
* Base letter represents a
primary
difference. Set comparison level to
170
*
PRIMARY
to ignore secondary and tertiary differences.<br>
172
* Example of
primary
difference, "abc" < "abd"
195
PRIMARY
= UCOL_PRIMARY, // 0
397
* . 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
/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;}
/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/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java
47
* <li>
PRIMARY
strength: Typically, this is used to denote differences between
56
*
primary
difference anywhere in the strings.
63
* when there is a
primary
or secondary difference anywhere in the strings.
66
* Ignoring Punctuations in the User Guide</a>) at
PRIMARY
to TERTIARY
70
* This difference is ignored when there is a
PRIMARY
, SECONDARY or TERTIARY
100
* // Get the Collator for US English and set its strength to
PRIMARY
102
* usCollator.setStrength(Collator.
PRIMARY
);
144
public final static int
PRIMARY
= 0;
174
* Ignoring Punctuation in the User Guide</a>) at
PRIMARY
to TERTIARY
342
* @see #
PRIMARY
[
all
...]
/hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h
391
//Panels could be categorized as
primary
and external
392
enum {
PRIMARY
, EXTERNAL };
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/
tycho-core-0.20.0.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/
tycho-core-0.18.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.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
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/8/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/tools/common/api-versions/android-1/
android.jar
Completed in 214 milliseconds
1
2