Searched refs:toTitleCaseOfKeyLabel (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKeyOutput.java66 return newInstance(StringUtils.toTitleCaseOfKeyLabel(codeString, locale));
H A DExpectedKeyVisual.java138 return new Label(StringUtils.toTitleCaseOfKeyLabel(mLabel, locale));
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpec.java61 mLabel = needsToUpperCase ? StringUtils.toTitleCaseOfKeyLabel(label, locale) : label;
74 ? StringUtils.toTitleCaseOfKeyLabel(outputText, locale) : outputText;
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DStringUtils.java601 public static String toTitleCaseOfKeyLabel(@Nullable final String label, method in class:StringUtils
614 final String titleCaseLabel = toTitleCaseOfKeyLabel(label, locale);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java354 ? StringUtils.toTitleCaseOfKeyLabel(label, localeForUpcasing)
363 ? StringUtils.toTitleCaseOfKeyLabel(hintLabel, localeForUpcasing)
368 outputText = StringUtils.toTitleCaseOfKeyLabel(outputText, localeForUpcasing);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DStringUtilsTests.java34 StringUtils.toTitleCaseOfKeyLabel(lowerCase, locale));

Completed in 146 milliseconds