OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCodeToKeyIndex
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
proximity_info.cpp
83
memset(
mCodeToKeyIndex
, -1, (MAX_CHAR_CODE + 1) * sizeof(
mCodeToKeyIndex
[0]));
87
mCodeToKeyIndex
[code] = i;
174
return
mCodeToKeyIndex
[baseLowerC];
proximity_info.h
74
// The upper limit of the char code in
mCodeToKeyIndex
114
int
mCodeToKeyIndex
[MAX_CHAR_CODE + 1];
Completed in 24 milliseconds