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

12345

/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
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
H A DDvrLibraryTest.java104 .getString(R.string.dvr_detail_watch).toUpperCase() + "\n.*$");
150 .getString(R.string.dvr_detail_view_schedule).toUpperCase()), true);
153 .getString(R.string.dvr_detail_series_delete).toUpperCase()), false);
164 .getString(R.string.dvr_detail_stop_recording).toUpperCase()), true);
183 .getString(R.string.dvr_detail_view_schedule).toUpperCase()), true);
185 .getString(R.string.dvr_detail_series_delete).toUpperCase()), true);
198 .getString(R.string.dvr_detail_watch).toUpperCase()), true);
200 .getString(R.string.dvr_detail_delete).toUpperCase()), true);
205 .getString(R.string.dvr_detail_delete).toUpperCase()));
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioChannelFormatter.java96 return radioBandText.toUpperCase(Locale.getDefault());
/packages/apps/Contacts/src/com/android/contacts/util/
H A DTelephonyManagerUtils.java53 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase();
/packages/apps/TV/src/com/android/tv/tuner/util/
H A DPostalCodeUtils.java123 Pattern pattern = REGION_PATTERN.get(region.toUpperCase());
135 REGION_MAX_LENGTH.get(LocationUtils.getCurrentCountry(context).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/Car/Stream/src/com/android/car/stream/radio/
H A DRadioFormatter.java91 return radioBandText.toUpperCase(Locale.getDefault());
/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());
/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/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastChannelManager.java77 mAlertType = AlertType.valueOf(value.toUpperCase());
/packages/apps/Contacts/src/com/android/contacts/location/
H A DCountryDetector.java94 return result.toUpperCase(Locale.US);
/packages/apps/Dialer/java/com/android/contacts/common/format/
H A DTextHighlighter.java126 if (Character.toUpperCase(text.charAt(i + j)) != prefix.charAt(j)) {
/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/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java331 txt = txt.toUpperCase(mLocale);
345 commitText = commitText.toUpperCase(mLocale);
398 commitText = commitText.toUpperCase(mLocale);
439 return String.valueOf(current).toUpperCase(mLocale).charAt(0);
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMultipart.java64 return sb.toString().toUpperCase();

Completed in 2973 milliseconds

12345