HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_QUATERNARY (Results 26 - 50 of 50) sorted by null

12

  /external/chromium_org/third_party/icu/source/test/cintltst/
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...]
citertst.c     [all...]
  /external/icu4c/test/cintltst/
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 209 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
303 UCOL_QUATERNARY,
312 "UCOL_QUATERNARY",
736 return UCOL_QUATERNARY;
    [all...]
citertst.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 167 if (strsrch->strength >= UCOL_QUATERNARY) {
174 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
    [all...]
colldata.cpp 93 if (strength >= UCOL_QUATERNARY) {
ucol_sit.cpp 104 { '4', UCOL_QUATERNARY },
ucol.cpp 127 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
    [all...]
ucol_tok.cpp 363 {suboption_09, 1, UCOL_QUATERNARY},
    [all...]
  /external/icu4c/i18n/
usearch.cpp 167 if (strsrch->strength >= UCOL_QUATERNARY) {
174 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
    [all...]
ucol_sit.cpp 117 { '4', UCOL_QUATERNARY },
    [all...]
ucol.cpp 148 if(collator->hiraganaQ == UCOL_ON && collator->strength >= UCOL_QUATERNARY) {
    [all...]
ucol_tok.cpp 357 {suboption_09, 1, UCOL_QUATERNARY},
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
collperf.cpp 642 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;
  /external/chromium_org/v8/src/
i18n.cc 674 case UCOL_QUATERNARY:
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 653 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;
  /external/chromium_org/third_party/icu/source/test/intltest/
apicoll.cpp     [all...]
ssearch.cpp 201 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
539 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp     [all...]
ssearch.cpp 167 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
collperf.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 101 {UCOL_QUATERNARY, "UCOL_QUATERNARY"},
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 101 {UCOL_QUATERNARY, "UCOL_QUATERNARY"},
    [all...]

Completed in 1302 milliseconds

12