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.java473 final String casedText = KeySpecParser.toUpperCaseOfStringForLocale(
479 public static String toUpperCaseOfStringForLocale(final String text, method in class:KeySpecParser
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java311 mLabel = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,
317 mHintLabel = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,
320 String outputText = KeySpecParser.toUpperCaseOfStringForLocale(style.getString(keyAttr,

Completed in 87 milliseconds