Searched refs:shortcutEntryPos (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() 27 if (*shortcutEntryPos < 0 || *shortcutEntryPos >= shortcutListBuffer->getTailPosition()) { in getShortcutEntryAndAdvancePosition() 29 *shortcutEntryPos, shortcutListBuffer->getTailPosition()); in getShortcutEntryAndAdvancePosition() 41 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in getShortcutEntryAndAdvancePosition() 50 maxCodePointCount, outCodePoint, outCodePointCount, shortcutEntryPos); in getShortcutEntryAndAdvancePosition() 119 bool ShortcutDictContent::setProbability(const int probability, const int shortcutEntryPos) { in setProbability() argument 122 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability() 126 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability() 131 int *const shortcutEntryPos) { in writeShortcutEntryAndAdvancePosition() argument 135 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos)) { in writeShortcutEntryAndAdvancePosition() [all …]
|
D | shortcut_dict_content.h | 43 const int shortcutEntryPos) { in getShortcutEntry() argument 44 int readingPos = shortcutEntryPos; in getShortcutEntry() 51 bool *const outhasNext, int *const shortcutEntryPos) const; 67 bool setProbability(const int probability, const int shortcutEntryPos); 70 const int probability, const bool hasNext, const int shortcutEntryPos) { in writeShortcutEntry() argument 71 int writingPos = shortcutEntryPos; in writeShortcutEntry() 78 int *const shortcutEntryPos);
|
/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() 36 if (*shortcutEntryPos < 0 || *shortcutEntryPos >= shortcutListBuffer->getTailPosition()) { in getShortcutEntryAndAdvancePosition() 38 *shortcutEntryPos, shortcutListBuffer->getTailPosition()); in getShortcutEntryAndAdvancePosition() 50 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in getShortcutEntryAndAdvancePosition() 59 maxCodePointCount, outCodePoint, outCodePointCount, shortcutEntryPos); in getShortcutEntryAndAdvancePosition() 134 bool ShortcutDictContent::setProbability(const int probability, const int shortcutEntryPos) { in setProbability() argument 137 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability() 141 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos); in setProbability() 146 int *const shortcutEntryPos) { in writeShortcutEntryAndAdvancePosition() argument 150 Ver4DictConstants::SHORTCUT_FLAGS_FIELD_SIZE, shortcutEntryPos)) { in writeShortcutEntryAndAdvancePosition() [all …]
|
D | shortcut_dict_content.h | 52 const int shortcutEntryPos) { in getShortcutEntry() argument 53 int readingPos = shortcutEntryPos; in getShortcutEntry() 60 bool *const outhasNext, int *const shortcutEntryPos) const; 74 bool setProbability(const int probability, const int shortcutEntryPos); 77 const int probability, const bool hasNext, const int shortcutEntryPos) { in writeShortcutEntry() argument 78 int writingPos = shortcutEntryPos; in writeShortcutEntry() 85 int *const shortcutEntryPos);
|