HomeSort by relevance Sort by last modified time
    Searched refs:terminalEntryIndex (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 70 const int terminalEntryIndex = getTerminalEntryIndex(
72 if (terminalEntryIndex == INVALID_INDEX) {
76 const Entry terminalEntry = readEntry(terminalEntryIndex);
91 if (!writeField1(valueEntryIndex | TERMINAL_LINK_FLAG, terminalEntryIndex)) {
119 const int terminalEntryIndex = getTerminalEntryIndex(
121 if (terminalEntryIndex == INVALID_INDEX) {
125 const Entry terminalEntry = readEntry(terminalEntryIndex);
126 if (!writeField1(VALUE_FLAG ^ INVALID_VALUE_IN_KEY_VALUE_ENTRY , terminalEntryIndex)) {
194 bool TrieMap::writeValue(const uint64_t value, const int terminalEntryIndex) {
197 return writeField1(value | VALUE_FLAG, terminalEntryIndex);
    [all...]
trie_map.h 299 bool writeValue(const uint64_t value, const int terminalEntryIndex);
301 const int terminalEntryIndex);

Completed in 42 milliseconds