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

  /packages/inputmethods/PinyinIME/jni/share/
splparser.cpp 50 char char_this = splstr[str_pos]; local
52 if (!SpellingTrie::is_valid_spl_char(char_this)) {
85 if (char_this >= 'a')
86 found_son = spl_trie_->level1_sons_[char_this - 'a'];
88 found_son = spl_trie_->level1_sons_[char_this - 'A'];
96 this_son->char_this_node, char_this)) {
179 char16 char_this = splstr[str_pos]; local
181 if (!SpellingTrie::is_valid_spl_char(char_this)) {
214 if (char_this >= 'a')
215 found_son = spl_trie_->level1_sons_[char_this - 'a']
    [all...]

Completed in 1023 milliseconds