Searched defs:sampledSearchKeySets (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp870 std::vector<NearKeycodesSet> *sampledSearchKeySets,
872 sampledSearchKeySets->resize(sampledInputSize);
879 (*sampledSearchKeySets)[i].reset();
886 (*sampledSearchKeySets)[i] |= (*sampledNearKeySets)[j];
894 if ((*sampledSearchKeySets)[i].test(j)) {
865 updateSampledSearchKeySets( const ProximityInfo *const proximityInfo, const int sampledInputSize, const int lastSavedInputSize, const std::vector<int> *const sampledLengthCache, const std::vector<NearKeycodesSet> *const sampledNearKeySets, std::vector<NearKeycodesSet> *sampledSearchKeySets, std::vector<std::vector<int> > *sampledSearchKeyVectors) argument

Completed in 433 milliseconds