Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dtrie_map_test.cpp201 for (const auto &secondLevelEntry : firstLevelEntry.getEntriesInNextLevel()) { in TEST()
205 for (const auto &thirdLevelEntry : secondLevelEntry.getEntriesInNextLevel()) { in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h71 const TrieMapRange getEntriesInNextLevel() const { in getEntriesInNextLevel() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp287 if (!runGCInner(terminalIdMap, entry.getEntriesInNextLevel(), in runGCInner()