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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
trie_map.cpp 52 AKLOGI("Entry[%d]: %x, %x", i, readField0(i), readField1(i));
58 index = readField0(index);
203 if (!writeEmptyTableLink(readField0(tableIndex), entryCount)) {
trie_map.h 307 return Entry(readField0(entryIndex), readField1(entryIndex));
338 AK_FORCE_INLINE uint32_t readField0(const int entryIndex) const {

Completed in 6373 milliseconds