Searched refs:dict_trie_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp53 dict_trie_ = NULL;
73 dict_trie_ = new DictTrie();
89 if (NULL == dict_trie_ || NULL == user_dict_ || NULL == spl_parser_ ||
108 if (NULL != dict_trie_)
109 delete dict_trie_;
130 if (!dict_trie_->load_dict(fn_sys_dict, 1, kSysDictIdEnd))
156 if (!dict_trie_->load_dict_fd(sys_fd, start_offset, length, 1, kSysDictIdEnd))
235 dict_trie_->reset_milestones(0, 0);
268 dict_trie_->reset_milestones(ch_pos, dict_handles_to_clear[0]);
336 dict_trie_
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h171 DictTrie* dict_trie_; member in class:ime_pinyin::MatrixSearch

Completed in 33 milliseconds