Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DDecimalFormatSymbolsTest.java28 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in checkLocaleIsEquivalentToRoot() local
29 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs); in checkLocaleIsEquivalentToRoot() local
DDateFormatSymbolsTest.java33 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in assertLocaleIsEquivalentToRoot() local
34 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); in assertLocaleIsEquivalentToRoot() local
75 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
DOldDecimalFormatSymbolsTest.java27 DecimalFormatSymbols dfs; field in OldDecimalFormatSymbolsTest
124 static void assertDecimalFormatSymbolsRIFrance(DecimalFormatSymbols dfs) { in assertDecimalFormatSymbolsRIFrance()
DDecimalFormatTest.java33 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_exponentSeparator() local
DOldDecimalFormatTest.java444 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.CANADA); in test_ConstructorLjava_lang_StringLjava_text_DecimalFormatSymbols() local
621 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() local
/libcore/luni/src/main/java/libcore/icu/
DNativeDecimalFormat.java121 public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) { in NativeDecimalFormat()
215 public void setDecimalFormatSymbols(final DecimalFormatSymbols dfs) { in setDecimalFormatSymbols()
/libcore/luni/src/main/java/java/util/
DCalendar.java1440 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayNameArray() local
/libcore/luni/src/main/native/
Dlibcore_icu_ICU.cpp349 DecimalFormatSymbols dfs(localeObj, status); in setDecimalFormatSymbolsData() local