Searched refs:updatedBigramEntry (Results 1 – 2 of 2) sorted by relevance
138 const BigramEntry updatedBigramEntry = in addNewEntry() local141 &updatedBigramEntry, ngramProperty); in addNewEntry()163 const BigramEntry updatedBigramEntry = bigramEntry.getInvalidatedEntry(); in removeEntry() local164 return mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPosToUpdate); in removeEntry()188 const BigramEntry updatedBigramEntry = bigramEntry.getInvalidatedEntry(); in updateAllBigramEntriesAndDeleteUselessEntries() local189 if (!mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPos)) { in updateAllBigramEntriesAndDeleteUselessEntries()196 const BigramEntry updatedBigramEntry = in updateAllBigramEntriesAndDeleteUselessEntries() local198 if (!mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPos)) { in updateAllBigramEntriesAndDeleteUselessEntries()204 const BigramEntry updatedBigramEntry = bigramEntry.getInvalidatedEntry(); in updateAllBigramEntriesAndDeleteUselessEntries() local205 if (!mBigramDictContent->writeBigramEntry(&updatedBigramEntry, entryPos)) { in updateAllBigramEntriesAndDeleteUselessEntries()[all …]
204 const BigramEntry updatedBigramEntry = in runGCBigramList() local206 if (!writeBigramEntryAndAdvancePosition(&updatedBigramEntry, &writingPos)) { in runGCBigramList()