HomeSort by relevance Sort by last modified time
    Searched defs:bigramListPos (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
bigram_dict_content.h 84 const int bigramListPos = getContentBuffer()->getTailPosition();
85 return getUpdatableAddressLookupTable()->set(terminalId, bigramListPos);
88 bool copyBigramList(const int bigramListPos, const int toPos, int *const outTailEntryPos);
125 bool runGCBigramList(const int bigramListPos,
bigram_dict_content.cpp 127 bool BigramDictContent::copyBigramList(const int bigramListPos, const int toPos,
129 int readingPos = bigramListPos;
157 const int bigramListPos = getContentBuffer()->getTailPosition();
160 if (!runGCBigramList(originalBigramListPos, originalBigramDictContent, bigramListPos,
163 originalBigramListPos, bigramListPos);
172 if (!getUpdatableAddressLookupTable()->set(it->second, bigramListPos)) {
174 it->second, bigramListPos);
182 bool BigramDictContent::runGCBigramList(const int bigramListPos,
187 int readingPos = bigramListPos;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/bigram/
ver4_bigram_list_policy.cpp 72 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId);
73 if (bigramListPos == NOT_A_DICT_POS) {
95 const int entryPosToUpdate = getEntryPosToUpdate(newTargetTerminalId, bigramListPos,
107 if (!mBigramDictContent->copyBigramList(bigramListPos, destPos, &tailEntryPos)) {
146 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId);
147 if (bigramListPos == NOT_A_DICT_POS) {
151 const int entryPosToUpdate = getEntryPosToUpdate(targetTerminalId, bigramListPos,
169 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId);
170 if (bigramListPos == NOT_A_DICT_POS) {
175 int readingPos = bigramListPos;
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.cpp 250 const int bigramListPos = bigramDictContent->getBigramListHeadPos(i);
251 if (bigramListPos == NOT_A_DICT_POS) {
255 int readingPos = bigramListPos;
ver4_patricia_trie_policy.cpp 564 const int bigramListPos = getBigramsPositionOfPtNode(ptNodePos);
565 if (bigramListPos != NOT_A_DICT_POS) {
571 int readingPos = bigramListPos;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp 438 const int bigramListPos = getBigramsPositionOfPtNode(ptNodePos);
440 BinaryDictionaryBigramsIterator bigramsIt(&mBigramListPolicy, bigramListPos);

Completed in 40 milliseconds