Searched refs:dfs (Results 1 - 24 of 24) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DDecimalFormatSymbolsTest.java40 DecimalFormatSymbols dfs; field in class:DecimalFormatSymbolsTest
56 DecimalFormatSymbols dfs = new DecimalFormatSymbols(new Locale("en",
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
630 assertDecimalFormatSymbolsRIFrance(DecimalFormatSymbols dfs) argument
[all...]
H A DDateFormatSymbolsTest.java34 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
[all...]
H A DDecimalFormatTest.java813 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US);
815 DecimalFormat df = new DecimalFormat("00.0#E0", dfs);
842 df = new DecimalFormat("##0.0E0", dfs);
856 df = new DecimalFormat("#00.0##E0", dfs);
893 df = new DecimalFormat("#.0E0", dfs);
902 df = new DecimalFormat("0.#E0", dfs);
911 df = new DecimalFormat(".0E0", dfs);
920 df = new DecimalFormat("0.E0", dfs);
941 df = new DecimalFormat("##0.00#E0", dfs);
956 df = new DecimalFormat("###0.00#E0", dfs);
[all...]
H A DSimpleDateFormatTest.java567 DateFormatSymbols dfs = df.getDateFormatSymbols();
568 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols());
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncFormatNumb.java61 java.text.DecimalFormatSymbols dfs = null;
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
[all...]
/external/openfst/src/include/fst/
H A Ddfs-visit.h0 // dfs-visit.h
117 bool dfs = true; local
120 for (StateId root = start; dfs && root < nstates;) {
123 dfs = visitor->InitState(root, root);
132 if (!dfs || aiter.Done()) {
160 dfs = visitor->TreeArc(s, arc);
161 if (!dfs) break;
164 dfs = visitor->InitState(arc.nextstate, root);
167 dfs = visitor->BackArc(s, arc);
171 dfs
[all...]
H A Dtopsort.h29 #include <fst/dfs-visit.h>
H A Dfstlib.h136 #include <fst/dfs-visit.h>
H A Dstate-reachable.h28 #include <fst/dfs-visit.h>
H A Dtest-properties.h28 #include <fst/dfs-visit.h>
H A Dconnect.h27 #include <fst/dfs-visit.h>
H A Dminimize.h35 #include <fst/dfs-visit.h>
334 // invoked before dfs visit
H A Daccumulator.h34 #include <fst/dfs-visit.h>
H A Drandgen.h31 #include <fst/dfs-visit.h>
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddfs-visit.h0 // dfs-visit.h
97 bool dfs = true; local
100 for (StateId root = start; dfs && root < nstates;) {
103 dfs = visitor->InitState(root, root);
108 if (!dfs || aiter.Done()) {
132 dfs = visitor->TreeArc(s, arc);
133 if (!dfs) break;
136 dfs = visitor->InitState(arc.nextstate, root);
139 dfs = visitor->BackArc(s, arc);
143 dfs
[all...]
/external/openfst/src/include/fst/script/
H A Dconnect.h22 #include <fst/dfs-visit.h>
H A Dinfo-impl.h29 #include <fst/dfs-visit.h>
/external/openfst/src/include/fst/extensions/pdt/
H A Dparen.h37 #include <fst/dfs-visit.h>
/external/icu4c/test/intltest/
H A Dcaltest.cpp1380 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); local
1381 dfs->setLocalPatternChars(UnicodeString("GyMdkHmsSEDFwWahKzJeugAZvcLQq"));
1382 sdf->adoptDateFormatSymbols(dfs);
H A Dnumrgts.cpp452 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); local
455 if (dfs != NULL)
463 delete dfs;
H A Ditrbnf.cpp1914 DecimalFormatSymbols dfs("en", status);
1916 DecimalFormat decFmt("#,###.################", dfs, status);
/external/icu4c/i18n/
H A Ddtptngen.cpp864 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); local
866 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 371 milliseconds