OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcutIt
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.h
59
static void outputShortcuts(BinaryDictionaryShortcutIterator *const
shortcutIt
,
suggestions_output_utils.cpp
190
BinaryDictionaryShortcutIterator
shortcutIt
=
194
outputShortcuts(&
shortcutIt
, finalScore, sameAsTyped, outSuggestionResults);
251
BinaryDictionaryShortcutIterator *const
shortcutIt
, const int finalScore,
254
while (
shortcutIt
->hasNextShortcutTarget()) {
257
shortcutIt
->nextShortcutTarget(MAX_WORD_LENGTH, shortcutTarget,
Completed in 46 milliseconds