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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_writing_helper.h 50 static const size_t MAX_DICTIONARY_SIZE;
dynamic_patricia_trie_policy.cpp 46 DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE - 1024;
363 static_cast<int>(DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE));
367 static_cast<int>(DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE));
dynamic_patricia_trie_writing_helper.cpp 35 // TODO: Make MAX_DICTIONARY_SIZE 8MB.
36 const size_t DynamicPatriciaTrieWritingHelper::MAX_DICTIONARY_SIZE = 2 * 1024 * 1024;
165 MAX_DICTIONARY_SIZE);

Completed in 2582 milliseconds