OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSampledSearchKeySets
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h
53
mCharProbabilities(), mSampledNearKeySets(),
mSampledSearchKeySets
(),
227
// 2. Used to calculate
mSampledSearchKeySets
233
std::vector<ProximityInfoStateUtils::NearKeycodesSet>
mSampledSearchKeySets
;
proximity_info_state.cpp
88
mSampledSearchKeySets
.clear();
133
&mSampledNearKeySets, &
mSampledSearchKeySets
,
265
return
mSampledSearchKeySets
[index].test(keyId);
Completed in 106 milliseconds