HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BIGRAM_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 148 static const char *const MAX_BIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 51 const char *const Ver4PatriciaTriePolicy::MAX_BIGRAM_COUNT_QUERY = "MAX_BIGRAM_COUNT";
539 } else if (strncmp(query, MAX_BIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.h 127 static const char *const MAX_BIGRAM_COUNT_QUERY;
ver4_patricia_trie_policy.cpp 43 const char *const Ver4PatriciaTriePolicy::MAX_BIGRAM_COUNT_QUERY = "MAX_BIGRAM_COUNT";
494 } else if (strncmp(query, MAX_BIGRAM_COUNT_QUERY, compareLength) == 0) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 70 public static final String MAX_BIGRAM_COUNT_QUERY = "MAX_BIGRAM_COUNT";

Completed in 67 milliseconds