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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 144 static const char *const UNIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 47 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";
414 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.h 123 static const char *const UNIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 37 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";
426 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 353 BinaryDictionary.UNIGRAM_COUNT_QUERY));
359 BinaryDictionary.UNIGRAM_COUNT_QUERY));
365 BinaryDictionary.UNIGRAM_COUNT_QUERY)) > 0);
367 BinaryDictionary.UNIGRAM_COUNT_QUERY)) <= maxUnigramCount);
370 BinaryDictionary.UNIGRAM_COUNT_QUERY)));
419 BinaryDictionary.UNIGRAM_COUNT_QUERY));
425 BinaryDictionary.UNIGRAM_COUNT_QUERY));
    [all...]
BinaryDictionaryTests.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 57 public static final String UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";

Completed in 175 milliseconds