HomeSort by relevance Sort by last modified time
    Searched defs:dfs (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/luni/src/test/java/libcore/java/text/
DecimalFormatSymbolsTest.java 28 DecimalFormatSymbols dfs = DecimalFormatSymbols.getInstance(locale); local
29 assertEquals(DecimalFormatSymbols.getInstance(Locale.ROOT), dfs); local
32 // TODO: we fail these tests because ROOT has "INF" for infinity but 'dfs' has "\u221e".
DecimalFormatTest.java 33 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); local
34 dfs.setExponentSeparator("-useless-api-");
35 df.setDecimalFormatSymbols(dfs);
DateFormatSymbolsTest.java 33 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); local
34 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); local
76 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) {
78 sdf.setDateFormatSymbols(dfs);
OldDecimalFormatSymbolsTest.java 27 DecimalFormatSymbols dfs; field in class:OldDecimalFormatSymbolsTest
30 dfs = new DecimalFormatSymbols();
79 dfs.setMonetaryDecimalSeparator(',');
81 ',', dfs.getMonetaryDecimalSeparator());
115 dfs.setCurrencySymbol("$");
116 assertEquals("Returned incorrect CurrencySymbol symbol", "$", dfs.getCurrencySymbol());
120 dfs.setMonetaryDecimalSeparator('#');
122 '#', dfs.getMonetaryDecimalSeparator());
142 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.FRANCE); local
143 assertEquals("EUR", dfs.getCurrency().getCurrencyCode())
    [all...]
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/apache-xml/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...]
  /external/openfst/src/include/fst/
dfs-visit.h 0 // dfs-visit.h
35 // Visitor Interface - class determines actions taken during a Dfs.
36 // If any of the boolean member functions return false, the DFS is
42 // a DFS and some methods names here are better suited to a DFS.
50 // // Invoked before DFS visit
52 // // Invoked when state discovered (2nd arg is DFS tree root)
63 // // Invoked after DFS visit
67 // An Fst state's DFS status
72 // An Fst state's DFS stack stat
117 bool dfs = true; local
    [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/benchmarks/src/benchmarks/regression/
ExpensiveObjectsBenchmark.java 73 DateFormatSymbols dfs = new DateFormatSymbols(Locale.US); local
75 dfs.clone();
86 DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); local
88 dfs.clone();
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatSymbolsTest.java 34 private DateFormatSymbols dfs; field in class:DateFormatSymbolsTest
237 assertTrue("Equal object returned true", dfs.equals(dfs.clone()));
238 dfs.setLocalPatternChars("KKKKKKKKK");
239 assertTrue("Un-Equal objects returned false", !dfs
249 String[] retVal = dfs.getAmPmStrings();
263 String[] retVal = dfs.getEras();
277 String retVal = dfs.getLocalPatternChars();
290 String[] retVal = dfs.getMonths();
305 String[] retVal = dfs.getShortMonths()
    [all...]
DecimalFormatSymbolsTest.java 40 DecimalFormatSymbols dfs; field in class:DecimalFormatSymbolsTest
56 DecimalFormatSymbols dfs = new DecimalFormatSymbols(new Locale("en", local
58 assertEquals("Returned incorrect symbols", '%', dfs.getPercent());
237 assertTrue("Equal objects returned false", dfs.equals(dfs.clone()));
238 dfs.setDigit('B');
239 assertTrue("Un-Equal objects returned true", !dfs
312 dfs.setDecimalSeparator('*');
313 assertEquals("Returned incorrect DecimalSeparator symbol", '*', dfs
321 dfs.setDigit('*')
416 DecimalFormatSymbols dfs = ((DecimalFormat) NumberFormat local
499 DecimalFormatSymbols dfs = ((DecimalFormat) NumberFormat local
613 DecimalFormatSymbols dfs; local
    [all...]
SimpleDateFormatTest.java 567 DateFormatSymbols dfs = df.getDateFormatSymbols(); local
568 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols());
    [all...]
DecimalFormatTest.java 813 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); local
815 DecimalFormat df = new DecimalFormat("00.0#E0", dfs);
1042 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); local
1181 DecimalFormatSymbols dfs = df.getDecimalFormatSymbols(); local
1368 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); local
1651 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 327 DateFormatSymbols dfs = new DateFormatSymbols(); local
329 dfs.getWeekdays() :
330 dfs.getShortWeekdays();
AlarmClock.java 513 DateFormatSymbols dfs = new DateFormatSymbols(); local
514 mShortWeekDayStrings = dfs.getShortWeekdays();
515 mLongWeekDayStrings = dfs.getWeekdays();
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 115 DateFormatSymbols dfs = new DateFormatSymbols(); local
116 String[] months = dfs.getShortMonths();
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 124 DateFormatSymbols dfs = new DateFormatSymbols(); local
125 String[] months = dfs.getShortMonths();
  /libcore/luni/src/main/java/java/util/
Calendar.java 1292 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 750 // Perform DFS on the include graph and look for a cycle; if we find one, produce
754 String chain = dfs(from, visiting);
767 private String dfs(String from, Set<String> visiting) { method in class:IncludeFinder
776 String chain = dfs(include, visiting);
    [all...]
  /external/icu4c/i18n/
dtptngen.cpp 874 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local
876 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
    [all...]
  /external/icu4c/test/intltest/
caltest.cpp 1453 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); local
    [all...]
numrgts.cpp 455 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); local
458 if (dfs != NULL)
466 delete dfs;
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 386 milliseconds

1 2