Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java290 final Locale localeForUpcasing = params.mId.getLocale(); in Key() local
332 mMoreKeys[i] = new MoreKeySpec(moreKeys[i], needsToUpcase, localeForUpcasing); in Key()
354 ? StringUtils.toTitleCaseOfKeyLabel(label, localeForUpcasing) in Key()
363 ? StringUtils.toTitleCaseOfKeyLabel(hintLabel, localeForUpcasing) in Key()
368 outputText = StringUtils.toTitleCaseOfKeyLabel(outputText, localeForUpcasing); in Key()
395 mCode = needsToUpcase ? StringUtils.toTitleCaseOfKeyCode(code, localeForUpcasing) in Key()
401 ? StringUtils.toTitleCaseOfKeyCode(altCodeInAttr, localeForUpcasing) in Key()