Home
last modified time | relevance | path

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

123

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatSymbolsTest.java23 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testHashCode() local
40 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); in testDecimalFormatSymbols() local
48 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in testDecimalFormatSymbolsLocale() local
56 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testDecimalFormatSymbolsULocale() local
64 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testGetZeroDigit() local
72 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testSetZeroDigit() local
85 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testGetGroupingSeparator() local
93 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testSetGroupingSeparator() local
106 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testGetDecimalSeparator() local
114 DecimalFormatSymbols dfs = new DecimalFormatSymbols(ULocale.US); in testSetDecimalSeparator() local
[all …]
DDateFormatSymbolsTest.java23 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testHashCode() local
41 DateFormatSymbols dfs = new DateFormatSymbols(); in testDateFormatSymbols() local
49 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testDateFormatSymbolsLocale() local
57 DateFormatSymbols dfs = new DateFormatSymbols(ULocale.US); in testDateFormatSymbolsULocale() local
65 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetEras() local
73 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testSetEras() local
87 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetMonths() local
95 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testSetMonths() local
109 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetShortMonths() local
117 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testSetShortMonths() local
[all …]
DSimpleDateFormatTest.java115 DateFormatSymbols dfs = new DateFormatSymbols(l); in testSimpleDateFormatStringDateFormatSymbols() local
189 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); in testGetDateFormatSymbols() local
198 DateFormatSymbols dfs = new DateFormatSymbols(Locale.JAPAN); in testSetDateFormatSymbols() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_fs.c45 struct draw_fragment_shader *dfs; in draw_create_fragment_shader() local
59 struct draw_fragment_shader *dfs) in draw_bind_fragment_shader()
69 struct draw_fragment_shader *dfs) in draw_delete_fragment_shader()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java123 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayName() local
139 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); in getDisplayNames() local
298 private static String[] getFieldStrings(int field, int style, DateFormatSymbols dfs) { in getFieldStrings()
318 …rivate static Map<String,Integer> getFieldStringsMap(int field, int style, DateFormatSymbols dfs) { in getFieldStringsMap()
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatSymbolsTest.java31 DateFormatSymbols dfs = DateFormatSymbols.getInstance(loc); in TestGetInstance() local
93 DateFormatSymbols dfs = DateFormatSymbols.getInstance(new Locale("ja", "JP", "ICU")); in TestSetSymbols() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java716 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local
727 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local
947 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols()
967 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols()
983 private static String[] getStringSymbols(DecimalFormatSymbols dfs) in getStringSymbols()
998 DecimalFormatSymbols dfs = new DecimalFormatSymbols(uloc); in getCannedDecimalFormatSymbols() local
1010 private static void setSymbols(DecimalFormatSymbols dfs, String symbols[]) in setSymbols()
1689 DecimalFormatSymbols dfs[] = new DecimalFormatSymbols[locales.length]; in getTestObjects() local
1930 DateFormatSymbols dfs[] = new DateFormatSymbols[locales.length]; in getTestObjects() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java717 DateFormatSymbols dfs =new DateFormatSymbols(GregorianCalendar.class, uloc); in getCannedDateFormatSymbols() local
728 DateFormatSymbols dfs = getCannedDateFormatSymbols(uloc); in getCannedSimpleDateFormat() local
948 private static char[] getCharSymbols(DecimalFormatSymbols dfs) in getCharSymbols()
968 private static void setCharSymbols(DecimalFormatSymbols dfs, char symbols[]) in setCharSymbols()
984 private static String[] getStringSymbols(DecimalFormatSymbols dfs) in getStringSymbols()
999 DecimalFormatSymbols dfs = new DecimalFormatSymbols(uloc); in getCannedDecimalFormatSymbols() local
1011 private static void setSymbols(DecimalFormatSymbols dfs, String symbols[]) in setSymbols()
1690 DecimalFormatSymbols dfs[] = new DecimalFormatSymbols[locales.length]; in getTestObjects() local
1931 DateFormatSymbols dfs[] = new DateFormatSymbols[locales.length]; in getTestObjects() local
/external/caliper/examples/src/main/java/examples/
DExpensiveObjectsBenchmark.java37 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in clonedDecimalFormatSymbols() local
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncFormatNumb.java61 java.text.DecimalFormatSymbols dfs = null; in execute() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DScientificNumberFormatter.java301 private static String getPreExponent(DecimalFormatSymbols dfs) { in getPreExponent()
311 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance() local
DChineseDateFormatSymbols.java115 void initializeData(DateFormatSymbols dfs) { in initializeData()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DScientificNumberFormatter.java290 private static String getPreExponent(DecimalFormatSymbols dfs) { in getPreExponent()
300 DecimalFormatSymbols dfs = decimalFormat.getDecimalFormatSymbols(); in getInstance() local
DChineseDateFormatSymbols.java117 void initializeData(DateFormatSymbols dfs) { in initializeData()
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp219 DecimalFormatSymbols& dfs; member
277 DecimalFormatSymbols& dfs; member
Dscientificnumberformatter.cpp301 const DecimalFormatSymbols &dfs, UnicodeString &preExponent) { in getPreExponent()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DDecimalFormatSymbols.java47 public final java.text.DecimalFormatSymbols dfs; field in DecimalFormatSymbols
DDateFormatSymbols.java67 public java.text.DateFormatSymbols dfs; field in DateFormatSymbols
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatRegressionTestJ.java48 DateFormatSymbols dfs = new DateFormatSymbols(); in Test4103926() local
DIntlTestDateFormatSymbols.java580 …DateFormatSymbols dfs = new DateFormatSymbols(calendars[i].getClass(), new ULocale(TestLocales[i].… in TestConstructorWithCalendar() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatRegressionTestJ.java49 DateFormatSymbols dfs = new DateFormatSymbols(); in Test4103926() local
DIntlTestDateFormatSymbols.java581 …DateFormatSymbols dfs = new DateFormatSymbols(calendars[i].getClass(), new ULocale(TestLocales[i].… in TestConstructorWithCalendar() local
/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c226 int dfs, i; in hostapd_eid_txpower_envelope() local
Dhw_features.c107 int dfs = 0; in hostapd_get_hw_features() local
/external/icu/icu4c/source/test/intltest/
Ditrbnf.cpp2001 DecimalFormatSymbols dfs(Locale::getEnglish(), status); in TestSetDecimalFormatSymbols() local
2227 DecimalFormatSymbols dfs("en", status); in doTest() local

123