Home
last modified time | relevance | path

Searched defs:getRawNorm16 (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
/third_party/icu/icu4c/source/common/
Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
/third_party/node/deps/icu-small/source/common/
Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
/third_party/skia/third_party/externals/icu/source/common/
Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DNormalizer2Impl.java694 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() method in Normalizer2Impl
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DNormalizer2Impl.java703 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() method in Normalizer2Impl