Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/packaging/src/com/ibm/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/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java82 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration()
DRbnfRoundTripTest.java99 = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpelloutRT()
DDateTimeGeneratorTest.java57 ULocale locale = ULocale.GERMANY; in TestSimple()
1371 DateTimePatternGenerator genUloc = DateTimePatternGenerator.getInstance(ULocale.GERMANY); in TestJavaLocale()
1372 DateTimePatternGenerator genLoc = DateTimePatternGenerator.getInstance(Locale.GERMANY); in TestJavaLocale()
DNumberRegression.java581 formatter = NumberFormat.getNumberInstance(Locale.GERMANY); in Test4071014()
592 formatter = NumberFormat.getCurrencyInstance(Locale.GERMANY); in Test4071014()
603 formatter = NumberFormat.getPercentInstance(Locale.GERMANY); in Test4071014()
DRbnfTest.java503 RuleBasedNumberFormat formatter = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpellout()
DDateFormatRegressionTest.java445 Locale.GERMAN, Locale.GERMANY, Locale.ITALIAN, Locale.ITALY, in Test4100302()
DNumberFormatTest.java347 NumberFormat fmt = NumberFormat.getCurrencyInstance(Locale.GERMANY); in TestParseCurrencyTrailingSymbol()
DDateFormatTest.java2295 DateFormatSymbols sym = new DateFormatSymbols(rb, Locale.GERMANY); in TestCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCurrencyTest.java219 CurrencyDisplayNames cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY); in TestCurrencyDisplayNames()
242 cdn = CurrencyDisplayNames.getInstance(ULocale.GERMANY, true); in TestCurrencyDisplayNames()
268 cdn = CurrencyDisplayNames.getInstance(Locale.GERMANY, true); in TestCurrencyDisplayNames()
DICUServiceTest.java259 Map dids = getDisplayNames(service, ULocale.GERMANY); in TestAPI()
668 service.registerObject("german_Germany", ULocale.GERMANY); in TestLocale()
DULocaleTest.java1008 ULocale.US, ULocale.GERMANY, ULocale.FRANCE in TestDisplayNames()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java43 Collator test = Collator.getInstance(ULocale.GERMANY); // CollatorFactory.handleCreate in TestRegister()
220 Collator gecol = Collator.getInstance(ULocale.GERMANY); in TestRegisterFactory()
DG7CollationTest.java174 Locale.GERMANY, in TestG7Data()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DRbnfLenientScannerTest.java118 = new RuleBasedNumberFormat(Locale.GERMANY, in TestGermanSpellout()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java105 Locale.GERMAN, Locale.GERMANY, Locale.ITALIAN, Locale.ITALY,
113 Locale.FRANCE, Locale.GERMANY, Locale.ITALY,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DHolidayTest.java333 if ("Christmas".equals(h.getDisplayName(ULocale.GERMANY))) { in TestDisplayName()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java206 public static final ULocale GERMANY = new ULocale("de_DE", Locale.GERMANY); field in ULocale