Searched refs:DECOMPOSE (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/unicode/
H A Dutf8-norm.c193 #define DECOMPOSE (255) macro
275 LEAF_CCC(h) = DECOMPOSE;
365 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL)
400 else if (LEAF_CCC(leaf) == DECOMPOSE)
515 } else if (ccc == DECOMPOSE) {
H A Dmkutf8data.c184 #define DECOMPOSE (255) macro
1515 *data++ = DECOMPOSE;
1518 *data++ = DECOMPOSE;
1536 *data++ = DECOMPOSE;
1539 *data++ = DECOMPOSE;
1544 *data++ = DECOMPOSE;
1779 if (LEAF_CCC(leaf) == DECOMPOSE) {
1818 LEAF_CCC(leaf) == DECOMPOSE ?
2679 LEAF_CCC(h) = DECOMPOSE;
2770 if (LEAF_CCC(trie) == DECOMPOSE
[all...]

Completed in 464 milliseconds