HomeSort by relevance Sort by last modified time
    Searched refs:level1_sons_ (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 86 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'];
spellingtrie.cpp 329 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/
spellingtrie.h 104 SpellingNode* level1_sons_[kValidSplCharNum]; member in class:ime_pinyin::SpellingTrie

Completed in 3305 milliseconds