OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcuttargetlength
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.cpp
608
int
shortcutTargetLength
= 0;
611
&
shortcutTargetLength
, &shortcutProbability, &hasNext, &shortcutPos);
613
CodePointArrayView(shortcutTarget,
shortcutTargetLength
).toVector(),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp
552
int
shortcutTargetLength
= 0;
555
&
shortcutTargetLength
, &shortcutProbability, &hasNext, &shortcutPos);
557
CodePointArrayView(shortcutTarget,
shortcutTargetLength
).toVector(),
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
patricia_trie_policy.cpp
469
const int
shortcutTargetLength
= ShortcutListReadingUtils::readShortcutTarget(
474
CodePointArrayView(shortcutTargetCodePoints,
shortcutTargetLength
).toVector(),
Completed in 203 milliseconds