OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeyIndexOf
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.h
81
AK_FORCE_INLINE int
getKeyIndexOf
(const int c) const {
82
return ProximityInfoUtils::
getKeyIndexOf
(KEY_COUNT, c, &mLowerCodePointToKeyMap);
86
return
getKeyIndexOf
(codePoint) != NOT_AN_INDEX;
proximity_info_state.cpp
37
const int keyIndex = mProximityInfo->
getKeyIndexOf
(primaryCodePoint);
171
const int keyId = mProximityInfo->
getKeyIndexOf
(codePoint);
proximity_info_utils.h
31
static AK_FORCE_INLINE int
getKeyIndexOf
(const int keyCount, const int c,
164
const int keyIndex =
getKeyIndexOf
(keyCount, c, codeToKeyMap);
proximity_info_state_utils.cpp
449
const int keyId = proximityInfo->
getKeyIndexOf
(nodeCodePoint);
[
all
...]
Completed in 834 milliseconds