Searched refs:toTitleCaseOfKeyCode (Results 1 – 4 of 4) sorted by relevance
395 mCode = needsToUpcase ? StringUtils.toTitleCaseOfKeyCode(code, localeForUpcasing) in Key()401 ? StringUtils.toTitleCaseOfKeyCode(altCodeInAttr, localeForUpcasing) in Key()
63 final int code = needsToUpperCase ? StringUtils.toTitleCaseOfKeyCode(codeInSpec, locale) in MoreKeySpec()
116 StringUtils.toTitleCaseOfKeyCode(lowerCase, locale)); in assert_toTitleCaseOfKeyCode()
609 public static int toTitleCaseOfKeyCode(final int code, @Nonnull final Locale locale) { in toTitleCaseOfKeyCode() method in StringUtils