Home | History | Annotate | Download | only in share

Lines Matching refs:spl_trie_

23   spl_trie_ = SpellingTrie::get_cpinstance();
41 const SpellingNode *node_this = spl_trie_->root_;
55 if (spl_trie_->if_valid_id_update(&id_this)) {
65 node_this = spl_trie_->root_;
86 found_son = spl_trie_->level1_sons_[char_this - 'a'];
88 found_son = spl_trie_->level1_sons_[char_this - 'A'];
109 if (spl_trie_->if_valid_id_update(&id_this)) {
118 node_this = spl_trie_->root_;
129 if (spl_trie_->if_valid_id_update(&id_this)) {
149 if (spl_trie_->is_half_id_yunmu(spl_idx[pos])) {
150 spl_trie_->half_to_full(spl_idx[pos], spl_idx + pos);
170 const SpellingNode *node_this = spl_trie_->root_;
184 if (spl_trie_->if_valid_id_update(&id_this)) {
194 node_this = spl_trie_->root_;
215 found_son = spl_trie_->level1_sons_[char_this - 'a'];
217 found_son = spl_trie_->level1_sons_[char_this - 'A'];
238 if (spl_trie_->if_valid_id_update(&id_this)) {
247 node_this = spl_trie_->root_;
258 if (spl_trie_->if_valid_id_update(&id_this)) {
278 if (spl_trie_->is_half_id_yunmu(spl_idx[pos])) {
279 spl_trie_->half_to_full(spl_idx[pos], spl_idx + pos);
317 if (spl_trie_->is_half_id_yunmu(spl_idx[0])) {
318 spl_trie_->half_to_full(spl_idx[0], spl_idx);