Searched refs:DoubleArrayTrie (Results 1 – 6 of 6) sorted by relevance
22 bool DoubleArrayTrie::GatherPrefixMatches( in GatherPrefixMatches()55 bool DoubleArrayTrie::FindAllPrefixMatches( in FindAllPrefixMatches()61 bool DoubleArrayTrie::LongestPrefixMatch(StringPiece input, in LongestPrefixMatch()
44 SentencePieceNormalizer(const DoubleArrayTrie& charsmap_trie,67 DoubleArrayTrie charsmap_trie_;
42 class DoubleArrayTrie : public SentencePieceMatcher {45 DoubleArrayTrie(const TrieNode* nodes, const int nodes_length) in DoubleArrayTrie() function
37 DoubleArrayTrie(trie_blob, num_nodes), in NormalizerFromSpec()
38 DoubleArrayTrie trie(reinterpret_cast<const TrieNode*>(config.data()), in TEST()
96 DoubleArrayTrie(charsmap_trie_nodes, charsmap_trie_nodes_length), in Initialize()111 new DoubleArrayTrie(pieces_trie_nodes, pieces_trie_nodes_length)); in Initialize()