Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dbigram_entry.h56 const BigramEntry updateHasNextAndGetEntry(const bool hasNext) const { in updateHasNextAndGetEntry() function
Dbigram_dict_content.cpp214 const BigramEntry bigramEntry = getBigramEntry(lastEntryPos).updateHasNextAndGetEntry( in runGCBigramList()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
Dver4_bigram_list_policy.cpp283 const BigramEntry updatedBigramEntry = bigramEntry.updateHasNextAndGetEntry(hasNext); in updateHasNextFlag()