Searched defs:char_this (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dsplparser.cpp50 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
[all...]

Completed in 51 milliseconds