HomeSort by relevance Sort by last modified time
    Searched full:dict_trie_ (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 53 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_->reset_milestones(fixed_ch_pos, dict_handles_to_clear[0])
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 171 DictTrie* dict_trie_; member in class:ime_pinyin::MatrixSearch

Completed in 51 milliseconds