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

  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 73 const size_t kTopScoreLemmaNum = 10;
  /packages/inputmethods/PinyinIME/jni/share/
dictbuilder.cpp 185 top_lmas_ = new LemmaEntry[kTopScoreLemmaNum];
302 if (kTopScoreLemmaNum > top_lmas_num_)
316 } else if (kTopScoreLemmaNum > top_lmas_num_) {

Completed in 15 milliseconds