Home
last modified time | relevance | path

Searched refs:lma_num (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Ddicttrie.cpp799 size_t lma_num = 0; in get_lpis() local
812 size_t ch_pos = lma_num + homo_pos; in get_lpis()
819 if (lma_num + homo_pos >= max_lma_buf - 1) in get_lpis()
826 size_t ch_pos = lma_num + homo_pos; in get_lpis()
833 if (lma_num + homo_pos >= max_lma_buf - 1) in get_lpis()
838 lma_num += num_of_homo; in get_lpis()
839 if (lma_num >= max_lma_buf) { in get_lpis()
840 lma_num = max_lma_buf; in get_lpis()
844 return lma_num; in get_lpis()
H A Ddictbuilder.cpp175 bool DictBuilder::alloc_resource(size_t lma_num) { in alloc_resource() argument
176 if (0 == lma_num) in alloc_resource()
181 lemma_num_ = lma_num; in alloc_resource()
H A Dmatrixsearch.cpp1178 size_t lma_num; in prepare_candidates() local
1179 lma_num = get_lpis(spl_id_ + fixed_hzs_, lma_size, in prepare_candidates()
1184 if (lma_num > 0) { in prepare_candidates()
1185 lpi_total_ += lma_num; in prepare_candidates()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Ddictbuilder.h163 bool alloc_resource(size_t lma_num);
H A Dmatrixsearch.h367 bool add_lma_to_userdict(uint16 lma_from, uint16 lma_num, float score);
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Ddictbuilder.h163 bool alloc_resource(size_t lma_num);
H A Dmatrixsearch.h367 bool add_lma_to_userdict(uint16 lma_from, uint16 lma_num, float score);