Home
last modified time | relevance | path

Searched refs:GERMANY (Results 1 – 25 of 61) sorted by relevance

123

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java44 ULocale obj = ULocale.GERMANY; in testHashCode()
55 assertEquals(ULocale.GERMANY, ULocale.forLocale(Locale.GERMANY)); in testForLocale()
69 assertEquals(ULocale.GERMANY, new ULocale("de", "DE")); in testULocaleStringString()
243 assertEquals(ULocale.GERMAN, ULocale.getFallback(ULocale.GERMANY.getName())); in testGetFallbackString()
250 assertEquals(ULocale.GERMAN, ULocale.GERMANY.getFallback()); in testGetFallback()
358 String il = ULocale.GERMANY.getISO3Language(); in testGetISO3Language()
359 String jl = Locale.GERMANY.getISO3Language(); in testGetISO3Language()
367 String il = ULocale.getISO3Language(ULocale.GERMANY.getName()); in testGetISO3LanguageString()
368 String jl = Locale.GERMANY.getISO3Language(); in testGetISO3LanguageString()
376 String ic = ULocale.GERMANY.getISO3Country(); in testGetISO3Country()
[all …]
DNumberFormatTest.java159 NumberFormat nf = NumberFormat.getInstance(Locale.GERMANY); in testGetInstanceLocale()
167 NumberFormat nf = NumberFormat.getInstance(ULocale.GERMANY); in testGetInstanceULocale()
183 NumberFormat nf = NumberFormat.getNumberInstance(Locale.GERMANY); in testGetNumberInstanceLocale()
191 NumberFormat nf = NumberFormat.getNumberInstance(ULocale.GERMANY); in testGetNumberInstanceULocale()
207 NumberFormat nf = NumberFormat.getIntegerInstance(Locale.GERMANY); in testGetIntegerInstanceLocale()
215 NumberFormat nf = NumberFormat.getIntegerInstance(ULocale.GERMANY); in testGetIntegerInstanceULocale()
231 NumberFormat nf = NumberFormat.getCurrencyInstance(Locale.GERMANY); in testGetCurrencyInstanceLocale()
239 NumberFormat nf = NumberFormat.getCurrencyInstance(ULocale.GERMANY); in testGetCurrencyInstanceULocale()
255 NumberFormat nf = NumberFormat.getPercentInstance(Locale.GERMANY); in testGetPercentInstanceLocale()
263 NumberFormat nf = NumberFormat.getPercentInstance(ULocale.GERMANY); in testGetPercentInstanceULocale()
[all …]
DMessageFormatTest.java80 mf.setLocale(Locale.GERMANY); in testSetLocaleLocale()
90 mf.setLocale(ULocale.GERMANY); in testSetLocaleULocale()
100 mf.setLocale(Locale.GERMANY); in testGetLocale()
101 assertEquals(Locale.GERMANY, mf.getLocale()); in testGetLocale()
109 mf.setLocale(ULocale.GERMANY); in testGetULocale()
110 assertEquals(ULocale.GERMANY, mf.getULocale()); in testGetULocale()
DCollatorTest.java83 Collator c = Collator.getInstance(ULocale.GERMANY); in testGetInstanceULocale()
91 Collator c = Collator.getInstance(Locale.GERMANY); in testGetInstanceLocale()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
DTestLocaleNamePackaging.java35 ULocale.ROOT, ULocale.US, new ULocale("es_ES"), ULocale.GERMANY,
41 new Locale(""), Locale.US, new Locale("es", "ES"), Locale.GERMANY,
/external/icu/icu4j/main/tests/packaging/src/com/ibm/icu/dev/test/
DTestLocaleNamePackaging.java34 ULocale.ROOT, ULocale.US, new ULocale("es_ES"), ULocale.GERMANY,
40 new Locale(""), Locale.US, new Locale("es", "ES"), Locale.GERMANY,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java83 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
DRbnfRoundTripTest.java98 = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpelloutRT()
DRbnfLenientScannerTest.java109 = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpellout()
DDateTimeGeneratorTest.java77 ULocale locale = ULocale.GERMANY; in TestSimple()
1462 DateTimePatternGenerator genUloc = DateTimePatternGenerator.getInstance(ULocale.GERMANY); in TestJavaLocale()
1463 DateTimePatternGenerator genLoc = DateTimePatternGenerator.getInstance(Locale.GERMANY); in TestJavaLocale()
DNumberRegressionTests.java606 formatter = NumberFormat.getNumberInstance(Locale.GERMANY); in Test4071014()
617 formatter = NumberFormat.getCurrencyInstance(Locale.GERMANY); in Test4071014()
628 formatter = NumberFormat.getPercentInstance(Locale.GERMANY); in Test4071014()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java82 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
DRbnfRoundTripTest.java97 = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpelloutRT()
DDateTimeGeneratorTest.java76 ULocale locale = ULocale.GERMANY; in TestSimple()
1461 DateTimePatternGenerator genUloc = DateTimePatternGenerator.getInstance(ULocale.GERMANY); in TestJavaLocale()
1462 DateTimePatternGenerator genLoc = DateTimePatternGenerator.getInstance(Locale.GERMANY); in TestJavaLocale()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java44 Collator test = Collator.getInstance(ULocale.GERMANY); // CollatorFactory.handleCreate in TestRegister()
222 Collator gecol = Collator.getInstance(ULocale.GERMANY); in TestRegisterFactory()
DG7CollationTest.java178 Locale.GERMANY, in TestG7Data()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationServiceTest.java45 Collator test = Collator.getInstance(ULocale.GERMANY); // CollatorFactory.handleCreate in TestRegister()
223 Collator gecol = Collator.getInstance(ULocale.GERMANY); in TestRegisterFactory()
DG7CollationTest.java179 Locale.GERMANY, in TestG7Data()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCurrencyTest.java233 CurrencyDisplayNames cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY); in TestCurrencyDisplayNames()
256 cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY, true); in TestCurrencyDisplayNames()
282 cdn = CurrencyDisplayNames.getInstance(Locale.GERMANY, true); in TestCurrencyDisplayNames()
DICUServiceTest.java260 Map dids = getDisplayNames(service, ULocale.GERMANY); in TestAPI()
670 service.registerObject("german_Germany", ULocale.GERMANY); in TestLocale()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java232 CurrencyDisplayNames cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY); in TestCurrencyDisplayNames()
255 cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY, true); in TestCurrencyDisplayNames()
281 cdn = CurrencyDisplayNames.getInstance(Locale.GERMANY, true); in TestCurrencyDisplayNames()
DICUServiceTest.java259 Map dids = getDisplayNames(service, ULocale.GERMANY); in TestAPI()
669 service.registerObject("german_Germany", ULocale.GERMANY); in TestLocale()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DRbnfLenientScannerTest.java108 = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpellout()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHolidayTest.java342 if ("Christmas".equals(h.getDisplayName(ULocale.GERMANY))) { in TestDisplayName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DHolidayTest.java343 if ("Christmas".equals(h.getDisplayName(ULocale.GERMANY))) { in TestDisplayName()

123