Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.cpp70 const int terminalEntryIndex = getTerminalEntryIndex( in getNextLevelBitmapEntryIndex() local
72 if (terminalEntryIndex == INVALID_INDEX) { in getNextLevelBitmapEntryIndex()
76 const Entry terminalEntry = readEntry(terminalEntryIndex); in getNextLevelBitmapEntryIndex()
119 const int terminalEntryIndex = getTerminalEntryIndex( in remove() local
121 if (terminalEntryIndex == INVALID_INDEX) { in remove()
125 const Entry terminalEntry = readEntry(terminalEntryIndex); in remove()
197 return writeField1(value | VALUE_FLAG, terminalEntryIndex); in writeValue()
214 const int terminalEntryIndex) { in updateValue() argument
216 return writeValue(value, terminalEntryIndex); in updateValue()
287 if (terminalEntryIndex == INVALID_INDEX) { in getInternal()
[all …]
H A Dtrie_map.h299 bool writeValue(const uint64_t value, const int terminalEntryIndex);
301 const int terminalEntryIndex);