Searched refs:nextFCD16 (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dutf16collationiterator.cpp381 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
392 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
H A Dusearch.cpp134 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength);
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.h290 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { function in class:Normalizer2Impl
H A Dnormalizer2impl.cpp1800 if(nextFCD16(p, limit)<=0xff) {

Completed in 120 milliseconds