Home | History | Annotate | Download | only in src

Lines Matching refs:mInputLength

57     mInputLength = codesSize;
62 mMaxEditDistance = mInputLength < 5 ? 2 : mInputLength / 2;
67 getWordsRec(DICTIONARY_HEADER_SIZE, 0, mInputLength * 3, false, 1, 0, 0);
69 getWordsRec(0, 0, mInputLength * 3, false, 1, 0, 0);
266 if (length != mInputLength) {
295 if (mInputLength <= inputIndex) {
318 if (depth >= mInputLength && mSkipPos < 0) {
319 registerNextLetter(mWord[mInputLength]);
338 if (mInputLength == inputIndex + 1) {
397 mInputLength = codesSize;