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 55 final int code = StringUtils.toUpperCaseOfCodeForLocale(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 498 public static int toUpperCaseOfCodeForLocale(final int code, final boolean needsToUpperCase,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java 365 mCode = StringUtils.toUpperCaseOfCodeForLocale(code, needsToUpperCase, locale);
369 final int altCode = StringUtils.toUpperCaseOfCodeForLocale(
    [all...]

Completed in 52 milliseconds