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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_constants.h 63 static const int SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE;
ver4_dict_constants.cpp 62 const int Ver4DictConstants::SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE = 64;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_constants.h 54 static const int SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE;
ver4_dict_constants.cpp 59 const int Ver4DictConstants::SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE = 64;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
shortcut_dict_content.h 43 Ver4DictConstants::SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE,
47 : SparseTableDictContent(Ver4DictConstants::SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
shortcut_dict_content.h 34 Ver4DictConstants::SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE,
38 : SparseTableDictContent(Ver4DictConstants::SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java 283 static final int SHORTCUT_ADDRESS_TABLE_BLOCK_SIZE = 64;

Completed in 41 milliseconds