Home
last modified time | relevance | path

Searched refs:spelling_num_ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp61 spelling_num_ = 0; in SpellingTrie()
149 if (splid < kFullSplIdStart || splid >= kFullSplIdStart + spelling_num_) in is_full_id()
258 full_id > spelling_num_ + kFullSplIdStart) in full_to_half()
298 spelling_num_ = item_num; in construct()
316 qsort(spelling_buf_, spelling_num_, spelling_size_, compare_spl); in construct()
335 root_->first_son = construct_spellings_subset(0, spelling_num_, 0, root_); in construct()
378 for (uint16 pos = 0; pos < spelling_num_; pos++) { in build_ym_info()
409 spl_ym_ids_ = new uint8[spelling_num_ + kFullSplIdStart]; in build_ym_info()
413 memset(spl_ym_ids_, 0, sizeof(uint8) * (spelling_num_ + kFullSplIdStart)); in build_ym_info()
415 for (uint16 id = 1; id < spelling_num_ + kFullSplIdStart; id++) { in build_ym_info()
[all …]
H A Dspellingtable.cpp71 spelling_num_ = 0; in SpellingTable()
121 spelling_num_ = 0; in init_table()
172 spelling_num_++; in put_spelling()
227 for (size_t pos = 0; pos < spelling_num_; pos++) { in arrange()
240 for (size_t pos = 0; pos < spelling_num_; pos++) { in arrange()
270 for (size_t pos = 0; pos < spelling_num_; pos++) { in arrange()
289 average_score /= spelling_num_; in arrange()
299 *spl_num = spelling_num_; in arrange()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dspellingtable.h57 size_t spelling_num_; variable
H A Dspellingtrie.h69 uint32 spelling_num_; variable
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dspellingtable.h57 size_t spelling_num_; variable
H A Dspellingtrie.h69 uint32 spelling_num_; variable