Home
last modified time | relevance | path

Searched refs:GERMAN (Results 1 – 25 of 71) sorted by relevance

123

/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoderTest.java129 geocoder.getDescriptionForNumber(US_NUMBER1, Locale.GERMAN)); in testGetDescriptionForFallBack()
132 geocoder.getDescriptionForNumber(US_NUMBER3, Locale.GERMAN)); in testGetDescriptionForFallBack()
151 geocoder.getDescriptionForNumber(US_NUMBER1, Locale.GERMAN, "US")); in testGetDescriptionForNumberWithUserRegion()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java131 tuf.setLocale(Locale.GERMAN); in TestClone()
141 MeasureFormat tfne2 = new TimeUnitFormat(ULocale.GERMAN, TimeUnitFormat.FULL_NAME); in TestEqHashCode()
148 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); in TestGetLocale()
149 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale()
DPluralFormatUnitTest.java90 PluralFormat de_fee_1 = new PluralFormat(ULocale.GERMAN, PluralType.CARDINAL, "other{fee}"); in TestEquals()
91 PluralFormat de_fee_2 = new PluralFormat(ULocale.GERMAN, PluralType.CARDINAL, "other{fee}"); in TestEquals()
92 PluralFormat de_fi = new PluralFormat(ULocale.GERMAN, PluralType.CARDINAL, "other{fi}"); in TestEquals()
DTestMessageFormat.java466 msg.setLocale(Locale.GERMAN); in TestSetLocale()
467 assertEquals("getLocale", Locale.GERMAN, msg.getLocale()); in TestSetLocale()
482 msg.setLocale(ULocale.GERMAN); in TestSetLocale()
483 assertEquals("getULocale", ULocale.GERMAN, msg.getULocale()); in TestSetLocale()
932 DateFormat.getDateInstance(DateFormat.DEFAULT, ULocale.GERMAN) in TestSetGetFormats()
946 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats()
963 …assertEquals("1st subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[0]).getLocale(ULocale… in TestSetGetFormats()
965 …assertEquals("2nd subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[1]).getLocale(ULocale… in TestSetGetFormats()
2074 DateFormat testDF = DateFormat.getDateInstance(DateFormat.DEFAULT, ULocale.GERMAN); in TestDateFormatHashCode()
DMeasureUnitTest.java1177 nf = NumberFormat.getNumberInstance(ULocale.GERMAN); in TestFormatPeriodEn()
1179 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1181 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1185 nf = NumberFormat.getNumberInstance(Locale.GERMAN); in TestFormatPeriodEn()
1187 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1189 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1403 { ULocale.GERMAN, FormatWidth.NARROW, "5 Std., 37 Min." }, in testManyLocaleDurations()
1404 { ULocale.GERMAN, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
1762 MeasureFormat mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.SHORT); in testGetLocale()
1763 assertEquals("", ULocale.GERMAN, mf.getLocale(ULocale.VALID_LOCALE)); in testGetLocale()
[all …]
DIntlTestDateFormatAPI.java86 … DateFormat de = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG, Locale.GERMAN); in TestAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeUnitTest.java132 tuf.setLocale(Locale.GERMAN); in TestClone()
142 MeasureFormat tfne2 = new TimeUnitFormat(ULocale.GERMAN, TimeUnitFormat.FULL_NAME); in TestEqHashCode()
149 TimeUnitFormat tf = new TimeUnitFormat(ULocale.GERMAN); in TestGetLocale()
150 assertEquals("", ULocale.GERMAN, tf.getLocale(ULocale.VALID_LOCALE)); in TestGetLocale()
DPluralFormatUnitTest.java91 PluralFormat de_fee_1 = new PluralFormat(ULocale.GERMAN, PluralType.CARDINAL, "other{fee}"); in TestEquals()
92 PluralFormat de_fee_2 = new PluralFormat(ULocale.GERMAN, PluralType.CARDINAL, "other{fee}"); in TestEquals()
93 PluralFormat de_fi = new PluralFormat(ULocale.GERMAN, PluralType.CARDINAL, "other{fi}"); in TestEquals()
DTestMessageFormat.java467 msg.setLocale(Locale.GERMAN); in TestSetLocale()
468 assertEquals("getLocale", Locale.GERMAN, msg.getLocale()); in TestSetLocale()
483 msg.setLocale(ULocale.GERMAN); in TestSetLocale()
484 assertEquals("getULocale", ULocale.GERMAN, msg.getULocale()); in TestSetLocale()
933 DateFormat.getDateInstance(DateFormat.DEFAULT, ULocale.GERMAN) in TestSetGetFormats()
947 Format newFmt = NumberFormat.getCurrencyInstance(ULocale.GERMAN); in TestSetGetFormats()
964 …assertEquals("1st subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[0]).getLocale(ULocale… in TestSetGetFormats()
966 …assertEquals("2nd subformmater: its Locale", ULocale.GERMAN, ((UFormat)fmts2[1]).getLocale(ULocale… in TestSetGetFormats()
2075 DateFormat testDF = DateFormat.getDateInstance(DateFormat.DEFAULT, ULocale.GERMAN); in TestDateFormatHashCode()
DMeasureUnitTest.java1178 nf = NumberFormat.getNumberInstance(ULocale.GERMAN); in TestFormatPeriodEn()
1180 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1182 mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1186 nf = NumberFormat.getNumberInstance(Locale.GERMAN); in TestFormatPeriodEn()
1188 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.WIDE, nf); in TestFormatPeriodEn()
1190 mf = MeasureFormat.getInstance(Locale.GERMAN, FormatWidth.NUMERIC, nf); in TestFormatPeriodEn()
1404 { ULocale.GERMAN, FormatWidth.NARROW, "5 Std., 37 Min." }, in testManyLocaleDurations()
1405 { ULocale.GERMAN, FormatWidth.NUMERIC, "5:37" }, in testManyLocaleDurations()
1763 MeasureFormat mf = MeasureFormat.getInstance(ULocale.GERMAN, FormatWidth.SHORT); in testGetLocale()
1764 assertEquals("", ULocale.GERMAN, mf.getLocale(ULocale.VALID_LOCALE)); in testGetLocale()
[all …]
DIntlTestDateFormatAPI.java87 … DateFormat de = DateFormat.getDateTimeInstance(DateFormat.LONG, DateFormat.LONG, Locale.GERMAN); in TestAPI()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
DRbnfSampleRuleSets.java1705 Locale.GERMAN,
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DULocaleTest.java62 assertEquals(ULocale.GERMAN, new ULocale("de")); in testULocaleString()
243 assertEquals(ULocale.GERMAN, ULocale.getFallback(ULocale.GERMANY.getName())); in testGetFallbackString()
250 assertEquals(ULocale.GERMAN, ULocale.GERMANY.getFallback()); in testGetFallback()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java1025 ", " + l.getDisplayName(ULocale.GERMAN) + in TestDisplayNames()
1187 ULocale.ENGLISH.getDisplayLanguageWithDialect(ULocale.GERMAN)); in TestDisplayLanguageWithDialectCoverage()
1189 ULocale.getDisplayLanguageWithDialect("en", ULocale.GERMAN)); in TestDisplayLanguageWithDialectCoverage()
1199 ULocale.UK.getDisplayNameWithDialect(ULocale.GERMAN)); in TestDisplayNameWithDialectCoverage()
1201 ULocale.getDisplayNameWithDialect("en-GB", ULocale.GERMAN)); in TestDisplayNameWithDialectCoverage()
1212 ULocale.SIMPLIFIED_CHINESE.getDisplayScript(ULocale.GERMAN)); in TestDisplayScriptCoverage()
1214 ULocale.getDisplayScript("zh-Hans", ULocale.GERMAN)); in TestDisplayScriptCoverage()
1718 String disp = loc.getDisplayName(ULocale.GERMAN); in TestJB3962()
4184 new ULocale("und").getDisplayKeywordValue("calendar",ULocale.GERMAN); in Test4735()
4185 new ULocale("en").getDisplayKeywordValue("calendar",ULocale.GERMAN); in Test4735()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java1026 ", " + l.getDisplayName(ULocale.GERMAN) + in TestDisplayNames()
1188 ULocale.ENGLISH.getDisplayLanguageWithDialect(ULocale.GERMAN)); in TestDisplayLanguageWithDialectCoverage()
1190 ULocale.getDisplayLanguageWithDialect("en", ULocale.GERMAN)); in TestDisplayLanguageWithDialectCoverage()
1200 ULocale.UK.getDisplayNameWithDialect(ULocale.GERMAN)); in TestDisplayNameWithDialectCoverage()
1202 ULocale.getDisplayNameWithDialect("en-GB", ULocale.GERMAN)); in TestDisplayNameWithDialectCoverage()
1213 ULocale.SIMPLIFIED_CHINESE.getDisplayScript(ULocale.GERMAN)); in TestDisplayScriptCoverage()
1215 ULocale.getDisplayScript("zh-Hans", ULocale.GERMAN)); in TestDisplayScriptCoverage()
1719 String disp = loc.getDisplayName(ULocale.GERMAN); in TestJB3962()
4185 new ULocale("und").getDisplayKeywordValue("calendar",ULocale.GERMAN); in Test4735()
4186 new ULocale("en").getDisplayKeywordValue("calendar",ULocale.GERMAN); in Test4735()
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationGermanTest.java82 myCollation = Collator.getInstance(Locale.GERMAN); in init()
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationGermanTest.java81 myCollation = Collator.getInstance(Locale.GERMAN); in init()
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)
DUnixDirectoryListingFormatterTest.groovy65 Locale.setDefault(Locale.GERMAN)
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/
DWindowsDirectoryListingFormatterTest.groovy59 Locale.setDefault(Locale.GERMAN)

123