Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dsplparser.cpp54 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs() local
55 if (spl_trie_->if_valid_id_update(&id_this)) { in splstr_to_idxs()
56 spl_idx[idx_num] = id_this; in splstr_to_idxs()
108 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs() local
109 if (spl_trie_->if_valid_id_update(&id_this)) { in splstr_to_idxs()
111 spl_idx[idx_num] = id_this; in splstr_to_idxs()
128 uint16 id_this = node_this->spelling_idx; in splstr_to_idxs() local
129 if (spl_trie_->if_valid_id_update(&id_this)) { in splstr_to_idxs()
131 spl_idx[idx_num] = id_this; in splstr_to_idxs()
183 uint16 id_this = node_this->spelling_idx; in splstr16_to_idxs() local
[all …]
H A Ddicttrie.cpp643 LemmaIdType id_this = get_lemma_id(node_le0->homo_idx_buf_off + homo_pos); in try_extend() local
645 get_lemma_str(id_this, str, 2); in try_extend()
646 if (id_this == id_lemma) in try_extend()