HomeSort by relevance Sort by last modified time
    Searched full:currentchars (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 416 final int[] currentChars;
418 currentChars = null;
420 currentChars = mCodes[inputIndex];
430 if (completion || currentChars == null) {
449 && currentChars[0] != Constants.CODE_SINGLE_QUOTE) || depth == skipPos) {
458 final int alternativesSize = skipPos >= 0 ? 1 : currentChars.length;
461 final int currentChar = currentChars[j];
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 185 // currentChars is an array containing the keys close to the character the user actually typed at

Completed in 123 milliseconds