Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dtrie_map.h387 AK_FORCE_INLINE bool copyEntry(const int originalEntryIndex, const int newEntryIndex) { in copyEntry() argument
388 return writeEntry(readEntry(originalEntryIndex), newEntryIndex); in copyEntry()