Searched refs:codeInSpec (Results 1 – 1 of 1) sorted by relevance
62 final int codeInSpec = KeySpecParser.getCode(moreKeySpec); in MoreKeySpec() local63 final int code = needsToUpperCase ? StringUtils.toTitleCaseOfKeyCode(codeInSpec, locale) in MoreKeySpec()64 : codeInSpec; in MoreKeySpec()