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

/linux-master/fs/unicode/
H A Dutf8-norm.c130 * LEFTNODE - 1 bit field - set if the left-hand node is internal
145 #define LEFTNODE 0x80 macro
347 node = (*trie & LEFTNODE);
H A Dmkutf8data.c125 * LEFTNODE - 1 bit field - set if the left-hand node is internal
140 #define LEFTNODE 0x80 macro
1233 byte |= LEFTNODE;
2752 node = (*trie & LEFTNODE);

Completed in 92 milliseconds