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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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...]
ver4_bigram_list_policy.h 79 int getEntryPosToUpdate(const int targetTerminalIdToFind, const int bigramListPos,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/bigram/
ver4_bigram_list_policy.cpp 62 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId);
63 if (bigramListPos == NOT_A_DICT_POS) {
91 const int entryPosToUpdate = getEntryPosToUpdate(newTargetTerminalId, bigramListPos,
147 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId);
148 if (bigramListPos == NOT_A_DICT_POS) {
152 const int entryPosToUpdate = getEntryPosToUpdate(targetTerminalId, bigramListPos,
170 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId);
171 if (bigramListPos == NOT_A_DICT_POS) {
176 int readingPos = bigramListPos;
218 const int bigramListPos = mBigramDictContent->getBigramListHeadPos(terminalId)
    [all...]
ver4_bigram_list_policy.h 61 int getEntryPosToUpdate(const int targetTerminalIdToFind, const int bigramListPos,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/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 125 bool BigramDictContent::copyBigramList(const int bigramListPos, const int toPos,
127 int readingPos = bigramListPos;
155 const int bigramListPos = getContentBuffer()->getTailPosition();
158 if (!runGCBigramList(originalBigramListPos, originalBigramDictContent, bigramListPos,
161 originalBigramListPos, bigramListPos);
170 if (!getUpdatableAddressLookupTable()->set(it->second, bigramListPos)) {
172 it->second, bigramListPos);
180 bool BigramDictContent::runGCBigramList(const int bigramListPos,
185 int readingPos = bigramListPos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
bigram_dict_content.cpp 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;
bigram_dict_content.h 85 const int bigramListPos = getContentBuffer()->getTailPosition();
86 return getUpdatableAddressLookupTable()->set(terminalId, bigramListPos);
120 bool runGCBigramList(const int bigramListPos,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/bigram/
bigram_list_read_write_utils.cpp 63 const int bufSize, int *const bigramListPos) {
67 0 /* outTargetPtNodePos */, bigramListPos)) {
bigram_list_read_write_utils.h 47 int *const bigramListPos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_writing_helper.cpp 247 const int bigramListPos = bigramDictContent->getBigramListHeadPos(i);
248 if (bigramListPos == NOT_A_DICT_POS) {
252 int readingPos = bigramListPos;
ver4_patricia_trie_policy.cpp 450 const int bigramListPos = getBigramsPositionOfPtNode(ptNodePos);
451 if (bigramListPos != NOT_A_DICT_POS) {
457 int readingPos = bigramListPos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_writing_helper.cpp 238 const int bigramListPos = bigramDictContent->getBigramListHeadPos(i);
239 if (bigramListPos == NOT_A_DICT_POS) {
243 int readingPos = bigramListPos;
ver4_patricia_trie_policy.cpp 462 const int bigramListPos = getBigramsPositionOfPtNode(ptNodePos);
463 if (bigramListPos != NOT_A_DICT_POS) {
469 int readingPos = bigramListPos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 394 const int bigramListPos = getBigramsPositionOfPtNode(ptNodePos);
396 BinaryDictionaryBigramsIterator bigramsIt(&mBigramListPolicy, bigramListPos);

Completed in 313 milliseconds