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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MoreKeySpec.java 36 final int code = KeySpecParser.toUpperCaseOfCodeForLocale(
KeySpecParser.java 483 public static int toUpperCaseOfCodeForLocale(final int code, final boolean needsToUpperCase,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 368 mCode = KeySpecParser.toUpperCaseOfCodeForLocale(code, needsToUpperCase, locale);
370 final int altCode = KeySpecParser.toUpperCaseOfCodeForLocale(
    [all...]

Completed in 383 milliseconds