Searched defs:trie (Results 1 – 2 of 2) sorted by relevance
50 SuffixMatchTrie<int> trie; variable66 SuffixMatchTrie<int> trie; variable78 SuffixMatchTrie<int> trie; variable99 SuffixMatchTrie<int> trie; variable
62 UCPTrie* trie = reinterpret_cast<UCPTrie*>(lineBreakTrie_); in GetNextBreakPos() local