Searched refs:needsToUpperCase (Results 1 – 1 of 1) sorted by relevance
55 public MoreKeySpec(@Nonnull final String moreKeySpec, boolean needsToUpperCase, in MoreKeySpec() argument61 mLabel = needsToUpperCase ? StringUtils.toTitleCaseOfKeyLabel(label, locale) : label; in MoreKeySpec()63 final int code = needsToUpperCase ? StringUtils.toTitleCaseOfKeyCode(codeInSpec, locale) in MoreKeySpec()73 mOutputText = needsToUpperCase in MoreKeySpec()