Searched refs:LEAF_CCC (Results 1 – 3 of 3) sorted by relevance
280 #define LEAF_CCC(LEAF) ((LEAF)[1]) macro368 LEAF_CCC(h) = DECOMPOSE; in utf8hangul()460 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL) in utf8nlookup()615 else if (LEAF_CCC(leaf) == DECOMPOSE)644 else if (LEAF_CCC(leaf) == DECOMPOSE)773 ccc = LEAF_CCC(leaf); in utf8byte()792 ccc = LEAF_CCC(leaf); in utf8byte()
282 #define LEAF_CCC(LEAF) ((LEAF)[1]) macro370 LEAF_CCC(h) = DECOMPOSE; in utf8hangul()462 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL) in utf8nlookup()617 else if (LEAF_CCC(leaf) == DECOMPOSE)646 else if (LEAF_CCC(leaf) == DECOMPOSE)775 ccc = LEAF_CCC(leaf); in utf8byte()794 ccc = LEAF_CCC(leaf); in utf8byte()
174 #define LEAF_CCC(LEAF) ((LEAF)[1]) macro1772 if (LEAF_CCC(leaf) == DECOMPOSE) { in verify()1796 } else if (data->ccc != LEAF_CCC(leaf)) { in verify()1810 LEAF_CCC(leaf), in verify()1811 LEAF_CCC(leaf) == DECOMPOSE ? in verify()2653 LEAF_CCC(h) = DECOMPOSE; in utf8hangul()2743 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL) in utf8nlookup()2899 else if (LEAF_CCC(leaf) == DECOMPOSE) in utf8len()2926 else if (LEAF_CCC(leaf) == DECOMPOSE) in utf8nlen()3072 } else if ((ccc = LEAF_CCC(leaf)) == DECOMPOSE) { in utf8byte()[all …]