OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIGRAM_COUNT_QUERY
(Results
1 - 6
of
6
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h
146
static const char *const
BIGRAM_COUNT_QUERY
;
ver4_patricia_trie_policy.cpp
49
const char *const Ver4PatriciaTriePolicy::
BIGRAM_COUNT_QUERY
= "BIGRAM_COUNT";
530
} else if (strncmp(query,
BIGRAM_COUNT_QUERY
, compareLength) == 0) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
ver4_patricia_trie_policy.h
125
static const char *const
BIGRAM_COUNT_QUERY
;
ver4_patricia_trie_policy.cpp
41
const char *const Ver4PatriciaTriePolicy::
BIGRAM_COUNT_QUERY
= "BIGRAM_COUNT";
485
} else if (strncmp(query,
BIGRAM_COUNT_QUERY
, compareLength) == 0) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java
66
public static final String
BIGRAM_COUNT_QUERY
= "BIGRAM_COUNT";
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java
[
all
...]
Completed in 61 milliseconds