HomeSort by relevance Sort by last modified time
    Searched refs:mSampledSearchKeyVectors (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 140 &mSampledSearchKeyVectors);
258 const int sampledSearchKeyVectorsSize = static_cast<int>(mSampledSearchKeyVectors.size());
261 "mSampledSearchKeyVectors.size() = %d, codePoint = %x.", index,
268 for (int i = 0; i < static_cast<int>(mSampledSearchKeyVectors[index].size()); ++i) {
269 if (mSampledSearchKeyVectors[index][i] == lowerCodePoint
270 || mSampledSearchKeyVectors[index][i] == baseLowerCodePoint) {
proximity_info_state.h 54 mCharProbabilities(), mSampledSearchKeySets(), mSampledSearchKeyVectors(),
225 std::vector<std::vector<int>> mSampledSearchKeyVectors;

Completed in 36 milliseconds