Home
last modified time | relevance | path

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

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