Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp154 bool SpellingTrie::half_full_compatible(uint16 half_id, uint16 full_id) const { in half_full_compatible() argument
157 if (half_fr_full == half_id) in half_full_compatible()
163 char ch_h = kHalfId2Sc_[half_id]; in half_full_compatible()
242 uint16 SpellingTrie::half2full_num(uint16 half_id) const { in half2full_num()
243 if (NULL == root_ || half_id >= kFullSplIdStart) in half2full_num()
245 return h2f_num_[half_id]; in half2full_num()
248 uint16 SpellingTrie::half_to_full(uint16 half_id, uint16 *spl_id_start) const { in half_to_full() argument
249 if (NULL == spl_id_start || NULL == root_ || half_id >= kFullSplIdStart) in half_to_full()
252 *spl_id_start = h2f_start_[half_id]; in half_to_full()
253 return h2f_num_[half_id]; in half_to_full()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h211 uint16 half2full_num(uint16 half_id) const;
215 uint16 half_to_full(uint16 half_id, uint16 *spl_id_start) const;
226 bool half_full_compatible(uint16 half_id, uint16 full_id) const;
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h211 uint16 half2full_num(uint16 half_id) const;
215 uint16 half_to_full(uint16 half_id, uint16 *spl_id_start) const;
226 bool half_full_compatible(uint16 half_id, uint16 full_id) const;