OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAG_HAS_MULTIPLE_CHARS
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
patricia_trie_reading_utils.cpp
35
const PtReadingUtils::NodeFlags PtReadingUtils::
FLAG_HAS_MULTIPLE_CHARS
= 0x20;
patricia_trie_reading_utils.h
78
return (flags &
FLAG_HAS_MULTIPLE_CHARS
) != 0;
95
nodeFlags = hasMultipleChars ? (nodeFlags |
FLAG_HAS_MULTIPLE_CHARS
) : nodeFlags;
125
static const NodeFlags
FLAG_HAS_MULTIPLE_CHARS
;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
91
* a | has several chars ? 1 bit, 1 = yes, 0 = no :
FLAG_HAS_MULTIPLE_CHARS
98
* c | IF
FLAG_HAS_MULTIPLE_CHARS
196
static final int
FLAG_HAS_MULTIPLE_CHARS
= 0x20;
Completed in 91 milliseconds