OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_HAS_BIGRAMS
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
patricia_trie_reading_utils.h
74
return (flags &
FLAG_HAS_BIGRAMS
) != 0;
94
nodeFlags = hasBigrams ? (nodeFlags |
FLAG_HAS_BIGRAMS
) : nodeFlags;
128
static const NodeFlags
FLAG_HAS_BIGRAMS
;
patricia_trie_reading_utils.cpp
41
const PtReadingUtils::NodeFlags PtReadingUtils::
FLAG_HAS_BIGRAMS
= 0x04;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
94
* | has bigrams ? 1 bit, 1 = yes, 0 = no :
FLAG_HAS_BIGRAMS
118
* | IF FLAG_IS_TERMINAL &&
FLAG_HAS_BIGRAMS
200
static final int
FLAG_HAS_BIGRAMS
= 0x04;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java
538
if (hasBigrams) flags |= FormatSpec.
FLAG_HAS_BIGRAMS
;
[
all
...]
Completed in 193 milliseconds