Home
last modified time | relevance | path

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

12345

/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/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DDvrLibraryTest.java153 .toUpperCase() in testScheduleRecordings()
216 .toUpperCase()), in testScheduleRecordings()
224 .toUpperCase()), in testScheduleRecordings()
240 .toUpperCase()), in testScheduleRecordings()
268 .toUpperCase()), in testScheduleRecordings()
275 .toUpperCase()), in testScheduleRecordings()
293 .toUpperCase()), in testScheduleRecordings()
300 .toUpperCase()), in testScheduleRecordings()
310 .toUpperCase())); in testScheduleRecordings()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java57 charset = charset.toUpperCase(); in getDataAsString()
104 if (mContentType != null && (mContentType.toUpperCase().contains("TEXT") in encode()
105 || mContentType.toUpperCase().contains("SMIL"))) { in encode()
128 if (mContentType != null && mContentType.toUpperCase().contains("TEXT")) { in encodePlainText()
134 } else if (mContentType != null && mContentType.toUpperCase().contains("/SMIL")) { in encodePlainText()
186 if (part.mContentType.toUpperCase().contains("TEXT")) { in getMessageAsText()
351 if (part.mContentType != null && part.mContentType.toUpperCase().contains("TEXT")) { in updateCharset()
583 String headerType = headerParts[0].toUpperCase(); in parseMimeHeaders()
680 String headerType = headerParts[0].toUpperCase(); in parseMimePart()
730 if (encoding != null && encoding.toUpperCase().contains("BASE64")) { in decodeBody()
[all …]
DBluetoothMapbMessage.java417 } else if (!line.toUpperCase().contains(subString.toUpperCase())) { in expect()
432 if (!line.toUpperCase().contains(subString.toUpperCase())) { in expect()
436 if (!line.toUpperCase().contains(subString2.toUpperCase())) { in expect()
DBluetoothMapUtils.java593 charset = charset.toUpperCase(); in quotedPrintableToUtf8()
655 char hex1 = Character.toUpperCase(Character.forDigit((b >> 4) & 0xF, 16)); in encodeQuotedPrintable()
656 char hex2 = Character.toUpperCase(Character.forDigit(b & 0xF, 16)); in encodeQuotedPrintable()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java913 return LEGACY_HEADSET_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyHeadsetPriorityKey()
920 return LEGACY_A2DP_SINK_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyA2dpSinkPriorityKey()
927 return LEGACY_A2DP_SRC_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyA2dpSrcPriorityKey()
935 + address.toUpperCase(Locale.ROOT); in getLegacyA2dpSupportsOptionalCodecsKey()
944 + address.toUpperCase(Locale.ROOT); in getLegacyA2dpOptionalCodecsEnabledKey()
951 return LEGACY_INPUT_DEVICE_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyHidHostPriorityKey()
958 return LEGACY_PAN_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyPanPriorityKey()
965 return LEGACY_HEARING_AID_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyHearingAidPriorityKey()
972 return LEGACY_MAP_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyMapPriorityKey()
979 return LEGACY_MAP_CLIENT_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyMapClientPriorityKey()
[all …]
/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()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DLocationDetector.java59 return Optional.of(userProvidedHomeCountry.toUpperCase(Locale.US)); in getUpperCaseUserHomeCountry()
65 return Optional.of(telephonyManager.getSimCountryIso().toUpperCase(Locale.US)); in getUpperCaseUserHomeCountry()
76 return Optional.of(telephonyManager.getNetworkCountryIso().toUpperCase(Locale.US)); in getUpperCaseUserRoamingCountry()
DConstraints.java92 userHomeCountryCode = userHomeCountryCode.toUpperCase(Locale.US); in meetsPreconditions()
93 userRoamingCountryCode = userRoamingCountryCode.toUpperCase(Locale.US); in meetsPreconditions()
/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/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java94 mType = determineEncoding(encoding.toUpperCase()); in BipEncoding()
98 proprietaryEncodingId = encoding.substring(4).toUpperCase(); in BipEncoding()
127 proprietaryEncodingId = proprietaryId.toUpperCase(); in BipEncoding()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java344 txt = txt.toUpperCase(mLocale);
358 commitText = commitText.toUpperCase(mLocale);
411 commitText = commitText.toUpperCase(mLocale);
452 return String.valueOf(current).toUpperCase(mLocale).charAt(0); in cycleCharacter()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpNativeInterface.java192 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(bdaddr.toUpperCase()); in setActiveDevice()
199 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(bdaddr.toUpperCase()); in deviceConnected()
211 BluetoothAdapter.getDefaultAdapter().getRemoteDevice(bdaddr.toUpperCase()); in deviceDisconnected()
/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()
/packages/apps/TV/common/src/com/android/tv/common/util/
DPostalCodeUtils.java107 Pattern pattern = REGION_PATTERN.get(region.toUpperCase()); in matches()
119 REGION_MAX_LENGTH.get(LocationUtils.getCurrentCountry(context).toUpperCase()); in getRegionMaxLength()
/packages/apps/SecureElement/src/com/android/se/internal/
DByteArrayConverter.java131 str = str.toUpperCase(); in hexStringToByteArray()
204 c = Character.toUpperCase(c); in isHexChar()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSQLiteTokenizer.java215 switch (token.toUpperCase(Locale.ROOT)) { in isKeyword()
285 switch (token.toUpperCase(Locale.ROOT)) { in isType()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSQLiteTokenizer.java215 switch (token.toUpperCase(Locale.US)) { in isKeyword()
285 switch (token.toUpperCase(Locale.US)) { in isType()
/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/Car/libs/car-messenger-common/src/com/android/car/messenger/common/
DUtils.java298 initials.append(Character.toUpperCase(name.charAt(0))); in getInitials()
303 initials.append(Character.toUpperCase(nameAlt.charAt(0))); in getInitials()

12345