Home
last modified time | relevance | path

Searched refs:getRawNorm16 (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java638 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/
H A DNormalizer2Impl.java647 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/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c));
710 norm16=getRawNorm16(c);
891 norm16 = getRawNorm16(c);
961 norm16 = getRawNorm16(c);
1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set);
1347 getCompositionsListForComposite(getRawNorm16(composite));
2249 norm16=getRawNorm16(c);
2600 norm16_2 = getRawNorm16(c2);
2678 uint16_t norm16=getRawNorm16(c);
H A Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function in Normalizer2Impl
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.cpp287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c));
710 norm16=getRawNorm16(c);
891 norm16 = getRawNorm16(c);
961 norm16 = getRawNorm16(c);
1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set);
1347 getCompositionsListForComposite(getRawNorm16(composite));
2249 norm16=getRawNorm16(c);
2600 norm16_2 = getRawNorm16(c2);
2678 uint16_t norm16=getRawNorm16(c);
H A Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function in Normalizer2Impl
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.cpp287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c));
710 norm16=getRawNorm16(c);
891 norm16 = getRawNorm16(c);
961 norm16 = getRawNorm16(c);
1203 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set);
1347 getCompositionsListForComposite(getRawNorm16(composite));
2249 norm16=getRawNorm16(c);
2597 norm16_2 = getRawNorm16(c2);
2675 uint16_t norm16=getRawNorm16(c);
H A Dnormalizer2impl.h269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function in Normalizer2Impl

Completed in 20 milliseconds