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

  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 41 const SpellingNode *node_this = spl_trie_->root_; local
54 uint16 id_this = node_this->spelling_idx;
65 node_this = spl_trie_->root_;
90 SpellingNode *first_son = node_this->first_son;
93 for (int i = 0; i < node_this->num_of_son; i++) {
105 node_this = found_son;
108 uint16 id_this = node_this->spelling_idx;
118 node_this = spl_trie_->root_;
128 uint16 id_this = node_this->spelling_idx;
170 const SpellingNode *node_this = spl_trie_->root_ local
    [all...]

Completed in 383 milliseconds