HomeSort by relevance Sort by last modified time
    Searched refs:fixed_lmas_ (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 231 fixed_lmas_ = 0;
303 fixed_lmas_ = 0;
310 while (lma_start_[fixed_lmas_] < fixed_hzs_)
311 fixed_lmas_++;
312 assert(lma_start_[fixed_lmas_] == fixed_hzs_);
399 fixed_lmas_ = 1;
515 if (fixed_lmas_ > 0 && pos < spl_start_[lma_start_[fixed_lmas_]])
521 if (pos == spl_start_[lma_start_[fixed_lmas_]]) {
539 if (pos >= lma_start_[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
210 size_t fixed_lmas_; member in class:ime_pinyin::MatrixSearch
212 // If fixed_lmas_ is bigger than i, Element i is used to indicate whether
275 // The caller guarantees that fixed_lmas_ > 0 and del_spl_pos is within

Completed in 2460 milliseconds