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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_policy.h 103 static const char *const UNIGRAM_COUNT_QUERY;
dynamic_patricia_trie_policy.cpp 38 const char *const DynamicPatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";
363 if (strncmp(query, UNIGRAM_COUNT_QUERY, maxResultLength) == 0) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 226 BinaryDictionary.UNIGRAM_COUNT_QUERY));
232 BinaryDictionary.UNIGRAM_COUNT_QUERY));
238 BinaryDictionary.UNIGRAM_COUNT_QUERY)) > 0);
240 BinaryDictionary.UNIGRAM_COUNT_QUERY)) <= maxUnigramCount);
BinaryDictionaryTests.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 52 public static final String UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";

Completed in 3100 milliseconds