Searched refs:GERMANY (Results 1 - 25 of 49) sorted by relevance

12

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
H A DULocaleTest.java44 ULocale obj = ULocale.GERMANY;
55 assertEquals(ULocale.GERMANY, ULocale.forLocale(Locale.GERMANY));
69 assertEquals(ULocale.GERMANY, new ULocale("de", "DE"));
243 assertEquals(ULocale.GERMAN, ULocale.getFallback(ULocale.GERMANY.getName()));
250 assertEquals(ULocale.GERMAN, ULocale.GERMANY.getFallback());
358 String il = ULocale.GERMANY.getISO3Language();
359 String jl = Locale.GERMANY.getISO3Language();
367 String il = ULocale.getISO3Language(ULocale.GERMANY.getName());
368 String jl = Locale.GERMANY
[all...]
H A DNumberFormatTest.java159 NumberFormat nf = NumberFormat.getInstance(Locale.GERMANY);
167 NumberFormat nf = NumberFormat.getInstance(ULocale.GERMANY);
183 NumberFormat nf = NumberFormat.getNumberInstance(Locale.GERMANY);
191 NumberFormat nf = NumberFormat.getNumberInstance(ULocale.GERMANY);
207 NumberFormat nf = NumberFormat.getIntegerInstance(Locale.GERMANY);
215 NumberFormat nf = NumberFormat.getIntegerInstance(ULocale.GERMANY);
231 NumberFormat nf = NumberFormat.getCurrencyInstance(Locale.GERMANY);
239 NumberFormat nf = NumberFormat.getCurrencyInstance(ULocale.GERMANY);
255 NumberFormat nf = NumberFormat.getPercentInstance(Locale.GERMANY);
263 NumberFormat nf = NumberFormat.getPercentInstance(ULocale.GERMANY);
[all...]
H A DMessageFormatTest.java80 mf.setLocale(Locale.GERMANY);
90 mf.setLocale(ULocale.GERMANY);
100 mf.setLocale(Locale.GERMANY);
101 assertEquals(Locale.GERMANY, mf.getLocale());
109 mf.setLocale(ULocale.GERMANY);
110 assertEquals(ULocale.GERMANY, mf.getULocale());
H A DCollatorTest.java83 Collator c = Collator.getInstance(ULocale.GERMANY);
91 Collator c = Collator.getInstance(Locale.GERMANY);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
H A DTestLocaleNamePackaging.java40 ULocale.ROOT, ULocale.US, new ULocale("es_ES"), ULocale.GERMANY,
46 new Locale(""), Locale.US, new Locale("es", "ES"), Locale.GERMANY,
/external/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/
H A DTestLocaleNamePackaging.java37 ULocale.ROOT, ULocale.US, new ULocale("es_ES"), ULocale.GERMANY,
43 new Locale(""), Locale.US, new Locale("es", "ES"), Locale.GERMANY,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatRegistrationTest.java90 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY));
H A DRbnfRoundTripTest.java103 = new RuleBasedNumberFormat(Locale.GERMANY,
H A DRbnfLenientScannerTest.java114 = new RuleBasedNumberFormat(Locale.GERMANY,
H A DNumberRegressionTests.java609 formatter = NumberFormat.getNumberInstance(Locale.GERMANY);
620 formatter = NumberFormat.getCurrencyInstance(Locale.GERMANY);
631 formatter = NumberFormat.getPercentInstance(Locale.GERMANY);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatRegistrationTest.java87 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY));
H A DRbnfRoundTripTest.java100 = new RuleBasedNumberFormat(Locale.GERMANY,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationServiceTest.java50 Collator test = Collator.getInstance(ULocale.GERMANY); // CollatorFactory.handleCreate
233 Collator gecol = Collator.getInstance(ULocale.GERMANY);
H A DG7CollationTest.java184 Locale.GERMANY,
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationServiceTest.java47 Collator test = Collator.getInstance(ULocale.GERMANY); // CollatorFactory.handleCreate
230 Collator gecol = Collator.getInstance(ULocale.GERMANY);
H A DG7CollationTest.java181 Locale.GERMANY,
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
H A DRbnfLenientScannerTest.java111 = new RuleBasedNumberFormat(Locale.GERMANY,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DCurrencyTest.java238 CurrencyDisplayNames cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY);
261 cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY, true);
287 cdn = CurrencyDisplayNames.getInstance(Locale.GERMANY, true);
H A DICUServiceTest.java269 Map dids = getDisplayNames(service, ULocale.GERMANY);
687 service.registerObject("german_Germany", ULocale.GERMANY);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCurrencyTest.java235 CurrencyDisplayNames cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY);
258 cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY, true);
284 cdn = CurrencyDisplayNames.getInstance(Locale.GERMANY, true);
H A DICUServiceTest.java266 Map dids = getDisplayNames(service, ULocale.GERMANY);
684 service.registerObject("german_Germany", ULocale.GERMANY);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DHolidayTest.java348 if ("Christmas".equals(h.getDisplayName(ULocale.GERMANY))) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DHolidayTest.java345 if ("Christmas".equals(h.getDisplayName(ULocale.GERMANY))) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DSerializableTestUtility.java136 Locale.GERMAN, Locale.GERMANY, Locale.ITALIAN, Locale.ITALY,
144 Locale.FRANCE, Locale.GERMANY, Locale.ITALY,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java133 Locale.GERMAN, Locale.GERMANY, Locale.ITALIAN, Locale.ITALY,
141 Locale.FRANCE, Locale.GERMANY, Locale.ITALY,

Completed in 779 milliseconds

12