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

/linux-master/fs/unicode/
H A Dutf8-norm.c127 * TRIENODE - 1 bit field - set if the following node is an internal
143 #define TRIENODE 0x80 macro
337 node = (*trie & TRIENODE);
354 node = (*trie & TRIENODE);
H A Dmkutf8data.c122 * TRIENODE - 1 bit field - set if the following node is an internal
138 #define TRIENODE 0x80 macro
1254 byte |= TRIENODE;
1261 byte |= TRIENODE;
2742 node = (*trie & TRIENODE);
2759 node = (*trie & TRIENODE);

Completed in 206 milliseconds