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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
binary_dictionary_shortcut_iterator.h 29 const int shortcutPos)
31 mPos(shortcutStructurePolicy->getStartPos(shortcutPos)),
32 mHasNextShortcutTarget(shortcutPos != NOT_A_DICT_POS) {}
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
ver2_patricia_trie_node_reader.cpp 37 int shortcutPos = NOT_A_DICT_POS;
42 &probability, &childrenPos, &shortcutPos, &bigramPos, &siblingPos);
49 probability, childrenPos, shortcutPos, bigramPos, siblingPos);
patricia_trie_policy.cpp 384 const int shortcutPos = getShortcutPositionOfPtNode(getTerminalPtNodePosFromWordId(wordId));
385 return BinaryDictionaryShortcutIterator(&mShortcutListPolicy, shortcutPos);
409 int shortcutPos = NOT_A_DICT_POS;
415 mergedNodeCodePoints, &probability, &childrenPos, &shortcutPos, &bigramPos,
460 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos);
461 if (shortcutPos != NOT_A_DICT_POS) {
463 ShortcutListReadingUtils::getShortcutListSizeAndForwardPointer(mBuffer, &shortcutPos);
467 ShortcutListReadingUtils::getFlagsAndForwardPointer(mBuffer, &shortcutPos);
470 mBuffer, MAX_WORD_LENGTH, shortcutTargetCodePoints, &shortcutPos);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
pt_node_params.h 62 const int childrenPos, const int shortcutPos, const int bigramPos,
69 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(shortcutPos),
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 238 const int shortcutPos = getShortcutPositionOfPtNode(getTerminalPtNodePosFromWordId(wordId));
239 return BinaryDictionaryShortcutIterator(&mShortcutPolicy, shortcutPos);
601 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos);
602 if (shortcutPos != NOT_A_DICT_POS) {
611 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 133 const int shortcutPos = getShortcutPositionOfWord(wordId);
134 return BinaryDictionaryShortcutIterator(&mShortcutPolicy, shortcutPos);
545 int shortcutPos = getShortcutPositionOfWord(wordId);
546 if (shortcutPos != NOT_A_DICT_POS) {
555 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);

Completed in 444 milliseconds