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

1 2

  /external/icu/icu4c/source/test/cintltst/
cjaptst.c 219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
capitst.c 107 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
    [all...]
cg7coll.c 148 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
usrchdat.c 194 {" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
    [all...]
cfrtst.c 160 ucol_setStrength(myCollation, UCOL_QUATERNARY);
callcoll.c 157 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) {
173 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == UCOL_NON_IGNORABLE) {
    [all...]
cmsccoll.c 208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
302 UCOL_QUATERNARY,
311 "UCOL_QUATERNARY",
    [all...]
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 250 if (strength >= UCOL_QUATERNARY) {
257 if (strength >= UCOL_QUATERNARY) {
collationsettings.cpp 275 case UCOL_QUATERNARY:
collationbuilder.cpp 706 if(strength == UCOL_QUATERNARY && ce == 0) {
764 U_ASSERT(UCOL_PRIMARY <= strength && strength <= UCOL_QUATERNARY);
    [all...]
ucol_sit.cpp 118 { '4', UCOL_QUATERNARY },
usearch.cpp 161 if (strsrch->strength >= UCOL_QUATERNARY) {
168 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
    [all...]
coll.cpp 281 { "quaternary", UCOL_QUATERNARY },
collationruleparser.cpp 221 strength = UCOL_QUATERNARY;
  /external/icu/icu4c/source/i18n/unicode/
coll.h 198 QUATERNARY = UCOL_QUATERNARY, // 3
    [all...]
ucol.h 101 UCOL_QUATERNARY=3,
287 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
662 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
674 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
  /external/icu/icu4c/source/samples/coll/
coll.cpp 216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
  /external/icu/icu4c/source/samples/strsrch/
strsrch.cpp 207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 103 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
colldata.cpp 79 if (strength >= UCOL_QUATERNARY) {
apicoll.cpp     [all...]
ssearch.cpp 167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 653 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 172 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
  /external/v8/src/
i18n.cc 596 case UCOL_QUATERNARY:
    [all...]

Completed in 1652 milliseconds

1 2