HomeSort by relevance Sort by last modified time
    Searched refs:shortcutListSize (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/shortcut/
dynamic_shortcut_list_policy.h 77 const int shortcutListSize = ShortcutListReadingUtils
79 *pos += shortcutListSize;
94 const int shortcutListSize = ShortcutListReadingUtils
99 shortcutListSize + ShortcutListReadingUtils::getShortcutListSizeFieldSize(),
104 for (int i = 0; i < shortcutListSize; ++i) {
shortcut_list_policy.h 62 const int shortcutListSize = ShortcutListReadingUtils
64 *pos += shortcutListSize;
shortcut_list_reading_utils.h 49 const int shortcutListSize = getShortcutListSizeAndForwardPointer(dictRoot, pos);
50 *pos += shortcutListSize;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 379 final int shortcutListSize =
381 destination.write((byte)(shortcutListSize >> 8));
382 destination.write((byte)(shortcutListSize & 0xFF));

Completed in 151 milliseconds