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/suggest/core/dictionary/
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/suggest/policyimpl/dictionary/structure/v2/
ver2_patricia_trie_node_reader.cpp 37 int shortcutPos = NOT_A_DICT_POS;
42 &childrenPos, &shortcutPos, &bigramPos, &siblingPos);
49 probability, childrenPos, shortcutPos, bigramPos, siblingPos);
patricia_trie_policy.cpp 362 int shortcutPos = NOT_A_DICT_POS;
367 &probability, &childrenPos, &shortcutPos, &bigramPos, &siblingPos);
415 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos);
416 if (shortcutPos != NOT_A_DICT_POS) {
418 ShortcutListReadingUtils::getShortcutListSizeAndForwardPointer(mDictRoot, &shortcutPos);
422 ShortcutListReadingUtils::getFlagsAndForwardPointer(mDictRoot, &shortcutPos);
425 mDictRoot, MAX_WORD_LENGTH, shortcutTargetCodePoints, &shortcutPos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
pt_node_params.h 61 const int childrenPos, const int shortcutPos, const int bigramPos,
68 mBigramLinkedNodePos(NOT_A_DICT_POS), mShortcutPos(shortcutPos),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 487 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos);
488 if (shortcutPos != NOT_A_DICT_POS) {
497 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 499 int shortcutPos = getShortcutPositionOfPtNode(ptNodePos);
500 if (shortcutPos != NOT_A_DICT_POS) {
509 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);

Completed in 257 milliseconds