Searched refs:shortcutTargetLength (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/ |
D | ver4_patricia_trie_policy.cpp | 552 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/ |
D | ver4_patricia_trie_policy.cpp | 608 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/ |
D | patricia_trie_policy.cpp | 469 const int shortcutTargetLength = ShortcutListReadingUtils::readShortcutTarget( in getWordProperty() local 474 CodePointArrayView(shortcutTargetCodePoints, shortcutTargetLength).toVector(), in getWordProperty()
|