Home | History | Annotate | Download | only in i18n

Lines Matching full:trie

1371 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset)
1380 value=utrie_get32(trie, start, &inBlockZero);
1403 // This is a debug function to print the contents of a trie.
1441 /* the following operation depends on the trie data. Therefore, we have to do it before */
1442 /* the trie is compacted */
1452 // After setting the jamo expansions, compact the trie and get the needed size
1464 //paddedsize(0x100*sizeof(uint32_t)) /* Latin1 is now included in the trie */
1536 // This is debug code to dump the contents of the trie. It needs two functions defined above