/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
TestReport.java | 46 "EEE MMM dd HH:mm:ss z yyyy", Locale.ENGLISH);
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 206 cookieDomain = domain.toLowerCase(Locale.ENGLISH);
|
BrowserCompatSpec.java | 118 int i1 = headervalue.toLowerCase(Locale.ENGLISH).indexOf("expires=");
|
/external/apache-http/src/org/apache/http/message/ |
HeaderGroup.java | 164 return new BasicHeader(name.toLowerCase(Locale.ENGLISH), valueBuffer.toString());
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationCurrencyTest.java | 66 RuleBasedCollator c = (RuleBasedCollator)Collator.getInstance(Locale.ENGLISH);
|
CollationAPITest.java | 197 Collator col = Collator.getInstance(Locale.ENGLISH); 255 Collator col1 = Collator.getInstance(Locale.ENGLISH); 284 Collator col = Collator.getInstance(Locale.ENGLISH); 399 Collator col1 = Collator.getInstance(Locale.ENGLISH); 412 col3 = Collator.getInstance(Locale.ENGLISH); 457 Collator col = Collator.getInstance(Locale.ENGLISH); 626 Collator.getInstance(Locale.ENGLISH); 672 (RuleBasedCollator)Collator.getInstance(Locale.ENGLISH), [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
IntlTestSimpleDateFormatAPI.java | 47 Locale.setDefault(Locale.ENGLISH);
|
TimeZoneFormatTest.java | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
LocaleMatcherTest.java | 151 .add(ULocale.ENGLISH) 158 assertEquals(ULocale.ENGLISH, matcher.getBestMatch(new ULocale("es"))); // one 165 .add(ULocale.ENGLISH).build()); 169 assertEquals(ULocale.ENGLISH, matcher.getBestMatch(ULocale.US)); 380 // language would normally match English. But that would produce the 398 // assertNull(matcher.getBestMatch(ULocale.ENGLISH));
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationCurrencyTest.java | 65 RuleBasedCollator c = (RuleBasedCollator)Collator.getInstance(Locale.ENGLISH);
|
CollationAPITest.java | 196 Collator col = Collator.getInstance(Locale.ENGLISH); 254 Collator col1 = Collator.getInstance(Locale.ENGLISH); 283 Collator col = Collator.getInstance(Locale.ENGLISH); 398 Collator col1 = Collator.getInstance(Locale.ENGLISH); 411 col3 = Collator.getInstance(Locale.ENGLISH); 456 Collator col = Collator.getInstance(Locale.ENGLISH); 625 Collator.getInstance(Locale.ENGLISH); 671 (RuleBasedCollator)Collator.getInstance(Locale.ENGLISH), [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
IntlTestDecimalFormatSymbolsC.java | 35 DecimalFormatSymbols en = new DecimalFormatSymbols(Locale.ENGLISH); 38 errln("ERROR: English DecimalFormatSymbols equal to French");
|
IntlTestSimpleDateFormatAPI.java | 46 Locale.setDefault(Locale.ENGLISH);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
GenderInfoTest.java | 22 public static GenderInfo NEUTRAL_LOCALE = GenderInfo.getInstance(ULocale.ENGLISH);
|
LocaleMatcherTest.java | 150 .add(ULocale.ENGLISH) 157 assertEquals(ULocale.ENGLISH, matcher.getBestMatch(new ULocale("es"))); // one 164 .add(ULocale.ENGLISH).build()); 168 assertEquals(ULocale.ENGLISH, matcher.getBestMatch(ULocale.US)); 379 // language would normally match English. But that would produce the 397 // assertNull(matcher.getBestMatch(ULocale.ENGLISH));
|
/external/junit-params/src/main/java/junitparams/naming/ |
MacroSubstitutionNamingStrategy.java | 105 .toUpperCase(Locale.ENGLISH);
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/inputmethod/ |
InputMethodSettingValuesWrapper.java | 178 Log.w(TAG, "ascii capable subtype enabled imi not found. Fall back to English" 180 return InputMethodUtils.containsSubtypeOf(imi, Locale.ENGLISH, false /* checkCountry */,
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLSocketFactory.java | 65 Locale.ENGLISH);
|
/libcore/ojluni/src/main/java/sun/security/util/ |
Debug.java | 290 target.append(source.toString().toLowerCase(Locale.ENGLISH));
|
ManifestEntryVerifier.java | 126 if (key.toUpperCase(Locale.ENGLISH).endsWith("-DIGEST")) {
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
CityDAO.java | 105 final String message = String.format(Locale.ENGLISH,
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpecSplitTests.java | 31 private static final Locale TEST_LOCALE = Locale.ENGLISH; 206 // Note that morekeys_q of English locale is empty.
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
SuggestedWordsTests.java | 76 Locale.ENGLISH, false /* isAllUpperCase */, false /* isFirstCharCapitalized */,
|
RichInputMethodSubtypeTests.java | 205 // en_US qwerty F English English (US) exception 206 // en_GB qwerty F English English (UK) exception 220 // en_US azerty T English English (US) 221 // en_GB dvorak T English English (UK) 229 assertEquals("en_US", "English (US)", EN_US.getFullDisplayName()); 230 assertEquals("en_GB", "English (UK)", EN_GB.getFullDisplayName()) [all...] |
/libcore/ojluni/src/test/java/time/tck/java/time/format/ |
TCKZoneIdPrinterParser.java | 261 String lcText = text.toLowerCase(Locale.ENGLISH); 284 String lcText = text.toLowerCase(Locale.ENGLISH);
|