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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/content/
single_dict_content.h 38 : mExpandableContentBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE) {}
sparse_table_dict_content.h 52 : mExpandableLookupTableBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
53 mExpandableAddressTableBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
54 mExpandableContentBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/content/
sparse_table_dict_content.h 71 mExpandableLookupTableBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
72 mExpandableAddressTableBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
73 mExpandableContentBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
single_dict_content.h 52 mExpandableContentBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE), mIsValid(true) {}
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_dict_constants.h 48 static const int MAX_DICTIONARY_SIZE;
ver4_dict_constants.cpp 45 const int Ver4DictConstants::MAX_DICTIONARY_SIZE = 8 * 1024 * 1024;
ver4_patricia_trie_policy.cpp 53 Ver4DictConstants::MAX_DICTIONARY_SIZE - MARGIN_TO_REFUSE_DYNAMIC_OPERATIONS;
423 static_cast<int>(Ver4DictConstants::MAX_DICTIONARY_SIZE));
429 static_cast<int>(Ver4DictConstants::MAX_DICTIONARY_SIZE));
ver4_dict_buffers.cpp 149 mExpandableHeaderBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
ver4_patricia_trie_writing_helper.cpp 68 Ver4DictConstants::MAX_DICTIONARY_SIZE));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_dict_constants.h 32 static const int MAX_DICTIONARY_SIZE;
ver4_dict_constants.cpp 25 const int Ver4DictConstants::MAX_DICTIONARY_SIZE = 8 * 1024 * 1024;
ver4_patricia_trie_policy.cpp 43 Ver4DictConstants::MAX_DICTIONARY_SIZE - MARGIN_TO_REFUSE_DYNAMIC_OPERATIONS;
435 static_cast<int>(Ver4DictConstants::MAX_DICTIONARY_SIZE));
441 static_cast<int>(Ver4DictConstants::MAX_DICTIONARY_SIZE));
ver4_dict_buffers.cpp 208 mExpandableHeaderBuffer(Ver4DictConstants::MAX_DICTIONARY_SIZE),
ver4_patricia_trie_writing_helper.cpp 59 Ver4DictConstants::MAX_DICTIONARY_SIZE));

Completed in 71 milliseconds