Home
last modified time | relevance | path

Searched refs:UNIGRAM_COUNT_QUERY (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp40 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT"; member in latinime::Ver4PatriciaTriePolicy
482 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
Dver4_patricia_trie_policy.h124 static const char *const UNIGRAM_COUNT_QUERY; variable
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp48 const char *const Ver4PatriciaTriePolicy::UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT"; member in latinime::backward::v402::Ver4PatriciaTriePolicy
527 if (strncmp(query, UNIGRAM_COUNT_QUERY, compareLength) == 0) { in getProperty()
Dver4_patricia_trie_policy.h145 static const char *const UNIGRAM_COUNT_QUERY; variable
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java697 BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
704 BinaryDictionary.UNIGRAM_COUNT_QUERY))); in testUnigramAndBigramCount()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java64 public static final String UNIGRAM_COUNT_QUERY = "UNIGRAM_COUNT"; field in BinaryDictionary