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.cpp 384 // currentChars is an array containing the keys close to the character the
396 const int *currentChars = getProximityCharsAt(index);
397 const int firstChar = currentChars[0];
417 && currentChars[j] > ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
418 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c);
428 && currentChars[j] == ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
431 && currentChars[j] > ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
432 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 423 final int[] currentChars;
425 currentChars = null;
427 currentChars = mCodes[inputIndex];
437 if (completion || currentChars == null) {
456 && currentChars[0] != Keyboard.CODE_SINGLE_QUOTE) || depth == skipPos) {
465 final int alternativesSize = skipPos >= 0 ? 1 : currentChars.length;
468 final int currentChar = currentChars[j];
    [all...]

Completed in 50 milliseconds