Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java614 final String titleCaseLabel = toTitleCaseOfKeyLabel(label, locale); in toTitleCaseOfKeyCode() local
615 return codePointCount(titleCaseLabel) == 1 in toTitleCaseOfKeyCode()
616 ? titleCaseLabel.codePointAt(0) : Constants.CODE_UNSPECIFIED; in toTitleCaseOfKeyCode()