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

  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 239 return UCOL_IGNORABLE;
324 int64_t result = UCOL_IGNORABLE;
344 } while (result == UCOL_IGNORABLE);
377 int64_t result = UCOL_IGNORABLE;
414 if (result != UCOL_IGNORABLE) {
usearch.cpp 163 sourcece = UCOL_IGNORABLE;
166 } else if (strsrch->strength >= UCOL_QUATERNARY && sourcece == UCOL_IGNORABLE) {
633 if (ce == UCOL_IGNORABLE) {
643 && getCE(strsrch, nextce) == UCOL_IGNORABLE) {
874 uint32_t ce = UCOL_IGNORABLE
    [all...]
usrchimp.h 32 #define UCOL_IGNORABLE 0
  /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...]
ucol.cpp     [all...]
ucol_imp.h 411 #define UCOL_IGNORABLE 0
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 80 order = UCOL_IGNORABLE;
84 if (order == UCOL_IGNORABLE) {
ssearch.cpp 394 if (order != UCOL_IGNORABLE) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 82 order = UCOL_IGNORABLE;
86 if (order == UCOL_IGNORABLE) {
ssearch.cpp 394 if (order != UCOL_IGNORABLE) {
    [all...]

Completed in 220 milliseconds