Searched refs:shortcutListSize (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/shortcut/
H A Ddynamic_shortcut_list_policy.h77 const int shortcutListSize = ShortcutListReadingUtils local
79 *pos += shortcutListSize;
94 const int shortcutListSize = ShortcutListReadingUtils local
99 shortcutListSize + ShortcutListReadingUtils::getShortcutListSizeFieldSize(),
104 for (int i = 0; i < shortcutListSize; ++i) {
H A Dshortcut_list_policy.h62 const int shortcutListSize = ShortcutListReadingUtils local
64 *pos += shortcutListSize;
H A Dshortcut_list_reading_utils.h49 const int shortcutListSize = getShortcutListSizeAndForwardPointer(dictRoot, pos); local
50 *pos += shortcutListSize;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictIOUtils.java379 final int shortcutListSize =
381 destination.write((byte)(shortcutListSize >> 8));
382 destination.write((byte)(shortcutListSize & 0xFF));

Completed in 127 milliseconds