Searched refs:writeBigramEntry (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/ |
D | ver4_bigram_list_policy.cpp | 85 if (!mBigramDictContent->writeBigramEntry(&bigramEntryToWrite, writingPos)) { in addNewEntry() 142 return mBigramDictContent->writeBigramEntry(&bigramEntryToWrite, entryPosToUpdate); in addNewEntry() 164 return mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPosToUpdate); in removeEntry() 189 if (!mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPos)) { in updateAllBigramEntriesAndDeleteUselessEntries() 198 if (!mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPos)) { in updateAllBigramEntriesAndDeleteUselessEntries() 205 if (!mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPos)) { in updateAllBigramEntriesAndDeleteUselessEntries() 284 return mBigramDictContent->writeBigramEntry(&updatedBigramEntry, bigramEntryPos); in updateHasNextFlag()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | bigram_dict_content.h | 75 bool writeBigramEntry(const BigramEntry *const bigramEntryToWrite, const int entryWritingPos) { in writeBigramEntry() function
|
D | bigram_dict_content.cpp | 216 if (!writeBigramEntry(&bigramEntry, lastEntryPos)) { in runGCBigramList()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
D | ver4_patricia_trie_writing_helper.cpp | 278 if (!bigramDictContent->writeBigramEntry(&invalidatedBigramEntry, entryPos)) { in truncateBigrams()
|