Home
last modified time | relevance | path

Searched defs:dfs (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatSymbolsTest.java40 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in checkLocaleIsEquivalentToRoot() local
41 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs); in checkLocaleIsEquivalentToRoot() local
64 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testSetSameCurrency() local
76 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testSetNulInternationalCurrencySymbol() local
92 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.forLanguageTag("ar-AR")); in testSerializationOfMultiCharNegativeAndPercentage() local
113 DecimalFormatSymbols dfs; in testMultiCharMinusSignAndPercentage() local
151 android.icu.text.DecimalFormatSymbols dfs) { in fromIcuInstance()
156 public void compareDfs(DecimalFormatSymbols dfs, in compareDfs()
178 DFSForTests dfs = new DFSForTests(Locale.US); in testToIcuDecimalFormatSymbols() local
185 DecimalFormatSymbols dfs = DFSForTests.fromIcuInstance(icuSymb); in testFromIcuDecimalFormatSymbols() local
[all …]
DDateFormatSymbolsTest.java42 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in assertLocaleIsEquivalentToRoot() local
43 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); in assertLocaleIsEquivalentToRoot() local
88 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
194 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in test_setZoneStrings_checks_dimensions() local
206 DateFormatSymbols dfs = DateFormatSymbols.getInstance(); in test_zoneStrings_are_lazy() local
226 private static boolean hasZoneStringsFieldValue(DateFormatSymbols dfs) throws Exception { in hasZoneStringsFieldValue()
DOldDecimalFormatSymbolsTest.java27 DecimalFormatSymbols dfs; field in OldDecimalFormatSymbolsTest
152 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.FRANCE); in test_DecimalFormatSymbols_France() local
DDecimalFormatTest.java36 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_exponentSeparator() local
479 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testLocaleGroupingSeparator() local
494 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testSetGroupingSeparator() local
522 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testPerMill() local
579 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testPercent() local
DNumberFormatTest.java182 DecimalFormatSymbols dfs = ((DecimalFormat) nf).getDecimalFormatSymbols(); in test_customCurrencySymbol() local
DSimpleDateFormatTest.java700 DateFormatSymbols dfs = dateFormat.getDateFormatSymbols(); in testTimeZoneParsingErrorIndexWithZoneStrings() local
/libcore/luni/src/test/java/libcore/highmemorytest/java/text/
DDecimalFormatTest.java53 DecimalFormatSymbols dfs = new DecimalFormatSymbols(locale); in testCurrencySymbolSpacing() local
58 assertCurrencyFormat(currency.getSymbol(locale) + formattedZero, "\u00a40", dfs, in testCurrencySymbolSpacing() local
66 DecimalFormatSymbols dfs, Currency currency, Locale locale) { in assertCurrencyFormat()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatSymbolsTest.java39 DecimalFormatSymbols dfs; field in DecimalFormatSymbolsTest
55 DecimalFormatSymbols dfs = new DecimalFormatSymbols(new Locale("en", in test_ConstructorLjava_util_Locale() local
286 DecimalFormatSymbols dfs = ((DecimalFormat) NumberFormat in test_setCurrencyLjava_util_Currency() local
369 DecimalFormatSymbols dfs = ((DecimalFormat) NumberFormat in test_setInternationalCurrencySymbolLjava_lang_String() local
483 DecimalFormatSymbols dfs; in test_RIHarmony_compatible() local
500 static void assertDecimalFormatSymbolsRIFrance(DecimalFormatSymbols dfs) { in assertDecimalFormatSymbolsRIFrance()
DDecimalFormatTest.java47 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in test_setNan_emptyString() local
851 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.CANADA); in testConstructor_stringAndSymbols() local
1082 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_scientificNotation() local
1307 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_scientificNotationMinusZero() local
1385 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatLong_scientificNotation() local
1496 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_maxFractionDigits() local
1541 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_roundingTo15Digits() local
1658 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in assertDecimalFormatIsLossless() local
1703 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDouble_bug17656132() local
1732 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_getDecimalFormatSymbols() local
[all …]
DDateFormatSymbolsTest.java29 private DateFormatSymbols dfs; field in DateFormatSymbolsTest
DSimpleDateFormatTest.java519 DateFormatSymbols dfs = df.getDateFormatSymbols(); in test_getDateFormatSymbols() local
/libcore/benchmarks/src/benchmarks/regression/
DExpensiveObjectsBenchmark.java75 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in timeClonedDateFormatSymbols() local
88 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in timeClonedDecimalFormatSymbols() local
/libcore/luni/src/main/java/libcore/icu/
DLocaleData.java224 DateFormatSymbols dfs = new DateFormatSymbols(GregorianCalendar.class, locale); in initializeDateFormatData() local
DDecimalFormatData.java59 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in DecimalFormatData() local
/libcore/ojluni/src/main/java/java/text/
DDateFormatSymbols.java438 DateFormatSymbols dfs; in getCachedInstance() local
857 DateFormatSymbols dfs; in initializeData() local
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeTextProvider.java494 DateFormatSymbols dfs = extendedDfs.getDateFormatSymbols(); in createStore() local
/libcore/ojluni/annotations/hiddenapi/java/text/
DDecimalFormatSymbols.java229 android.icu.text.DecimalFormatSymbols dfs) { in fromIcuInstance()
/libcore/ojluni/src/main/java/java/util/
DScanner.java1285 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in useLocale() local