Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyOutput.java63 final String codeString = StringUtils.newSingleCodePointString(mCode); in toUpperCase() local
66 return newInstance(StringUtils.toTitleCaseOfKeyLabel(codeString, locale)); in toUpperCase()