Searched refs:titleCaseLabel (Results 1 – 1 of 1) sorted by relevance
614 final String titleCaseLabel = toTitleCaseOfKeyLabel(label, locale); in toTitleCaseOfKeyCode() local615 return codePointCount(titleCaseLabel) == 1 in toTitleCaseOfKeyCode()616 ? titleCaseLabel.codePointAt(0) : Constants.CODE_UNSPECIFIED; in toTitleCaseOfKeyCode()