Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp490 node_current->spelling_idx = kFullSplIdStart + item_start_next; in construct_spellings_subset()
519 node_current->spelling_idx = in construct_spellings_subset()
523 node_current->spelling_idx++; in construct_spellings_subset()
525 node_current->spelling_idx++; in construct_spellings_subset()
527 h2f_num_[node_current->spelling_idx] = i - item_start_next; in construct_spellings_subset()
539 node_current->spelling_idx = part_id; in construct_spellings_subset()
540 h2f_num_[node_current->spelling_idx] = i - item_start_next; in construct_spellings_subset()
546 if (h2f_num_[node_current->spelling_idx] > 0) in construct_spellings_subset()
547 h2f_start_[node_current->spelling_idx] = in construct_spellings_subset()
550 h2f_start_[node_current->spelling_idx] = 0; in construct_spellings_subset()
[all …]
H A Dsplparser.cpp54 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs()
108 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs()
128 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs()
183 uint16 id_this = node_this->spelling_idx; in splstr16_to_idxs()
237 uint16 id_this = node_this->spelling_idx; in splstr16_to_idxs()
257 uint16 id_this = node_this->spelling_idx; in splstr16_to_idxs()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h33 uint16 spelling_idx:11; member
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h33 uint16 spelling_idx:11; member