Home
last modified time | relevance | path

Searched refs:shortcutTargetLength (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp552 int shortcutTargetLength = 0; in getWordProperty() local
555 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos); in getWordProperty()
557 CodePointArrayView(shortcutTarget, shortcutTargetLength).toVector(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp608 int shortcutTargetLength = 0; in getWordProperty() local
611 &shortcutTargetLength, &shortcutProbability, &hasNext, &shortcutPos); in getWordProperty()
613 CodePointArrayView(shortcutTarget, shortcutTargetLength).toVector(), in getWordProperty()
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
Dpatricia_trie_policy.cpp469 const int shortcutTargetLength = ShortcutListReadingUtils::readShortcutTarget( in getWordProperty() local
474 CodePointArrayView(shortcutTargetCodePoints, shortcutTargetLength).toVector(), in getWordProperty()