Home
last modified time | relevance | path

Searched refs:toUpperCase (Results 1 – 25 of 92) sorted by relevance

1234

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java147 public ExpectedKey toUpperCase(Locale locale) { in toUpperCase() method in ExpectedKey
148 return newInstance(mVisual.toUpperCase(locale), mOutput.toUpperCase(locale)); in toUpperCase()
222 public ExpectedAdditionalMoreKey toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKey.ExpectedAdditionalMoreKey
223 final ExpectedKey upperCaseKey = super.toUpperCase(locale); in toUpperCase()
242 public ExpectedKey toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKey.ExpectedKeyWithMoreKeys
245 upperCaseMoreKeys[i] = mMoreKeys[i].toUpperCase(locale); in toUpperCase()
247 return newInstance(getVisual().toUpperCase(locale), getOutput().toUpperCase(locale), in toUpperCase()
347 public ExpectedKey toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKey.ExpectedKeyWithMoreKeysAndAdditionalMoreKeys
351 upperCaseMoreKeys[i] = moreKeys[i].toUpperCase(locale); in toUpperCase()
356 upperCaseAdditionalMoreKeys[i] = mAdditionalMoreKeys[i].toUpperCase(locale); in toUpperCase()
[all …]
DExpectedKeyOutput.java44 abstract ExpectedKeyOutput toUpperCase(final Locale locale); in toUpperCase() method in ExpectedKeyOutput
61 ExpectedKeyOutput toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyOutput.Code
107 ExpectedKeyOutput toUpperCase(final Locale locale) { return this; } in toUpperCase() method in ExpectedKeyOutput.Code.CasePreservedCode
123 ExpectedKeyOutput toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyOutput.Text
124 return newInstance(mText.toUpperCase(locale)); in toUpperCase()
163 ExpectedKeyOutput toUpperCase(final Locale locale) { return this; } in toUpperCase() method in ExpectedKeyOutput.Text.CasePreservedText
DExpectedKeyVisual.java42 abstract ExpectedKeyVisual toUpperCase(final Locale locale); in toUpperCase() method in ExpectedKeyVisual
71 ExpectedKeyVisual toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyVisual.Icon
137 ExpectedKeyVisual toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyVisual.Label
187 ExpectedKeyVisual toUpperCase(final Locale locale) { return this; } in toUpperCase() method in ExpectedKeyVisual.Label.CasePreservedLabel
DExpectedKeyboardBuilder.java312 public ExpectedKeyboardBuilder toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyboardBuilder
318 upperCaseKeys[columnIndex] = lowerCaseKeys[columnIndex].toUpperCase(locale); in toUpperCase()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java57 charset = charset.toUpperCase(); in getDataAsString()
97 (mContentType.toUpperCase().contains("TEXT") || in encode()
98 mContentType.toUpperCase().contains("SMIL") )) { in encode()
122 if(mContentType != null && mContentType.toUpperCase().contains("TEXT")) { in encodePlainText()
128 } else if(mContentType != null && mContentType.toUpperCase().contains("/SMIL")) { in encodePlainText()
178 if(part.mContentType.toUpperCase().contains("TEXT")) { in getMessageAsText()
304 part.mContentType.toUpperCase().contains("TEXT")) { in updateCharset()
516 String headerType = headerParts[0].toUpperCase(); in parseMimeHeaders()
603 String headerType = headerParts[0].toUpperCase(); in parseMimePart()
657 if(encoding != null && encoding.toUpperCase().contains("BASE64")) { in decodeBody()
[all …]
DBluetoothMapbMessage.java414 }else if(!line.toUpperCase().contains(subString.toUpperCase())) in expect()
428 if(!line.toUpperCase().contains(subString.toUpperCase())) in expect()
431 if(!line.toUpperCase().contains(subString2.toUpperCase())) in expect()
DBluetoothMapUtils.java554 charset = charset.toUpperCase(); in quotedPrintableToUtf8()
614 char hex1 = Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16)); in encodeQuotedPrintable()
615 char hex2 = Character.toUpperCase(Character.forDigit(b & 0xF, 16)); in encodeQuotedPrintable()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java318 new String[] { HAS_LABEL.toUpperCase(Locale.ROOT), "a", "b", "c" }, in testGetBooleanValue()
331 "a", HAS_LABEL.toUpperCase(Locale.ROOT), "b", "c", HAS_LABEL, "d" }, in testGetBooleanValue()
337 "a", HAS_LABEL, "b", NEEDS_DIVIDER, HAS_LABEL.toUpperCase(Locale.ROOT), "d" }, in testGetBooleanValue()
358 new String[] { FIXED_COLUMN_ORDER.toUpperCase(Locale.ROOT) + "3", "a", "b", "c" }, in testGetIntValue()
374 FIXED_COLUMN_ORDER.toUpperCase(Locale.ROOT) + "5", HAS_LABEL, "a", in testGetIntValue()
DKeySpecParserTestsBase.java37 private static final String CODE_SETTINGS_UPPERCASE = CODE_SETTINGS.toUpperCase(Locale.ROOT);
38 private static final String ICON_SETTINGS_UPPERCASE = ICON_SETTINGS.toUpperCase(Locale.ROOT);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DOpenWnnEngineEN.java120 … word.candidate = Character.toString(Character.toUpperCase(c)) + word.candidate.substring(1); in getCandidate()
124 word.candidate = word.candidate.toUpperCase(); in getCandidate()
142 … addCandidate(new WnnWord(mSearchKey.substring(0,1).toUpperCase() + mSearchKey.substring(1), in getCandidate()
147 addCandidate(new WnnWord(mSearchKey.toUpperCase(), mSearchKey)); in getCandidate()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java204 return s.toUpperCase(getLocaleUsedForToTitleCase(locale)); in capitalizeFirstCodePoint()
209 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale)) in capitalizeFirstCodePoint()
217 return s.toUpperCase(getLocaleUsedForToTitleCase(locale)); in capitalizeFirstAndDowncaseRest()
227 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale)) in capitalizeFirstAndDowncaseRest()
412 builder.append(nextChar.toUpperCase(locale)); in capitalizeEachWord()
606 return label.toUpperCase(getLocaleUsedForToTitleCase(locale)); in toTitleCaseOfKeyLabel()
/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java143 .setDisplayName(c.getString(1).toUpperCase(Locale.getDefault())) in doInBackground()
298 data[INDEX_NAME].toUpperCase(Locale.getDefault()), in readTmsFile()
301 data[INDEX_SHORT_NAME].toUpperCase(Locale.getDefault()), in readTmsFile()
304 data[INDEX_CALL_SIGN].toUpperCase(Locale.getDefault()), in readTmsFile()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameSplitter.java312 set.add(split[i].trim().toUpperCase()); in convertToSet()
676 if (mSuffixesSet.contains(withDot.toUpperCase())) { in normalizedSuffix()
721 if (mPrefixesSet.contains(firstToken.toUpperCase())) { in parsePrefix()
755 String normalized = lastToken.toUpperCase(); in parseSuffix()
788 normalized = tokens.mTokens[pos].toUpperCase() + "." + normalized; in parseSuffix()
840 final String normalized = word.toUpperCase(); in isFamilyNamePrefix()
855 toUpperCase())) { in parseMiddleName()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java118 apply += " " + effectName.toUpperCase() + " " + interval.getStateRepresentation(); in calculateUserMessage()
120 apply += " " + effectName.toUpperCase() + " " + parameterValue; in calculateUserMessage()
123 apply += " " + effectName.toUpperCase(); in calculateUserMessage()
DEditor.java70 item.setTitle(item.getTitle().toString().toUpperCase()); in hackFixStrings()
75 return effectName.toUpperCase() + " " + parameterValue; in calculateUserMessage()
269 String text = mContext.getString(representation.getTextId()).toUpperCase(); in reflectCurrentFilter()
DEditorStraighten.java44 return apply.toUpperCase(); in calculateUserMessage()
DEditorGrad.java218 mEffectName = mEffectName.toUpperCase(); in onProgressChanged()
314 return mEffectName.toUpperCase() + ((val > 0) ? " +" : " ") + val; in calculateUserMessage()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DKanaConverter.java591 list.add(new WnnWord(inputRomaji.toUpperCase(), inputHiragana, mPosSymbol)); in createPseudoCandidateListForQwerty()
600 list.add(new WnnWord(convZenEiji.toUpperCase(Locale.JAPAN), inputHiragana, mPosSymbol)); in createPseudoCandidateListForQwerty()
635 tmp = moji.substring(0, 1).toUpperCase(Locale.JAPAN) in convertCaps()
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
DFlagTests.java38 assertEquals(name.toUpperCase(), name); in testFlagsUpperCase()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DTelephonyManagerUtils.java55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso()
/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java274 return country.toUpperCase(); in getSimCountry()
426 return country.toUpperCase(); in getSimCountry()
692 return country.toUpperCase(); in getLocaleCountry()
/packages/apps/Email/src/com/beetstra/jutf7/
DCharsetProvider.java70 charsetName = charsetName.toUpperCase(); in charsetForName()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
DColemak.java56 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
DAzerty.java57 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
/packages/services/Mms/src/com/android/mms/service/
DPhoneUtils.java90 return country.toUpperCase(); in getSimCountry()

1234