Searched refs:level1_sons_ (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dsplparser.cpp86 found_son = spl_trie_->level1_sons_[char_this - 'a'];
88 found_son = spl_trie_->level1_sons_[char_this - 'A'];
215 found_son = spl_trie_->level1_sons_[char_this - 'a'];
217 found_son = spl_trie_->level1_sons_[char_this - 'A'];
H A Dspellingtrie.cpp329 memset(level1_sons_, 0, sizeof(SpellingNode*) * kValidSplCharNum);
483 level1_sons_[char_for_node - 'A'] = node_current;
567 level1_sons_[char_for_node - 'A'] = node_current;
/packages/inputmethods/PinyinIME/jni/include/
H A Dspellingtrie.h104 SpellingNode* level1_sons_[kValidSplCharNum]; member in class:ime_pinyin::SpellingTrie

Completed in 38 milliseconds