Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h184 bool is_full_id(uint16 splid) const;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h184 bool is_full_id(uint16 splid) const;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp148 bool SpellingTrie::is_full_id(uint16 splid) const { in is_full_id() function in ime_pinyin::SpellingTrie
H A Ddicttrie.cpp865 if (arg_valid && spl_trie_->is_full_id(splids[pos])) { in get_lemma_splids()