OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CHAR_CODE
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
proximity_info.h
75
static const int
MAX_CHAR_CODE
= 127;
114
int mCodeToKeyIndex[
MAX_CHAR_CODE
+ 1];
proximity_info.cpp
83
memset(mCodeToKeyIndex, -1, (
MAX_CHAR_CODE
+ 1) * sizeof(mCodeToKeyIndex[0]));
86
if (0 <= code && code <=
MAX_CHAR_CODE
) {
171
if (baseLowerC >
MAX_CHAR_CODE
) {
286
const int ProximityInfo::
MAX_CHAR_CODE
;
Completed in 33 milliseconds