Searched refs:outhasNext (Results 1 – 4 of 4) sorted by relevance
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
D | shortcut_dict_content.cpp | 25 bool *const outhasNext, int *const shortcutEntryPos) const { in getShortcutEntryAndAdvancePosition() argument 31 if (outhasNext) { in getShortcutEntryAndAdvancePosition() 32 *outhasNext = false; in getShortcutEntryAndAdvancePosition() 45 if (outhasNext) { in getShortcutEntryAndAdvancePosition() 46 *outhasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK; in getShortcutEntryAndAdvancePosition()
|
D | shortcut_dict_content.h | 42 int *const outCodePointCount, int *const outProbability, bool *const outhasNext, in getShortcutEntry() argument 46 outCodePointCount, outProbability, outhasNext, &readingPos); in getShortcutEntry() 51 bool *const outhasNext, int *const shortcutEntryPos) const;
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/ |
D | shortcut_dict_content.cpp | 34 bool *const outhasNext, int *const shortcutEntryPos) const { in getShortcutEntryAndAdvancePosition() argument 40 if (outhasNext) { in getShortcutEntryAndAdvancePosition() 41 *outhasNext = false; in getShortcutEntryAndAdvancePosition() 54 if (outhasNext) { in getShortcutEntryAndAdvancePosition() 55 *outhasNext = shortcutFlags & Ver4DictConstants::SHORTCUT_HAS_NEXT_MASK; in getShortcutEntryAndAdvancePosition()
|
D | shortcut_dict_content.h | 51 int *const outCodePointCount, int *const outProbability, bool *const outhasNext, in getShortcutEntry() argument 55 outCodePointCount, outProbability, outhasNext, &readingPos); in getShortcutEntry() 60 bool *const outhasNext, int *const shortcutEntryPos) const;
|