Searched refs:toUpperCaseOfStringForLocale (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpec.java34 mLabel = KeySpecParser.toUpperCaseOfStringForLocale(
45 mOutputText = KeySpecParser.toUpperCaseOfStringForLocale(
H A DKeySpecParser.java487 final String casedText = KeySpecParser.toUpperCaseOfStringForLocale(
493 public static String toUpperCaseOfStringForLocale(final String text, method in class:KeySpecParser
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java331 mLabel = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,
337 mHintLabel = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,
340 String outputText = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,

Completed in 3104 milliseconds