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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.h 98 // currentChars is an array containing the keys close to the character the
110 const int *currentChars = getProximityCharsAt(index);
111 const int firstChar = currentChars[0];
131 && currentChars[j] > ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
132 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c);
142 && currentChars[j] == ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
145 && currentChars[j] > ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
146 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 443 final int[] currentChars;
445 currentChars = null;
447 currentChars = mCodes[inputIndex];
457 if (completion || currentChars == null) {
476 && currentChars[0] != Keyboard.CODE_SINGLE_QUOTE) || depth == skipPos) {
485 final int alternativesSize = skipPos >= 0 ? 1 : currentChars.length;
488 final int currentChar = currentChars[j];
    [all...]

Completed in 2303 milliseconds