Home
last modified time | relevance | path

Searched refs:char_this (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp50 char char_this = splstr[str_pos]; in splstr_to_idxs() local
52 if (!SpellingTrie::is_valid_spl_char(char_this)) { in splstr_to_idxs()
85 if (char_this >= 'a') in splstr_to_idxs()
86 found_son = spl_trie_->level1_sons_[char_this - 'a']; in splstr_to_idxs()
88 found_son = spl_trie_->level1_sons_[char_this - 'A']; in splstr_to_idxs()
96 this_son->char_this_node, char_this)) { in splstr_to_idxs()
179 char16 char_this = splstr[str_pos]; in splstr16_to_idxs() local
181 if (!SpellingTrie::is_valid_spl_char(char_this)) { in splstr16_to_idxs()
214 if (char_this >= 'a') in splstr16_to_idxs()
215 found_son = spl_trie_->level1_sons_[char_this - 'a']; in splstr16_to_idxs()
[all …]