Searched refs:sampledSearchKeyVectorsSize (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state.cpp258 const int sampledSearchKeyVectorsSize = static_cast<int>(mSampledSearchKeyVectors.size()); local
259 if (index < 0 || index >= sampledSearchKeyVectorsSize) {
262 sampledSearchKeyVectorsSize, codePoint);

Completed in 39 milliseconds