Searched refs:LEAF_CCC (Results 1 – 2 of 2) sorted by relevance
204 #define LEAF_CCC(LEAF) ((LEAF)[1]) macro292 LEAF_CCC(h) = DECOMPOSE; in utf8hangul()384 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL) in utf8nlookup()534 else if (LEAF_CCC(leaf) == DECOMPOSE) in utf8len()562 else if (LEAF_CCC(leaf) == DECOMPOSE) in utf8nlen()691 ccc = LEAF_CCC(leaf); in utf8byte()710 ccc = LEAF_CCC(leaf); in utf8byte()
176 #define LEAF_CCC(LEAF) ((LEAF)[1]) macro1779 if (LEAF_CCC(leaf) == DECOMPOSE) { in verify()1803 } else if (data->ccc != LEAF_CCC(leaf)) { in verify()1817 LEAF_CCC(leaf), in verify()1818 LEAF_CCC(leaf) == DECOMPOSE ? in verify()2679 LEAF_CCC(h) = DECOMPOSE; in utf8hangul()2770 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL) in utf8nlookup()2926 else if (LEAF_CCC(leaf) == DECOMPOSE) in utf8len()2953 else if (LEAF_CCC(leaf) == DECOMPOSE) in utf8nlen()3099 } else if ((ccc = LEAF_CCC(leaf)) == DECOMPOSE) { in utf8byte()[all …]