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

  /external/icu4c/i18n/
usearch.cpp 808 while (result != textlength && ucol_unsafeCP(text[result], collator)) {
    [all...]
bmsearch.cpp 337 if (U_IS_LEAD(ch) || ! ucol_unsafeCP(ch, coll)) {
ucol.cpp 826 if ((c >= 0x300 && ucol_unsafeCP(c, coll)) || c > 0xFFFF) {
882 if (ucol_unsafeCP(c, result)) break;
    [all...]
ucol_imp.h 128 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
    [all...]

Completed in 32 milliseconds