Home
last modified time | relevance | path

Searched refs:hasNextShortcutTarget (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_shortcut_iterator.h39 AK_FORCE_INLINE bool hasNextShortcutTarget() const { in hasNextShortcutTarget() function
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
Dsuggestions_output_utils.cpp254 while (shortcutIt->hasNextShortcutTarget()) { in outputShortcuts()