Searched refs:shortcutPos (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dver2_patricia_trie_node_reader.cpp37 int shortcutPos = NOT_A_DICT_POS; local
42 &probability, &childrenPos, &shortcutPos, &bigramPos, &siblingPos);
49 probability, childrenPos, shortcutPos, bigramPos, siblingPos);
H A Dpatricia_trie_policy.cpp384 const int shortcutPos = getShortcutPositionOfPtNode(getTerminalPtNodePosFromWordId(wordId)); local
385 return BinaryDictionaryShortcutIterator(&mShortcutListPolicy, shortcutPos);
409 int shortcutPos = NOT_A_DICT_POS; local
415 mergedNodeCodePoints, &probability, &childrenPos, &shortcutPos, &bigramPos,
460 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos); local
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/utils/
H A Dbinary_dictionary_shortcut_iterator.h29 const int shortcutPos)
31 mPos(shortcutStructurePolicy->getStartPos(shortcutPos)),
32 mHasNextShortcutTarget(shortcutPos != NOT_A_DICT_POS) {}
27 BinaryDictionaryShortcutIterator( const DictionaryShortcutsStructurePolicy *const shortcutStructurePolicy, const int shortcutPos) argument
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Dpt_node_params.h62 const int childrenPos, const int shortcutPos, const int bigramPos,
69 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(shortcutPos),
60 PtNodeParams(const int headPos, const PatriciaTrieReadingUtils::NodeFlags flags, const int codePointCount, const int *const codePoints, const int probability, const int childrenPos, const int shortcutPos, const int bigramPos, const int siblingPos) argument
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.cpp238 const int shortcutPos = getShortcutPositionOfPtNode(getTerminalPtNodePosFromWordId(wordId)); local
239 return BinaryDictionaryShortcutIterator(&mShortcutPolicy, shortcutPos);
601 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos); local
602 if (shortcutPos != NOT_A_DICT_POS) {
611 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.cpp133 const int shortcutPos = getShortcutPositionOfWord(wordId); local
134 return BinaryDictionaryShortcutIterator(&mShortcutPolicy, shortcutPos);
545 int shortcutPos = getShortcutPositionOfWord(wordId); local
546 if (shortcutPos != NOT_A_DICT_POS) {
555 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);

Completed in 57 milliseconds