HomeSort by relevance Sort by last modified time
    Searched refs:dfs (Results 1 - 23 of 23) 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 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".
DateFormatSymbolsTest.java 33 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); local
34 assertEquals(DateFormatSymbols.getInstance(Locale.ROOT), dfs); local
75 private String formatDate(Locale l, String fmt, DateFormatSymbols dfs) {
77 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/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
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...]
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...]
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...]
SimpleDateFormatTest.java 567 DateFormatSymbols dfs = df.getDateFormatSymbols(); local
568 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols());
    [all...]
  /sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/logcat/
LogCatFilterSettingsSerializerTest.java 42 LogCatFilter dfs = decodedFiltersList.get(0); local
43 assertEquals(fs.getName(), dfs.getName());
44 assertEquals(fs.getTag(), dfs.getTag());
45 assertEquals(fs.getText(), dfs.getText());
46 assertEquals(fs.getPid(), dfs.getPid());
47 assertEquals(fs.getAppName(), dfs.getAppName());
48 assertEquals(fs.getLogLevel(), dfs.getLogLevel());
  /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...]
  /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...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 121 public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
123 this.address = open(pattern, dfs.getCurrencySymbol(),
124 dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
125 dfs.getGroupingSeparator(), dfs.getInfinity(),
126 dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
127 dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator()
    [all...]
  /libcore/luni/src/main/java/java/util/
Calendar.java 1440 DateFormatSymbols dfs = DateFormatSymbols.getInstance(locale); local
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 294 DateFormatSymbols dfs = new DateFormatSymbols(); local
296 dfs.getShortWeekdays() :
297 dfs.getWeekdays();
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePicker.java 118 DateFormatSymbols dfs = new DateFormatSymbols(); local
119 String[] months = dfs.getShortMonths();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigEditDialog.java 64 DecimalFormatSymbols dfs = new DecimalFormatSymbols(); typedefs
70 Pattern.quote(new String(new char[] { dfs.getDecimalSeparator() })) +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java 710 // Perform DFS on the include graph and look for a cycle; if we find one, produce
714 String chain = dfs(from, visiting);
727 private String dfs(String from, Set<String> visiting) { method in class:IncludeFinder
736 String chain = dfs(include, visiting);
    [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/icu4c/i18n/
dtptngen.cpp 863 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local
865 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 337 milliseconds