/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKey.java | 147 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 …]
|
D | ExpectedKeyOutput.java | 44 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
|
D | ExpectedKeyVisual.java | 42 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
|
D | ExpectedKeyboardBuilder.java | 312 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/ |
D | BluetoothMapbMessageMime.java | 57 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 …]
|
D | BluetoothMapbMessage.java | 414 }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()
|
D | BluetoothMapUtils.java | 554 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/ |
D | MoreKeySpecTests.java | 318 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()
|
D | KeySpecParserTestsBase.java | 37 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/ |
D | OpenWnnEngineEN.java | 120 … 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/ |
D | StringUtils.java | 204 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/ |
D | ChannelLogoFetcher.java | 143 .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/ |
D | NameSplitter.java | 312 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/ |
D | ParametricEditor.java | 118 apply += " " + effectName.toUpperCase() + " " + interval.getStateRepresentation(); in calculateUserMessage() 120 apply += " " + effectName.toUpperCase() + " " + parameterValue; in calculateUserMessage() 123 apply += " " + effectName.toUpperCase(); in calculateUserMessage()
|
D | Editor.java | 70 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()
|
D | EditorStraighten.java | 44 return apply.toUpperCase(); in calculateUserMessage()
|
D | EditorGrad.java | 218 mEffectName = mEffectName.toUpperCase(); in onProgressChanged() 314 return mEffectName.toUpperCase() + ((val > 0) ? " +" : " ") + val; in calculateUserMessage()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | KanaConverter.java | 591 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/ |
D | FlagTests.java | 38 assertEquals(name.toUpperCase(), name); in testFlagsUpperCase()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | TelephonyManagerUtils.java | 55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | PhoneUtils.java | 274 return country.toUpperCase(); in getSimCountry() 426 return country.toUpperCase(); in getSimCountry() 692 return country.toUpperCase(); in getLocaleCountry()
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
D | CharsetProvider.java | 70 charsetName = charsetName.toUpperCase(); in charsetForName()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
D | Colemak.java | 56 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
|
D | Azerty.java | 57 builder.toUpperCase(getLocale()); in getCommonAlphabetShiftLayout()
|
/packages/services/Mms/src/com/android/mms/service/ |
D | PhoneUtils.java | 90 return country.toUpperCase(); in getSimCountry()
|