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

1 2

  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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) {
154 {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 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);
  /external/icu4c/test/cintltst/
cjaptst.c 219 ucol_setStrength(myCollation, UCOL_QUATERNARY);
245 ucol_setAttribute(myCollation, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
capitst.c 115 {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 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);
  /external/chromium_org/third_party/icu/source/test/intltest/
ucaconf.cpp 102 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.cpp 164 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),
  /external/icu4c/i18n/unicode/
coll.h 212 QUATERNARY = UCOL_QUATERNARY, // 3
    [all...]
ucol.h 107 UCOL_QUATERNARY=3,
293 * UCOL_TERTIARY, UCOL_QUATERNARY or UCOL_IDENTICAL. The usual strength
645 * UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL
657 * UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL, UCOL_DEFAULT
    [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 101 coll->setAttribute(UCOL_STRENGTH, isAtLeastUCA62 ? UCOL_IDENTICAL : UCOL_QUATERNARY, status);
colldata.cpp 77 if (strength >= UCOL_QUATERNARY) {
  /external/chromium_org/third_party/icu/source/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) {
  /external/icu4c/i18n/
ucoleitr.cpp 281 if (elems->pce->strength >= UCOL_QUATERNARY) {
288 if (elems->pce->strength >= UCOL_QUATERNARY) {
  /external/icu4c/tools/toolutil/
udbgutil.cpp 169 FIELD_NAME_STR( LEN_UCOL, UCOL_QUATERNARY ),

Completed in 3079 milliseconds

1 2