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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 146 static const char *const MAX_UNIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 49 const char *const Ver4PatriciaTriePolicy::MAX_UNIGRAM_COUNT_QUERY = "MAX_UNIGRAM_COUNT";
418 } else if (strncmp(query, MAX_UNIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.h 125 static const char *const MAX_UNIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 39 const char *const Ver4PatriciaTriePolicy::MAX_UNIGRAM_COUNT_QUERY = "MAX_UNIGRAM_COUNT";
430 } else if (strncmp(query, MAX_UNIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 61 public static final String MAX_UNIGRAM_COUNT_QUERY = "MAX_UNIGRAM_COUNT";
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 345 binaryDictionary.getPropertyForTest(BinaryDictionary.MAX_UNIGRAM_COUNT_QUERY));
    [all...]

Completed in 89 milliseconds