Searched refs:kLemmaIdComposing (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/PinyinIME/jni/include/
H A Ddictdef.h67 const size_t kLemmaIdComposing = 0xffffff; member in namespace:ime_pinyin
/packages/inputmethods/PinyinIME/jni/share/
H A Dsearchutility.cpp32 return (kLemmaIdComposing == lma_id);
H A Dmatrixsearch.cpp294 ((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;
1222 if (fixed_lmas_ > 1 || kLemmaIdComposing != lma_id_[0]) {
1225 if (kLemmaIdComposing != lma_id_[0]) {
1526 lpi_items_[0].id = kLemmaIdComposing;

Completed in 37 milliseconds