HomeSort by relevance Sort by last modified time
    Searched refs:UCOL_IGNORABLE (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucoleitr.cpp 278 return UCOL_IGNORABLE;
431 int64_t result = UCOL_IGNORABLE;
457 } while (result == UCOL_IGNORABLE);
512 int64_t result = UCOL_IGNORABLE;
571 if (result != UCOL_IGNORABLE) {
usearch.cpp 171 sourcece = UCOL_IGNORABLE;
174 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
646 if (ce == UCOL_IGNORABLE) {
656 && getCE(strsrch, nextce) == UCOL_IGNORABLE) {
    [all...]
bmsearch.cpp 207 order = UCOL_IGNORABLE;
210 } while (order == UCOL_IGNORABLE);
256 order = UCOL_IGNORABLE;
259 } while (order == UCOL_IGNORABLE);
colldata.cpp 96 order = UCOL_IGNORABLE;
100 if (order == UCOL_IGNORABLE) {
ucol.cpp     [all...]
ucol_imp.h 413 #define UCOL_IGNORABLE 0
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 278 return UCOL_IGNORABLE;
431 int64_t result = UCOL_IGNORABLE;
457 } while (result == UCOL_IGNORABLE);
512 int64_t result = UCOL_IGNORABLE;
571 if (result != UCOL_IGNORABLE) {
usearch.cpp 171 sourcece = UCOL_IGNORABLE;
174 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
646 if (ce == UCOL_IGNORABLE) {
656 && getCE(strsrch, nextce) == UCOL_IGNORABLE) {
    [all...]
ucol.cpp     [all...]
ucol_imp.h 411 #define UCOL_IGNORABLE 0
    [all...]
  /external/icu4c/test/intltest/
colldata.cpp 80 order = UCOL_IGNORABLE;
84 if (order == UCOL_IGNORABLE) {
ssearch.cpp 394 if (order != UCOL_IGNORABLE) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 745 if (order != UCOL_IGNORABLE) {
    [all...]

Completed in 354 milliseconds