OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINIMAL_ONE_BYTE_CHARACTER_VALUE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
binary_format.h
26
const static int32_t
MINIMAL_ONE_BYTE_CHARACTER_VALUE
= 0x20;
74
if (character <
MINIMAL_ONE_BYTE_CHARACTER_VALUE
) {
99
if (character <
MINIMAL_ONE_BYTE_CHARACTER_VALUE
) {
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
BinaryDictInputOutput.java
163
private static final int
MINIMAL_ONE_BYTE_CHARACTER_VALUE
= 0x20;
170
return character >=
MINIMAL_ONE_BYTE_CHARACTER_VALUE
[
all
...]
Completed in 163 milliseconds