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

/linux-master/fs/unicode/
H A Dutf8-norm.c188 #define LEAF_STR(LEAF) ((const char *)((LEAF) + 2)) macro
365 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL)
401 ret += strlen(LEAF_STR(leaf));
518 u8c->s = LEAF_STR(leaf);
H A Dmkutf8data.c177 #define LEAF_STR(LEAF) ((const char*)((LEAF) + 2)) macro
1787 LEAF_STR(leaf))) {
1796 LEAF_STR(leaf)))
1799 LEAF_STR(leaf))) {
1819 LEAF_STR(leaf) : "");
2770 if (LEAF_CCC(trie) == DECOMPOSE && LEAF_STR(trie)[0] == HANGUL)
2927 ret += strlen(LEAF_STR(leaf));
2954 ret += strlen(LEAF_STR(leaf));
3102 u8c->s = LEAF_STR(leaf);

Completed in 543 milliseconds