Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
Dbinary_dictionary_shortcut_iterator.h32 mHasNextShortcutTarget(shortcutPos != NOT_A_DICT_POS) {} in BinaryDictionaryShortcutIterator()
37 mHasNextShortcutTarget(shortcutIterator.mHasNextShortcutTarget) {} in BinaryDictionaryShortcutIterator()
40 return mHasNextShortcutTarget; in hasNextShortcutTarget()
49 outIsAllowed, &mHasNextShortcutTarget, &mPos); in nextShortcutTarget()
58 bool mHasNextShortcutTarget; variable