Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp82 SpellingNode *found_son = NULL; in splstr_to_idxs() local
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()
97 found_son = this_son; in splstr_to_idxs()
104 if (NULL != found_son) { in splstr_to_idxs()
105 node_this = found_son; in splstr_to_idxs()
211 SpellingNode *found_son = NULL; in splstr16_to_idxs() local
215 found_son = spl_trie_->level1_sons_[char_this - 'a']; in splstr16_to_idxs()
217 found_son = spl_trie_->level1_sons_[char_this - 'A']; in splstr16_to_idxs()
226 found_son = this_son; in splstr16_to_idxs()
[all …]