OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNIGRAM_COUNT_QUERY
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/
dynamic_patricia_trie_policy.h
103
static const char *const
UNIGRAM_COUNT_QUERY
;
dynamic_patricia_trie_policy.cpp
38
const char *const DynamicPatriciaTriePolicy::
UNIGRAM_COUNT_QUERY
= "UNIGRAM_COUNT";
363
if (strncmp(query,
UNIGRAM_COUNT_QUERY
, maxResultLength) == 0) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
52
public static final String
UNIGRAM_COUNT_QUERY
= "UNIGRAM_COUNT";
Completed in 25 milliseconds