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

  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 808 while (result != textlength && ucol_unsafeCP(text[result], collator)) {
    [all...]
ucol.cpp 815 if ((c >= 0x300 && ucol_unsafeCP(c, coll)) || c > 0xFFFF) {
878 if (ucol_unsafeCP(c, result)) break;
    [all...]
ucol_imp.h 132 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
    [all...]
  /external/icu/icu4c/source/i18n/
usearch.cpp 795 while (result != textlength && ucol_unsafeCP(text[result], collator)) {
    [all...]

Completed in 150 milliseconds