Home
last modified time | relevance | path

Searched refs:nextFCD16 (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dutf16collationiterator.cpp383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit); in nextSegment()
394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff); in nextSegment()
Dusearch.cpp136 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
/external/icu/icu4c/source/common/
Dnormalizer2impl.h325 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { in nextFCD16() function