Searched refs:getRawNorm16 (Results 1 – 10 of 10) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Normalizer2Impl.java | 638 norm16_2 = getRawNorm16(c2); in ensureCanonIterData() 694 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() method in Normalizer2Impl 767 norm16 = getRawNorm16(c); in getFCD16FromNormData() 800 norm16 = getRawNorm16(c); in getDecomposition() 894 int norm16 = getRawNorm16(c); in getCanonStartSet() 1824 norm16 = getRawNorm16(c); in decompose() 1935 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 2059 getCompositionsListForComposite(getRawNorm16(composite)); in recompose()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | Normalizer2Impl.java | 647 norm16_2 = getRawNorm16(c2); in ensureCanonIterData() 703 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() method in Normalizer2Impl 776 norm16 = getRawNorm16(c); in getFCD16FromNormData() 809 norm16 = getRawNorm16(c); in getDecomposition() 903 int norm16 = getRawNorm16(c); in getCanonStartSet() 1833 norm16 = getRawNorm16(c); in decompose() 1944 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 2068 getCompositionsListForComposite(getRawNorm16(composite)); in recompose()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c)); in append() 710 norm16=getRawNorm16(c); in decompose() 891 norm16 = getRawNorm16(c); in decomposeShort() 961 norm16 = getRawNorm16(c); in getDecomposition() 1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 1347 getCompositionsListForComposite(getRawNorm16(composite)); in recompose() 2249 norm16=getRawNorm16(c); in getFCD16FromNormData() 2597 norm16_2 = getRawNorm16(c2); in makeCanonIterDataFromNorm16() 2675 uint16_t norm16=getRawNorm16(c); in getCanonStartSet()
|
D | normalizer2impl.h | 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | normalizer2impl.cpp | 288 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c)); in append() 711 norm16=getRawNorm16(c); in decompose() 763 norm16 = getRawNorm16(c); in decomposeShort() 828 norm16 = getRawNorm16(c); in getDecomposition() 1070 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 1214 getCompositionsListForComposite(getRawNorm16(composite)); in recompose() 2109 norm16=getRawNorm16(c); in getFCD16FromNormData() 2454 norm16_2 = getRawNorm16(c2); in makeCanonIterDataFromNorm16() 2532 uint16_t norm16=getRawNorm16(c); in getCanonStartSet()
|
D | normalizer2impl.h | 269 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/ |
D | normalizer2impl.cpp | 287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c)); in append() 710 norm16=getRawNorm16(c); in decompose() 891 norm16 = getRawNorm16(c); in decomposeShort() 961 norm16 = getRawNorm16(c); in getDecomposition() 1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 1347 getCompositionsListForComposite(getRawNorm16(composite)); in recompose() 2249 norm16=getRawNorm16(c); in getFCD16FromNormData() 2597 norm16_2 = getRawNorm16(c2); in makeCanonIterDataFromNorm16() 2675 uint16_t norm16=getRawNorm16(c); in getCanonStartSet()
|
D | normalizer2impl.h | 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
|
/third_party/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c)); in append() 710 norm16=getRawNorm16(c); in decompose() 891 norm16 = getRawNorm16(c); in decomposeShort() 961 norm16 = getRawNorm16(c); in getDecomposition() 1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites() 1347 getCompositionsListForComposite(getRawNorm16(composite)); in recompose() 2249 norm16=getRawNorm16(c); in getFCD16FromNormData() 2597 norm16_2 = getRawNorm16(c2); in makeCanonIterDataFromNorm16() 2675 uint16_t norm16=getRawNorm16(c); in getCanonStartSet()
|
D | normalizer2impl.h | 269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function
|