Searched refs:toTrie2_16 (Results 1 – 3 of 3) sorted by relevance
59 trie.toTrie2_16().serialize(os); in TestTrie2API()82 trieA = trieWA.toTrie2_16(); in TestTrie2API()210 Trie2_16 frozen16 = trie.toTrie2_16(); in TestTrie2API()301 Trie2_16 t1_16 = t1w.toTrie2_16(); in TestTrie2WritableAPI()305 t1_16 = t1w.toTrie2_16(); in TestTrie2WritableAPI()337 int serializedLen = t1w.toTrie2_16().serialize(os); in TestTrie2WritableAPI()745 Trie2_16 trie16a = trieW.toTrie2_16(); in checkTrieRanges()
903 dest.fAnyCaseTrie = anyCaseTrie.toTrie2_16(); in buildWSConfusableData()904 dest.fLowerCaseTrie = lowerCaseTrie.toTrie2_16(); in buildWSConfusableData()
982 public Trie2_16 toTrie2_16() { in toTrie2_16() method in Trie2Writable