Searched defs:lma_num (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Ddictbuilder.cpp175 bool DictBuilder::alloc_resource(size_t lma_num) { argument
176 if (0 == lma_num)
181 lemma_num_ = lma_num;
H A Ddicttrie.cpp800 size_t lma_num = 0; local
813 size_t ch_pos = lma_num + homo_pos;
820 if (lma_num + homo_pos >= max_lma_buf - 1)
827 size_t ch_pos = lma_num + homo_pos;
834 if (lma_num + homo_pos >= max_lma_buf - 1)
839 lma_num += num_of_homo;
840 if (lma_num >= max_lma_buf) {
841 lma_num = max_lma_buf;
845 return lma_num;
H A Dmatrixsearch.cpp1155 size_t lma_num; local
1156 lma_num = get_lpis(spl_id_ + fixed_hzs_, lma_size,
1161 if (lma_num > 0) {
1162 lpi_total_ += lma_num;

Completed in 52 milliseconds