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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp 494 int shortcutTargetLength = 0;
497 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
498 const std::vector<int> target(shortcutTarget, shortcutTarget + shortcutTargetLength);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 506 int shortcutTargetLength = 0;
509 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos);
510 const std::vector<int> target(shortcutTarget, shortcutTarget + shortcutTargetLength);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 424 const int shortcutTargetLength = ShortcutListReadingUtils::readShortcutTarget(
427 shortcutTargetCodePoints + shortcutTargetLength);

Completed in 61 milliseconds