Searched refs:getRawNorm16 (Results 1 – 4 of 4) sorted by relevance
647 norm16_2 = getRawNorm16(c2); in ensureCanonIterData()703 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() method in Normalizer2Impl776 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()
638 norm16_2 = getRawNorm16(c2); in ensureCanonIterData()694 public int getRawNorm16(int c) { return normTrie.get(c); } in getRawNorm16() method in Normalizer2Impl767 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()
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()
269 uint16_t getRawNorm16(UChar32 c) const { return UCPTRIE_FAST_GET(normTrie, UCPTRIE_16, c); } in getRawNorm16() function