Home
last modified time | relevance | path

Searched refs:next_terminals (Results 1 – 2 of 2) sorted by relevance

/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-build.cc144 Vector<UInt32> next_terminals; in build_trie() local
145 build_next(keys, &next_terminals, progress); in build_trie()
155 for (UInt32 i = 0; i < next_terminals.size(); ++i) { in build_trie()
156 labels_[link_flags_.select1(i)] = (UInt8)(next_terminals[i] % 256); in build_trie()
157 next_terminals[i] /= 256; in build_trie()
164 links_.build(next_terminals); in build_trie()
/external/marisa-trie/lib/marisa/
Dtrie-build.cc135 Vector<UInt32> next_terminals; in build_trie() local
136 build_next(keys, &next_terminals, progress); in build_trie()
146 for (UInt32 i = 0; i < next_terminals.size(); ++i) { in build_trie()
147 labels_[link_flags_.select1(i)] = (UInt8)(next_terminals[i] % 256); in build_trie()
148 next_terminals[i] /= 256; in build_trie()
155 links_.build(next_terminals); in build_trie()