Searched refs:localeForUpcasing (Results 1 – 1 of 1) sorted by relevance
290 final Locale localeForUpcasing = params.mId.getLocale(); in Key() local332 mMoreKeys[i] = new MoreKeySpec(moreKeys[i], needsToUpcase, localeForUpcasing); in Key()354 ? StringUtils.toTitleCaseOfKeyLabel(label, localeForUpcasing) in Key()363 ? StringUtils.toTitleCaseOfKeyLabel(hintLabel, localeForUpcasing) in Key()368 outputText = StringUtils.toTitleCaseOfKeyLabel(outputText, localeForUpcasing); in Key()395 mCode = needsToUpcase ? StringUtils.toTitleCaseOfKeyCode(code, localeForUpcasing) in Key()401 ? StringUtils.toTitleCaseOfKeyCode(altCodeInAttr, localeForUpcasing) in Key()