Searched refs:lpi_total_ (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/PinyinIME/jni/share/
H A Dmatrixsearch.cpp601 return 1 + lpi_total_;
617 // lpi_total_ will be set to 0.
618 if (0 == lpi_total_) {
786 lpi_total_ = 0; // Clean all other candidates.
878 lpi_total_ = 0;
1101 if (lpi_total_ > 0) {
1115 extend_mtrx_nd(mtrx_nd, lpi_items_, lpi_total_,
1152 lpi_total_ = 0;
1157 lpi_items_ + lpi_total_,
1158 size_t(kMaxLmaPsbItems - lpi_total_),
[all...]
/packages/inputmethods/PinyinIME/jni/include/
H A Dmatrixsearch.h242 size_t lpi_total_; member in class:ime_pinyin::MatrixSearch
308 // This function modifies the content of lpi_items_ and lpi_total_.
309 // lpi_items_ is used to get the LmaPsbItem list, lpi_total_ returns the size.

Completed in 36 milliseconds