Searched defs:shortcutTargetCodePoints (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.cpp462 int shortcutTargetCodePoints[MAX_WORD_LENGTH]; local
470 mBuffer, MAX_WORD_LENGTH, shortcutTargetCodePoints, &shortcutPos);
474 CodePointArrayView(shortcutTargetCodePoints, shortcutTargetLength).toVector(),
/packages/inputmethods/LatinIME/native/jni/
H A Dcom_android_inputmethod_latin_BinaryDictionary.cpp372 std::vector<int> shortcutTargetCodePoints; local
373 JniDataUtils::jintarrayToVector(env, shortcutTarget, &shortcutTargetCodePoints);
374 if (!shortcutTargetCodePoints.empty()) {
375 shortcuts.emplace_back(std::move(shortcutTargetCodePoints), shortcutProbability);

Completed in 90 milliseconds