Home
last modified time | relevance | path

Searched refs:entryCountToRemove (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp405 const int entryCountToRemove = static_cast<int>(entryInfoVector.size()) - maxEntryCount; in turncateEntriesInSpecifiedLevel() local
406 std::partial_sort(entryInfoVector.begin(), entryInfoVector.begin() + entryCountToRemove, in turncateEntriesInSpecifiedLevel()
409 for (int i = 0; i < entryCountToRemove; ++i) { in turncateEntriesInSpecifiedLevel()