Searched defs:dfs (Results 1 – 8 of 8) sorted by relevance
28 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); in checkLocaleIsEquivalentToRoot() local29 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs); in checkLocaleIsEquivalentToRoot() local
33 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in assertLocaleIsEquivalentToRoot() local34 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); in assertLocaleIsEquivalentToRoot() local75 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) { in formatDate()
27 DecimalFormatSymbols dfs; field in OldDecimalFormatSymbolsTest124 static void assertDecimalFormatSymbolsRIFrance(DecimalFormatSymbols dfs) { in assertDecimalFormatSymbolsRIFrance()
33 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); in test_exponentSeparator() local
444 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.CANADA); in test_ConstructorLjava_lang_StringLjava_text_DecimalFormatSymbols() local621 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() local
121 public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) { in NativeDecimalFormat()215 public void setDecimalFormatSymbols(final DecimalFormatSymbols dfs) { in setDecimalFormatSymbols()
1440 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayNameArray() local
349 DecimalFormatSymbols dfs(localeObj, status); in setDecimalFormatSymbolsData() local