Searched refs:toUpperCase (Results 1 - 25 of 94) sorted by relevance

1234

/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DFlagTests.java38 assertEquals(name.toUpperCase(), name);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
H A DExpectedKey.java147 public ExpectedKey toUpperCase(Locale locale) { method in class:ExpectedKey
148 return newInstance(mVisual.toUpperCase(locale), mOutput.toUpperCase(locale));
222 public ExpectedAdditionalMoreKey toUpperCase(final Locale locale) { method in class:ExpectedKey.ExpectedAdditionalMoreKey
223 final ExpectedKey upperCaseKey = super.toUpperCase(locale);
242 public ExpectedKey toUpperCase(final Locale locale) { method in class:ExpectedKey.ExpectedKeyWithMoreKeys
245 upperCaseMoreKeys[i] = mMoreKeys[i].toUpperCase(locale);
247 return newInstance(getVisual().toUpperCase(locale), getOutput().toUpperCase(locale),
347 public ExpectedKey toUpperCase(fina method in class:ExpectedKey.ExpectedKeyWithMoreKeysAndAdditionalMoreKeys
[all...]
H A DExpectedKeyOutput.java44 abstract ExpectedKeyOutput toUpperCase(final Locale locale); method in class:ExpectedKeyOutput
61 ExpectedKeyOutput toUpperCase(final Locale locale) { method in class:ExpectedKeyOutput.Code
107 ExpectedKeyOutput toUpperCase(final Locale locale) { return this; } method in class:ExpectedKeyOutput.Code.CasePreservedCode
123 ExpectedKeyOutput toUpperCase(final Locale locale) { method in class:ExpectedKeyOutput.Text
124 return newInstance(mText.toUpperCase(locale));
163 ExpectedKeyOutput toUpperCase(final Locale locale) { return this; } method in class:ExpectedKeyOutput.Text.CasePreservedText
H A DExpectedKeyVisual.java42 abstract ExpectedKeyVisual toUpperCase(final Locale locale); method in class:ExpectedKeyVisual
71 ExpectedKeyVisual toUpperCase(final Locale locale) { method in class:ExpectedKeyVisual.Icon
137 ExpectedKeyVisual toUpperCase(final Locale locale) { method in class:ExpectedKeyVisual.Label
187 ExpectedKeyVisual toUpperCase(final Locale locale) { return this; } method in class:ExpectedKeyVisual.Label.CasePreservedLabel
H A DExpectedKeyboardBuilder.java312 public ExpectedKeyboardBuilder toUpperCase(final Locale locale) { method in class:ExpectedKeyboardBuilder
318 upperCaseKeys[columnIndex] = lowerCaseKeys[columnIndex].toUpperCase(locale);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DTelephonyManagerUtils.java55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapbMessageMime.java57 charset = charset.toUpperCase();
97 (mContentType.toUpperCase().contains("TEXT") ||
98 mContentType.toUpperCase().contains("SMIL") )) {
122 if(mContentType != null && mContentType.toUpperCase().contains("TEXT")) {
128 } else if(mContentType != null && mContentType.toUpperCase().contains("/SMIL")) {
178 if(part.mContentType.toUpperCase().contains("TEXT")) {
304 part.mContentType.toUpperCase().contains("TEXT")) {
516 String headerType = headerParts[0].toUpperCase();
603 String headerType = headerParts[0].toUpperCase();
657 if(encoding != null && encoding.toUpperCase()
[all...]
/packages/apps/Email/src/com/beetstra/jutf7/
H A DCharsetProvider.java70 charsetName = charsetName.toUpperCase();
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
H A DAzerty.java57 builder.toUpperCase(getLocale());
H A DColemak.java56 builder.toUpperCase(getLocale());
H A DDvorak.java98 builder.toUpperCase(getLocale());
H A DGreek.java64 builder.toUpperCase(getLocale());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java120 word.candidate = Character.toString(Character.toUpperCase(c)) + word.candidate.substring(1);
124 word.candidate = word.candidate.toUpperCase();
142 addCandidate(new WnnWord(mSearchKey.substring(0,1).toUpperCase() + mSearchKey.substring(1),
147 addCandidate(new WnnWord(mSearchKey.toUpperCase(), mSearchKey));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMoreKeySpecTests.java318 new String[] { HAS_LABEL.toUpperCase(Locale.ROOT), "a", "b", "c" },
331 "a", HAS_LABEL.toUpperCase(Locale.ROOT), "b", "c", HAS_LABEL, "d" },
337 "a", HAS_LABEL, "b", NEEDS_DIVIDER, HAS_LABEL.toUpperCase(Locale.ROOT), "d" },
358 new String[] { FIXED_COLUMN_ORDER.toUpperCase(Locale.ROOT) + "3", "a", "b", "c" },
374 FIXED_COLUMN_ORDER.toUpperCase(Locale.ROOT) + "5", HAS_LABEL, "a",
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorStraighten.java44 return apply.toUpperCase();
H A DEditor.java70 item.setTitle(item.getTitle().toString().toUpperCase());
75 return effectName.toUpperCase() + " " + parameterValue;
269 String text = mContext.getString(representation.getTextId()).toUpperCase();
H A DParametricEditor.java118 apply += " " + effectName.toUpperCase() + " " + interval.getStateRepresentation();
120 apply += " " + effectName.toUpperCase() + " " + parameterValue;
123 apply += " " + effectName.toUpperCase();
/packages/services/Mms/src/com/android/mms/service/
H A DPhoneUtils.java90 return country.toUpperCase();
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DStringUtils.java204 return s.toUpperCase(getLocaleUsedForToTitleCase(locale));
209 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale))
217 return s.toUpperCase(getLocaleUsedForToTitleCase(locale));
227 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale))
412 builder.append(nextChar.toUpperCase(locale));
592 // In Greek locale {@link String#toUpperCase(Locale)} eliminates accents from its result.
606 return label.toUpperCase(getLocaleUsedForToTitleCase(locale));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DTitledSlider.java91 mControlName.setText(mParameter.getParameterName().toUpperCase());
/packages/apps/Launcher3/src/com/android/launcher3/compat/
H A DAlphabeticIndexCompat.java35 int index = BUCKETS.indexOf(s.substring(0, 1).toUpperCase());
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeMultipart.java64 return sb.toString().toUpperCase();
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DContactDrawable.java103 sFirstChar[0] = Character.toUpperCase(firstChar);
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
H A DMimeMultipart.java63 return sb.toString().toUpperCase();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DNameSplitter.java312 set.add(split[i].trim().toUpperCase());
676 if (mSuffixesSet.contains(withDot.toUpperCase())) {
721 if (mPrefixesSet.contains(firstToken.toUpperCase())) {
755 String normalized = lastToken.toUpperCase();
788 normalized = tokens.mTokens[pos].toUpperCase() + "." + normalized;
840 final String normalized = word.toUpperCase();
855 toUpperCase())) {

Completed in 1485 milliseconds

1234