Home
last modified time | relevance | path

Searched refs:getLocaleUsedForToTitleCase (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DStringUtils.java496 private static Locale getLocaleUsedForToTitleCase(final Locale locale) { in getLocaleUsedForToTitleCase() method in StringUtils
510 return text.toUpperCase(getLocaleUsedForToTitleCase(locale)); in toUpperCaseOfStringForLocale()