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

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp492 const int actualInputIndex = (*sampledInputIndices)[id]; local
495 int start = actualInputIndex;
504 if (start > 0 && start < actualInputIndex) {
509 int end = actualInputIndex;
518 if (end > actualInputIndex && end < (inputSize - 1)) {
535 if (start == 0 && actualInputIndex == 0 && inputSize > 1) {

Completed in 53 milliseconds