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/
proximity_info_state.h 54 mSampledSearchKeyVectors(), mTouchPositionCorrectionEnabled(false),
161 return &mSampledSearchKeyVectors[index];
250 std::vector<std::vector<int> > mSampledSearchKeyVectors;
proximity_info_state.cpp 137 &mSampledSearchKeyVectors);
261 for (int i = 0; i < static_cast<int>(mSampledSearchKeyVectors[index].size()); ++i) {
262 if (mSampledSearchKeyVectors[index][i] == lowerCodePoint
263 || mSampledSearchKeyVectors[index][i] == baseLowerCodePoint) {

Completed in 20 milliseconds