Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dutf16collationiterator.cpp383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
H A Dusearch.cpp113 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
/third_party/node/deps/icu-small/source/i18n/
H A Dutf16collationiterator.cpp383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
H A Dusearch.cpp113 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutf16collationiterator.cpp383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit);
394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
H A Dusearch.cpp136 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h325 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { in nextFCD16() function in Normalizer2Impl
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h325 uint16_t nextFCD16(const char16_t *&s, const char16_t *limit) const { in nextFCD16() function in Normalizer2Impl
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h325 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { in nextFCD16() function in Normalizer2Impl

Completed in 22 milliseconds