Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp133 *splid = h2f_start_[*splid]; in if_valid_id_update()
252 *spl_id_start = h2f_start_[half_id]; in half_to_full()
282 memset(h2f_start_, 0, sizeof(uint16) * kFullSplIdStart); in construct()
343 h2f_start_[0] = h2f_num_[0] = 0; in construct()
547 h2f_start_[node_current->spelling_idx] = in construct_spellings_subset()
550 h2f_start_[node_current->spelling_idx] = 0; in construct_spellings_subset()
632 h2f_start_[node_current->spelling_idx] = in construct_spellings_subset()
635 h2f_start_[node_current->spelling_idx] = 0; in construct_spellings_subset()
705 for (uint16 fid = h2f_start_[hid]; in build_f2h()
706 fid < h2f_start_[hid] + h2f_num_[hid]; fid++) in build_f2h()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtrie.h111 uint16 h2f_start_[kFullSplIdStart]; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtrie.h111 uint16 h2f_start_[kFullSplIdStart]; variable