Searched refs:idx_by_hz (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Ddictdef.h142 LemmaIdType idx_by_hz; member in struct:ime_pinyin::LemmaEntry
/packages/inputmethods/PinyinIME/jni/share/
H A Ddictbuilder.cpp325 printf("--%d, idx:%06d, score:%.5f\n", pos, top_lmas_[pos].idx_by_hz,
574 lemma_arr_[lemma_num_ - 1].idx_by_hz + 1);
622 top_lmas_[pos - homo_idx_num_eq1_ - homo_idx_num_gt1_].idx_by_hz;
685 lemma_arr_[0].idx_by_hz = 1;
690 lemma_arr_[i].idx_by_hz = idx_max;
693 lemma_arr_[i].idx_by_hz = idx_max;
897 idx_buf[homo_pos] = lemma_arr_[item_start_next + homo_pos].idx_by_hz;
966 idx_buf[homo_pos] = lemma_arr[item_start_next + homo_pos].idx_by_hz;
H A Dngram.cpp258 if (lemma_arr[pos].idx_by_hz == idx_now)
262 assert(lemma_arr[pos].idx_by_hz == idx_now);
H A Ddictlist.cpp123 assert(lemma_arr[0].idx_by_hz == 1);

Completed in 53 milliseconds