HomeSort by relevance Sort by last modified time
    Searched defs:mInputLength (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
bigram_dictionary.h 57 int mInputLength;
proximity_info.h 127 int mInputLength;
correction.h 201 int mInputLength;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 42 private int mInputLength;
267 mInputLength = codes.size();
268 if (mCodes.length < mInputLength) mCodes = new int[mInputLength][];
272 for (int i = 0; i < mInputLength; i++) {
283 mMaxDepth = mInputLength * 3;
285 for (int i = 0; i < mInputLength; i++) {
418 final int codeSize = mInputLength;
444 finalFreq = computeSkippedWordFinalFreq(freq, snr, mInputLength);
483 snr * addedAttenuation, mInputLength);
    [all...]

Completed in 74 milliseconds