Searched refs:targetLevel (Results 1 – 2 of 2) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | language_model_dict_content.cpp | 392 const HeaderPolicy *const headerPolicy, const int maxEntryCount, const int targetLevel, in turncateEntriesInSpecifiedLevel() argument 396 if (!getEntryInfo(headerPolicy, targetLevel, mTrieMap.getRootBitmapEntryIndex(), in turncateEntriesInSpecifiedLevel() 421 const int targetLevel, const int bitmapEntryIndex, std::vector<int> *const prevWordIds, in getEntryInfo() argument 425 if (prevWordCount < targetLevel) { in getEntryInfo() 430 if (!getEntryInfo(headerPolicy, targetLevel, entry.getNextLevelBitmapEntryIndex(), in getEntryInfo() 444 entry.key(), targetLevel, prevWordIds->data()); in getEntryInfo()
|
D | language_model_dict_content.h | 246 const int maxEntryCount, const int targetLevel, int *const outEntryCount); 247 bool getEntryInfo(const HeaderPolicy *const headerPolicy, const int targetLevel,
|