Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
Dtrie_map_test.cpp57 for (const auto &element : trieMap.getEntriesInRootLevel()) { in TEST()
197 for (const auto &firstLevelEntry : trieMap.getEntriesInRootLevel()) { in TEST()
244 for (const auto &entry : trieMap.getEntriesInRootLevel()) { in TEST()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h199 const TrieMapRange getEntriesInRootLevel() const { in getEntriesInRootLevel() function
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
Dlanguage_model_dict_content.cpp38 return runGCInner(terminalIdMap, originalContent->mTrieMap.getEntriesInRootLevel(), in runGC()