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

  /packages/inputmethods/PinyinIME/jni/share/
matrixsearch.cpp 601 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;
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 242 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 24 milliseconds