HomeSort by relevance Sort by last modified time
    Searched refs:GERMAN (Results 1 - 25 of 35) sorted by null

1 2

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 47 boolean english = false, german = false;
51 if (locales[i].equals(Locale.GERMAN))
52 german = true;
58 assertTrue("Missing locales", english && german);
143 DateFormat.SHORT, Locale.GERMAN);
146 new DateFormatSymbols(Locale.GERMAN)));
151 Locale.GERMAN);
154 new DateFormatSymbols(Locale.GERMAN)));
159 Locale.GERMAN);
162 new DateFormatSymbols(Locale.GERMAN)));
    [all...]
CollatorTest.java 30 Collator c = Collator.getInstance(Locale.GERMAN);
178 boolean english = false, german = false;
182 if (locales[i].equals(Locale.GERMAN))
183 german = true;
199 assertTrue("Missing locales", english && german);
RuleBasedCollatorTest.java 103 .getInstance(Locale.GERMAN);
SimpleDateFormatTest.java 179 Locale.GERMAN);
183 new DateFormatSymbols(Locale.GERMAN)));
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldFormatterTest.java 61 fLoc = new Formatter(Locale.GERMAN);
62 fNoL = new Formatter(Locale.GERMAN);
79 fLoc = new Formatter(Locale.GERMAN);
80 fNoL = new Formatter(Locale.GERMAN);
109 fLoc.format(Locale.GERMAN, illFlags[i], (Double) null);
117 fLoc.format(Locale.GERMAN, "%f", val);
LocaleTest.java 63 assertEquals("German", Locale.GERMAN.getDisplayLanguage(Locale.ENGLISH));
64 assertEquals("Englisch", Locale.ENGLISH.getDisplayLanguage(Locale.GERMAN));
65 assertEquals("Deutsch", Locale.GERMAN.getDisplayLanguage(Locale.GERMAN));
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoderTest.java 111 geocoder.getDescriptionForNumber(US_NUMBER1, Locale.GERMAN));
112 // German falls back to English.
114 geocoder.getDescriptionForNumber(US_NUMBER3, Locale.GERMAN));
131 // User in the States, language German, should show detailed data.
133 geocoder.getDescriptionForNumber(US_NUMBER1, Locale.GERMAN, "US"));
  /external/chromium_org/third_party/cld/languages/proto/
languages.pb.h 14 GERMAN = 5,
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
StringUtilsTests.java 108 StringUtils.capitalizeFirstCodePoint("ßaa", Locale.GERMAN));
110 StringUtils.capitalizeFirstCodePoint("aßa", Locale.GERMAN));
127 StringUtils.capitalizeFirstAndDowncaseRest("ßaa", Locale.GERMAN));
129 StringUtils.capitalizeFirstAndDowncaseRest("aßa", Locale.GERMAN));
SubtypeLocaleUtilsTests.java 74 Locale.GERMAN.toString(), "qwertz");
78 Locale.GERMAN.toString(), "qwerty", null);
128 // de qwertz F German
131 // de qwerty T German (QWERTY)
151 assertEquals("de ", "German",
167 assertEquals("de qwerty", "German (QWERTY)",
RecapitalizeStatusTests.java 119 status.initialize(30, 34, "grüß", Locale.GERMAN, " "); status.rotate();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java 216 Formatter f3 = new Formatter(null, Locale.GERMAN);
217 assertEquals(f3.locale(), Locale.GERMAN);
    [all...]
CalendarTest.java 482 Locale.JAPAN, Locale.ITALIAN, Locale.GERMAN, Locale.ENGLISH,
    [all...]
ResourceBundleTest.java 281 Locale locale = Locale.GERMAN;
    [all...]
  /libcore/luni/src/test/java/libcore/icu/
AlphabeticIndexTest.java 109 // German: [A-S,Sch,St,T-Z] (no ß or umlauted characters in standard alphabet)
110 AlphabeticIndex.ImmutableIndex de = createIndex(Locale.GERMAN);
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 125 Locale.GERMAN);
129 new DateFormatSymbols(Locale.GERMAN)));
134 new SimpleDateFormat(null, Locale.GERMAN);
140 new SimpleDateFormat("eee", Locale.GERMAN);
SimpleDateFormatTest.java 351 SimpleDateFormat sdf = new SimpleDateFormat("d. MMM yyyy H:mm", Locale.GERMAN);
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_unittest_small.cc 9 // English Estonian Finnish French German Greek Hebrew Hindi Hungarian
    [all...]
compact_lang_det_impl.cc 93 0x060419c9, // Latin6 ESTONIAN.10 FINNISH.3 GERMAN.1
114 0x0d06052a, // ISO-8859-15 FRENCH.9 GERMAN.8 PORTUGUESE.7
141 0x090646ca, // UTF-16BE ChineseT.10 GERMAN.4 Japanese.2
146 0x06001142, // HZ-GB-2312 Chinese.12 GERMAN.1
175 0x00000642, // GERMAN GERMAN.12
230 0x05060cca, // PUNJABI POLISH.10 GERMAN.4 FRENCH.2
355 {{0x61,0x67,0x5f,0x5f}, 0x09000643}, // ag__ GERMAN.12 Japanese.2
363 {{0x61,0x74,0x5f,0x5f}, 0x00000642}, // at__ GERMAN.12
381 {{0x62,0x77,0x5f,0x5f}, 0x06059ac4}, // bw__ TSWANA.9 FRENCH.6 GERMAN.
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 40 Address address = new Address(Locale.GERMAN);
  /libcore/luni/src/main/java/java/util/
Locale.java 46 * exist (such as "de_US" for "German as spoken in the US").
170 public static final Locale GERMAN = new Locale(true, "de", "");
  /libcore/luni/src/test/java/tests/api/java/util/
ResourceBundleTest.java 214 Locale locale = Locale.GERMAN;
CalendarTest.java 482 Locale.JAPAN, Locale.ITALIAN, Locale.GERMAN, Locale.ENGLISH,
657 Calendar de_calendar = Calendar.getInstance(Locale.GERMAN);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 594 Locale.setDefault(Locale.GERMAN);
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]

Completed in 1876 milliseconds

1 2