OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GERMAN_UMLAUT_PROCESSING_FLAG
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/header/
header_read_write_utils.h
45
return (flags &
GERMAN_UMLAUT_PROCESSING_FLAG
) != 0;
108
static const DictionaryFlags
GERMAN_UMLAUT_PROCESSING_FLAG
;
header_read_write_utils.cpp
42
HeaderReadWriteUtils::
GERMAN_UMLAUT_PROCESSING_FLAG
= 0x1;
78
dictflags |= requiresGermanUmlautProcessing ?
GERMAN_UMLAUT_PROCESSING_FLAG
: 0;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FormatSpec.java
46
* l |
GERMAN_UMLAUT_PROCESSING_FLAG
211
static final int
GERMAN_UMLAUT_PROCESSING_FLAG
= 0x1;
AbstractDictDecoder.java
60
0 != (optionsFlags & FormatSpec.
GERMAN_UMLAUT_PROCESSING_FLAG
),
BinaryDictEncoderUtils.java
[
all
...]
Completed in 30 milliseconds