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

1 2

  /external/icu4c/i18n/unicode/
tblcoll.h     [all...]
ucol.h 106 UCOL_QUATERNARY=3,
222 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
518 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
530 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
  /external/icu4c/test/cintltst/
cjaptst.c 219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
capitst.c 61 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
81 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
162 {UCOL_STRENGTH, {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
    [all...]
cg7coll.c 152 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
usrchdat.c 193 {" abc a bc ab c a bc ab c", "abc", NULL, UCOL_QUATERNARY, USEARCH_STANDARD_ELEMENT_COMPARISON,
    [all...]
cmsccoll.c 208 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
302 UCOL_QUATERNARY,
311 "UCOL_QUATERNARY",
734 return UCOL_QUATERNARY;
    [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...]
  /external/icu4c/samples/coll/
coll.cpp 216 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
  /external/icu4c/samples/strsrch/
strsrch.cpp 207 ucol_setAttribute(collator, UCOL_STRENGTH, UCOL_QUATERNARY,
  /external/icu4c/test/intltest/
ucaconf.cpp 102 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
apicoll.cpp     [all...]
ssearch.cpp 201 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
539 else if (*strength=="QUATERNARY") { collatorStrength = UCOL_QUATERNARY;}
    [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 164 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
  /external/icu4c/tools/toolutil/
udbgutil.cpp 164 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
  /external/icu4c/i18n/
bmsearch.cpp 204 if (strength >= UCOL_QUATERNARY) {
253 if (strength >= UCOL_QUATERNARY) {
ucoleitr.cpp 281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
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...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 114 UCOL_QUATERNARY=3,
216 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL.\ The usual strength
478 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
490 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 114 UCOL_QUATERNARY=3,
216 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL.\ The usual strength
478 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
490 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 642 case 4: ucol_setAttribute(col, UCOL_STRENGTH, UCOL_QUATERNARY, &status); break;

Completed in 645 milliseconds

1 2