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

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 145 static const char *const UNIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 48 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";
527 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.h 124 static const char *const UNIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 40 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";
482 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 64 public static final String UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT";

Completed in 137 milliseconds