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

  /external/icu/icu4c/source/i18n/
utf16collationiterator.cpp 383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
usearch.cpp 136 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength);
    [all...]
  /external/icu/icu4c/source/common/
normalizer2impl.h 292 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const {
normalizer2impl.cpp     [all...]

Completed in 55 milliseconds