OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idx_by_hz
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
dictdef.h
142
LemmaIdType
idx_by_hz
;
member in struct:ime_pinyin::LemmaEntry
/packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp
325
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
;
ngram.cpp
258
if (lemma_arr[pos].
idx_by_hz
== idx_now)
262
assert(lemma_arr[pos].
idx_by_hz
== idx_now);
dictlist.cpp
123
assert(lemma_arr[0].
idx_by_hz
== 1);
Completed in 82 milliseconds