Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
Dbigram_dict_content.h72 return writeBigramEntryAndAdvancePosition(bigramEntryToWrite, &writingPos); in writeBigramEntryAtTail()
77 return writeBigramEntryAndAdvancePosition(bigramEntryToWrite, &writingPos); in writeBigramEntry()
80 bool writeBigramEntryAndAdvancePosition(const BigramEntry *const bigramEntryToWrite,
Dbigram_dict_content.cpp77 bool BigramDictContent::writeBigramEntryAndAdvancePosition( in writeBigramEntryAndAdvancePosition() function in latinime::backward::v402::BigramDictContent
138 if (!writeBigramEntryAndAdvancePosition(&bigramEntry, &writingPos)) { in copyBigramList()
206 if (!writeBigramEntryAndAdvancePosition(&updatedBigramEntry, &writingPos)) { in runGCBigramList()