Home | History | Annotate | Download | only in src

Lines Matching refs:inputIndex

372         const int inputIndex, const int skipPos, const int depth) {
373 const unsigned short userTypedChar = mProximityInfo->getPrimaryCharAt(inputIndex);
481 int inputIndex = startInputIndex;
482 outNewWord[inputIndex] = character;
487 if (Dictionary::toBaseLowerCase(inWord[++inputIndex]) != baseChar) {
492 outNewWord[inputIndex] = character;
496 *outInputIndex = inputIndex + 1;
531 int inputIndex = mStackInputIndex[depth];
536 // into inputIndex if there is a match.
538 inputIndex, newWord, &inputIndex, &pos);
539 if (isAlike && (FLAG_IS_TERMINAL & flags) && (inputIndex == length)) {
541 onTerminalWordLike(frequency, newWord, inputIndex, outWord, &maxFreq);
548 // anyway, so don't traverse unless inputIndex < length.
549 if (isAlike && (-1 != childrenNodePos) && (inputIndex < length)) {
559 mStackInputIndex[depth] = inputIndex;