Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp86 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()
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()
H A Dspellingtrie.cpp333 memset(level1_sons_, 0, sizeof(SpellingNode*) * kValidSplCharNum); in construct()
487 level1_sons_[char_for_node - 'A'] = node_current; in construct_spellings_subset()
571 level1_sons_[char_for_node - 'A'] = node_current; in construct_spellings_subset()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h104 SpellingNode* level1_sons_[kValidSplCharNum]; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h104 SpellingNode* level1_sons_[kValidSplCharNum]; variable