OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getKeyIndexOf
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h
82
AK_FORCE_INLINE int
getKeyIndexOf
(const int c) const {
83
return ProximityInfoUtils::
getKeyIndexOf
(KEY_COUNT, c, &mCodeToKeyMap);
87
return
getKeyIndexOf
(codePoint) != NOT_AN_INDEX;
proximity_info_utils.h
31
static AK_FORCE_INLINE int
getKeyIndexOf
(const int keyCount, const int c,
177
const int keyIndex =
getKeyIndexOf
(keyCount, c, codeToKeyMap);
Completed in 59 milliseconds