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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestion_results.h 32 : mMaxSuggestionCount(maxSuggestionCount),
59 const int mMaxSuggestionCount;
suggestion_results.cpp 70 if (getSuggestionCount() >= mMaxSuggestionCount) {

Completed in 166 milliseconds