Searched refs:copyBigramList (Results 1 – 3 of 3) sorted by relevance
88 bool copyBigramList(const int bigramListPos, const int toPos, int *const outTailEntryPos);
127 bool BigramDictContent::copyBigramList(const int bigramListPos, const int toPos, in copyBigramList() function in latinime::backward::v402::BigramDictContent
107 if (!mBigramDictContent->copyBigramList(bigramListPos, destPos, &tailEntryPos)) { in addNewEntry()