OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_HAS_MULTIPLE_CHARS
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/
binary_format.h
333
if (UnigramDictionary::
FLAG_HAS_MULTIPLE_CHARS
& flags) {
368
if (UnigramDictionary::
FLAG_HAS_MULTIPLE_CHARS
& flags) {
421
if (UnigramDictionary::
FLAG_HAS_MULTIPLE_CHARS
& flags) {
436
if (UnigramDictionary::
FLAG_HAS_MULTIPLE_CHARS
& flags) {
485
if (UnigramDictionary::
FLAG_HAS_MULTIPLE_CHARS
& lastFlags) {
unigram_dictionary.h
44
static const int
FLAG_HAS_MULTIPLE_CHARS
= 0x20;
unigram_dictionary.cpp
[
all
...]
bigram_dictionary.cpp
155
if (0 == (flags & UnigramDictionary::
FLAG_HAS_MULTIPLE_CHARS
)) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictInputOutput.java
51
* g | has several chars ? 1 bit, 1 = yes, 0 = no :
FLAG_HAS_MULTIPLE_CHARS
56
* c | IF
FLAG_HAS_MULTIPLE_CHARS
148
private static final int
FLAG_HAS_MULTIPLE_CHARS
= 0x20;
700
if (group.mChars.length > 1) flags |=
FLAG_HAS_MULTIPLE_CHARS
;
[
all
...]
Completed in 64 milliseconds