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

  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 44 mMaxEditDistance(0), mMaxDepth(0), mInputSize(0), mSpaceProximityPos(0),
233 int mMaxDepth;
correction.cpp 116 mMaxDepth = maxDepth;
271 return mOutputIndex - 1 >= mMaxDepth || mProximityCount > mMaxEditDistance
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 597 private int mMaxDepth;
619 String[] indentationLevels = new String[mMaxDepth + 1];
646 if (depth > mMaxDepth) {
647 mMaxDepth = depth;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 41 private int mMaxDepth;
299 mMaxDepth = mInputLength * 3;
440 if (depth > mMaxDepth) {
    [all...]

Completed in 232 milliseconds