OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_UNIGRAM_COUNT_QUERY
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_policy.h
105
static const char *const
MAX_UNIGRAM_COUNT_QUERY
;
dynamic_patricia_trie_policy.cpp
40
const char *const DynamicPatriciaTriePolicy::
MAX_UNIGRAM_COUNT_QUERY
= "MAX_UNIGRAM_COUNT";
367
} else if (strncmp(query,
MAX_UNIGRAM_COUNT_QUERY
, maxResultLength) == 0) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java
218
binaryDictionary.getPropertyForTests(BinaryDictionary.
MAX_UNIGRAM_COUNT_QUERY
));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
56
public static final String
MAX_UNIGRAM_COUNT_QUERY
= "MAX_UNIGRAM_COUNT";
Completed in 27 milliseconds