HomeSort by relevance Sort by last modified time
    Searched refs:dfs (Results 1 - 22 of 22) sorted by null

  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 27 DecimalFormatSymbols dfs; field in class:OldDecimalFormatSymbolsTest
30 dfs = new DecimalFormatSymbols();
57 assertDecimalFormatSymbolsRIFrance(dfs);
78 dfs.setMonetaryDecimalSeparator(',');
80 ',', dfs.getMonetaryDecimalSeparator());
114 dfs.setCurrencySymbol("$");
115 assertEquals("Returned incorrect CurrencySymbol symbol", "$", dfs.getCurrencySymbol());
119 dfs.setMonetaryDecimalSeparator('#');
121 '#', dfs.getMonetaryDecimalSeparator());
124 static void assertDecimalFormatSymbolsRIFrance(DecimalFormatSymbols dfs) {
    [all...]
DecimalFormatSymbolsTest.java 24 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); local
25 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs); local
28 // TODO: we fail these tests because ROOT has "INF" for infinity but 'dfs' has "\u221e".
DateFormatSymbolsTest.java 31 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); local
32 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); local
73 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) {
75 sdf.setDateFormatSymbols(dfs);
DecimalFormatTest.java 32 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); local
33 dfs.setExponentSeparator("-useless-api-");
34 df.setDecimalFormatSymbols(dfs);
OldDecimalFormatTest.java 444 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.CANADA); local
445 DecimalFormat format1 = new DecimalFormat("'$'1000.0000", dfs);
448 format2.setDecimalFormatSymbols(dfs);
621 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); local
623 DecimalFormat df = new DecimalFormat("00.0#E0", dfs);
650 df = new DecimalFormat("##0.0E0", dfs);
664 df = new DecimalFormat("#00.0##E0", dfs);
701 df = new DecimalFormat("#.0E0", dfs);
710 df = new DecimalFormat("0.#E0", dfs);
719 df = new DecimalFormat(".0E0", dfs);
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
dfs-visit.h 0 // dfs-visit.h
29 // Visitor Interface - class determines actions taken during a Dfs.
30 // If any of the boolean member functions return false, the DFS is
40 // // Invoked before DFS visit
42 // // Invoked when state discovered (2nd arg is DFS tree root)
53 // // Invoked after DFS visit
57 // An Fst state's DFS status
62 // An Fst state's DFS stack state
88 vector<char> state_color; // Fst state DFS status
89 stack<DfsState<Arc> *> state_stack; // DFS execution stac
97 bool dfs = true; local
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
FuncFormatNumb.java 61 java.text.DecimalFormatSymbols dfs = null; local
80 dfs = ss.getDecimalFormatComposed(qname);
82 if (null == dfs)
92 //formatter = new java.text.DecimalFormat(patternStr, dfs);
95 formatter.setDecimalFormatSymbols(dfs);
105 dfs = ss.getDecimalFormatComposed(new QName(""));
107 if (dfs != null)
111 formatter.setDecimalFormatSymbols(dfs);
116 dfs = new java.text.DecimalFormatSymbols(java.util.Locale.US);
118 dfs.setInfinity(Constants.ATTRVAL_INFINITY)
    [all...]
  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 122 public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
124 this.addr = open(pattern, dfs.getCurrencySymbol(),
125 dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
126 dfs.getGroupingSeparator(), dfs.getInfinity(),
127 dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
128 dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator()
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 1445 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 282 DateFormatSymbols dfs = new DateFormatSymbols(); local
284 dfs.getShortWeekdays() :
285 dfs.getWeekdays();
  /frameworks/base/core/java/android/widget/
TimePicker.java 160 DateFormatSymbols dfs = new DateFormatSymbols(); local
161 String[] dfsAmPm = dfs.getAmPmStrings();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java 63 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); typedefs
69 Pattern.quote(new String(new char[] { dfs.getDecimalSeparator() })) +
  /hardware/broadcom/wlan/bcm4329/src/
Makerules 263 WIND_BASE = /dfs/tools/vxWorks
  /external/chromium/third_party/icu/source/test/intltest/
caltest.cpp 1320 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); local
    [all...]
numrgts.cpp 451 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); local
454 if (dfs != NULL)
462 delete dfs;
    [all...]
itrbnf.cpp     [all...]
  /external/icu4c/test/intltest/
caltest.cpp 1365 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); local
    [all...]
numrgts.cpp 451 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); local
454 if (dfs != NULL)
462 delete dfs;
    [all...]
itrbnf.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
dtptngen.cpp 856 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local
858 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 864 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local
866 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2743 milliseconds