Lines Matching full:trie
222 * get or create the intermediate trie entries for it as well
1650 getFoldedNormValue(UNewTrie *trie, UChar32 start, int32_t offset) {
1657 value=utrie_get32(trie, start, &inBlockZero);
1699 getFoldedAuxValue(UNewTrie *trie, UChar32 start, int32_t offset) {
1707 value=utrie_get32(trie, start, &inBlockZero);
1759 /* clone the normalization builder trie to make the final data tries */
1764 fprintf(stderr, "error: unable to clone the normalization trie\n");
1797 /* normTrie: 32-bit trie result may contain a special extraData index with the folding offset */
1810 /* auxTrie: the folding offset is in bits 9..0 of the 16-bit trie result */
1928 /* make sure that the FCD trie is 4-aligned */
1948 printf("size of normalization trie %5u bytes\n", (int)normTrieSize);
1952 printf("size of FCD trie %5u bytes\n", (int)fcdTrieSize);
1953 printf("size of auxiliary trie %5u bytes\n", (int)auxTrieSize);