OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lma_id_
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp
294
((kLemmaIdComposing !=
lma_id_
[0]) ||
295
(kLemmaIdComposing ==
lma_id_
[0] &&
365
} else if (fixed_hzs_ > 0 && kLemmaIdComposing ==
lma_id_
[0]) {
403
lma_id_
[0] = kLemmaIdComposing;
524
if (kLemmaIdComposing ==
lma_id_
[0] && clear_fixed_this_step) {
574
lma_id_
[0] = kLemmaIdComposing;
663
LemmaIdType lma_id =
lma_id_
[pos];
791
if (is_user_lemma(
lma_id_
[0])) {
795
user_dict_->update_lemma(
lma_id_
[0], 1, true);
860
if (id_chosen ==
lma_id_
[fixed_lmas_]
[
all
...]
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
105
//
lma_id_
of class MatrixSearch, and fixed_lmas_ is used to indicate how many
209
LemmaIdType
lma_id_
[kMaxRowNum];
member in class:ime_pinyin::MatrixSearch
213
// the i'th lemma id in
lma_id_
is the first candidate for that step.
Completed in 474 milliseconds