Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dbigram_dict_content.cpp189 int lastEntryPos = NOT_A_DICT_POS; in runGCBigramList() local
203 lastEntryPos = hasNext ? writingPos : NOT_A_DICT_POS; in runGCBigramList()
212 if (lastEntryPos != NOT_A_DICT_POS) { in runGCBigramList()
214 const BigramEntry bigramEntry = getBigramEntry(lastEntryPos).updateHasNextAndGetEntry( in runGCBigramList()
216 if (!writeBigramEntry(&bigramEntry, lastEntryPos)) { in runGCBigramList()