Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp189 if (entry.hasNextLevelMap()) { in exportAllNgramEntriesRelatedToWordInner()
286 if (entry.hasNextLevelMap()) { in runGCInner()
380 if (!entry.hasNextLevelMap()) { in updateAllProbabilityEntriesForGCInner()
426 if (!entry.hasNextLevelMap()) { in getEntryInfo()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h75 bool hasNextLevelMap() const { in hasNextLevelMap() function