Searched refs:nextFCD16 (Results 1 - 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
H A D | utf16collationiterator.cpp | 383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit); 394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
|
H A D | usearch.cpp | 113 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | utf16collationiterator.cpp | 383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit); 394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
|
H A D | usearch.cpp | 113 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | utf16collationiterator.cpp | 383 uint16_t fcd16 = nfcImpl.nextFCD16(p, rawLimit); 394 } while(p != rawLimit && nfcImpl.nextFCD16(p, rawLimit) > 0xff);
|
H A D | usearch.cpp | 136 uint16_t result = g_nfcImpl->nextFCD16(temp, str + strlength); in getFCD()
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.h | 325 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 D | normalizer2impl.h | 325 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 D | normalizer2impl.h | 325 uint16_t nextFCD16(const UChar *&s, const UChar *limit) const { in nextFCD16() function in Normalizer2Impl
|
Completed in 22 milliseconds