HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_PRIMARY (Results 1 - 25 of 37) sorted by null

1 2

  /external/icu4c/test/cintltst/
usrchdat.c 67 {"\\u00c9", "e", NULL, UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {0, -1}, {1}},
75 {"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
77 {"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "wordbreaker",
86 {"\\u00c9", "e", "fr", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "characterbreaker", {0, -1}, {1}},
120 UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {16, 40, -1}, {3, 3}},
122 UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, "wordbreaker", {16, -1}, {3}},
124 "peche", "fr", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {15, 21, 27, 34, -1}, {5, 5, 5, 5}},
125 /*03*/{"This is a toe T\\u00F6ne", "toe", "de", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL,
128 "channel", "es", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {2, 19, 33, 56, -1}, {7, 7, 7, 7}},
132 /*06*/{PECHE_WITH_ACCENTS, "peche", "en", UCOL_PRIMARY, USEARCH_STANDARD_ELEMENT_COMPARISON, NULL, {3, 13, 24, 36, 46, 59, 69, 79, 94, 107, -1}, {5, 5, 5 (…)
    [all...]
cfintst.c 104 ucol_setStrength(myCollation, UCOL_PRIMARY);
cestst.c 115 ucol_setStrength(myCollation, UCOL_PRIMARY);
cturtst.c 123 ucol_setStrength(myCollation, UCOL_PRIMARY);
cdetst.c 131 ucol_setStrength(myCollation, UCOL_PRIMARY);
capitst.c 50 int32_t strength = UCOL_PRIMARY;
65 if(strength > UCOL_PRIMARY) {
162 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
245 coll = ucol_openRules(defaultRulesArray, size, UCOL_ON, UCOL_PRIMARY, &status);
373 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
378 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
433 ucol_setStrength(col, UCOL_PRIMARY);
436 doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary difference");
441 doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary difference");
613 ucol_setStrength(col, UCOL_PRIMARY);
    [all...]
callcoll.c 147 int32_t strength = UCOL_PRIMARY;
158 if(strength > UCOL_PRIMARY) {
747 ucol_setStrength(myCollation, UCOL_PRIMARY);
866 ucol_setStrength(myCollator, UCOL_PRIMARY);
    [all...]
cjaptst.c 149 ucol_setStrength(myCollation, UCOL_PRIMARY);
cmsccoll.c 299 UCOL_PRIMARY,
308 "UCOL_PRIMARY",
626 case UCOL_PRIMARY:
725 return UCOL_PRIMARY;
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 241 if((prevCE & strengthMask[UCOL_PRIMARY]) != (CE & strengthMask[UCOL_PRIMARY])
242 || (prevContCE & strengthMask[UCOL_PRIMARY]) != (contCE & strengthMask[UCOL_PRIMARY]))
244 return UCOL_PRIMARY;
485 } else if(strength == UCOL_PRIMARY) {
493 if(low >= high && strength > UCOL_PRIMARY) {
792 CEparts[UCOL_PRIMARY] = (lh->baseCE & UCOL_PRIMARYMASK) | (lh->baseContCE & UCOL_PRIMARYMASK) >> 16;
810 CEparts[UCOL_PRIMARY] = lh->gapsLo[fStrength*3];
815 CEparts[UCOL_PRIMARY] = lh->gapsLo[fStrength*3]
    [all...]
ucol_tok.cpp 354 {suboption_06, 1, UCOL_PRIMARY},
360 {suboption_06, 1, UCOL_PRIMARY},
368 {suboption_11, 7, UCOL_PRIMARY},
369 {suboption_12, 9, UCOL_PRIMARY},
370 {suboption_13, 8, UCOL_PRIMARY},
371 {suboption_14, 8, UCOL_PRIMARY},
372 {suboption_15, 7, UCOL_PRIMARY},
373 {suboption_16, 8, UCOL_PRIMARY},
374 {suboption_17, 8, UCOL_PRIMARY},
    [all...]
bmsearch.cpp 96 strengthMask(0), strength(UCOL_PRIMARY), variableTop(0), toShift(FALSE), coll(theCollator),
136 case UCOL_PRIMARY:
ucoleitr.cpp 262 case UCOL_PRIMARY:
630 case UCOL_PRIMARY:
coleitr.cpp 258 if (s == UCOL_PRIMARY) {
  /external/icu4c/i18n/unicode/
tblcoll.h     [all...]
ucol.h 97 UCOL_PRIMARY = 0,
151 * level to UCOL_PRIMARY to ignore secondary and tertiary differences.
208 * accent differences in a string is to set the strength to UCOL_PRIMARY
221 /** The strength attribute. Can be either UCOL_PRIMARY, UCOL_SECONDARY,
289 * @param strength The default collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
517 * @return The collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
529 * @param strength The desired collation strength; one of UCOL_PRIMARY,
    [all...]
  /external/sqlite/android/
sqlite3_android.cpp 475 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
525 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
  /external/icu4c/samples/coll/
coll.cpp 206 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
  /external/icu4c/samples/strsrch/
strsrch.cpp 197 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_PRIMARY, &status);
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 160 FIELD_NAME_STR( LEN_UCOL, UCOL_PRIMARY ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 160 FIELD_NAME_STR( LEN_UCOL, UCOL_PRIMARY ),
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 105 UCOL_PRIMARY = 0,
145 * level to UCOL_PRIMARY to ignore secondary and tertiary differences.
202 * accent differences in a string is to set the strength to UCOL_PRIMARY
215 /** The strength attribute.\ Can be either UCOL_PRIMARY, UCOL_SECONDARY,
283 * @param strength The default collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
477 * @return The collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
489 * @param strength The desired collation strength; one of UCOL_PRIMARY,
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 105 UCOL_PRIMARY = 0,
145 * level to UCOL_PRIMARY to ignore secondary and tertiary differences.
202 * accent differences in a string is to set the strength to UCOL_PRIMARY
215 /** The strength attribute.\ Can be either UCOL_PRIMARY, UCOL_SECONDARY,
283 * @param strength The default collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
477 * @return The collation strength; one of UCOL_PRIMARY, UCOL_SECONDARY,
489 * @param strength The desired collation strength; one of UCOL_PRIMARY,
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 196 UColAttributeValue collatorStrength = UCOL_PRIMARY;
198 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
534 UColAttributeValue collatorStrength = UCOL_PRIMARY;
536 else if (*strength=="PRIMARY") { collatorStrength = UCOL_PRIMARY;}
728 case UCOL_PRIMARY:
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 98 {UCOL_PRIMARY, "UCOL_PRIMARY"},
757 ucol_setStrength(COLLATOR_, UCOL_PRIMARY);
    [all...]

Completed in 94 milliseconds

1 2