Searched refs:getRawNorm16 (Results 1 – 5 of 5) 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()
287 leadCC = Normalizer2Impl::getCCFromYesOrMaybe(impl.getRawNorm16(c)); in append()710 norm16=getRawNorm16(c); in decompose()762 norm16 = getRawNorm16(c); in decomposeShort()827 norm16 = getRawNorm16(c); in getDecomposition()1069 addComposites(getCompositionsListForComposite(getRawNorm16(composite)), set); in addComposites()1213 getCompositionsListForComposite(getRawNorm16(composite)); in recompose()2115 norm16=getRawNorm16(c); in getFCD16FromNormData()2463 norm16_2 = getRawNorm16(c2); in makeCanonIterDataFromNorm16()2541 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