HomeSort by relevance Sort by last modified time
    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