Home
last modified time | relevance | path

Searched refs:dfs (Results 1 – 19 of 19) sorted by relevance

/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DDecimalFormatSymbolsTest.java40 DecimalFormatSymbols dfs; field in DecimalFormatSymbolsTest
56 DecimalFormatSymbols dfs = new DecimalFormatSymbols(new Locale("en", in test_ConstructorLjava_util_Locale() local
58 assertEquals("Returned incorrect symbols", '%', dfs.getPercent()); in test_ConstructorLjava_util_Locale()
237 assertTrue("Equal objects returned false", dfs.equals(dfs.clone())); in test_equalsLjava_lang_Object()
238 dfs.setDigit('B'); in test_equalsLjava_lang_Object()
239 assertTrue("Un-Equal objects returned true", !dfs in test_equalsLjava_lang_Object()
312 dfs.setDecimalSeparator('*'); in test_getDecimalSeparator()
313 assertEquals("Returned incorrect DecimalSeparator symbol", '*', dfs in test_getDecimalSeparator()
321 dfs.setDigit('*'); in test_getDigit()
322 assertEquals("Returned incorrect Digit symbol", '*', dfs.getDigit()); in test_getDigit()
[all …]
DDateFormatSymbolsTest.java34 private DateFormatSymbols dfs; field in DateFormatSymbolsTest
237 assertTrue("Equal object returned true", dfs.equals(dfs.clone())); in test_equalsLjava_lang_Object()
238 dfs.setLocalPatternChars("KKKKKKKKK"); in test_equalsLjava_lang_Object()
239 assertTrue("Un-Equal objects returned false", !dfs in test_equalsLjava_lang_Object()
249 String[] retVal = dfs.getAmPmStrings(); in test_getAmPmStrings()
263 String[] retVal = dfs.getEras(); in test_getEras()
277 String retVal = dfs.getLocalPatternChars(); in test_getLocalPatternChars()
290 String[] retVal = dfs.getMonths(); in test_getMonths()
305 String[] retVal = dfs.getShortMonths(); in test_getShortMonths()
319 String[] retVal = dfs.getShortWeekdays(); in test_getShortWeekdays()
[all …]
DDecimalFormatTest.java813 final DecimalFormatSymbols dfs = new DecimalFormatSymbols(Locale.US); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition() local
815 DecimalFormat df = new DecimalFormat("00.0#E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
842 df = new DecimalFormat("##0.0E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
856 df = new DecimalFormat("#00.0##E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
893 df = new DecimalFormat("#.0E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
902 df = new DecimalFormat("0.#E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
911 df = new DecimalFormat(".0E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
920 df = new DecimalFormat("0.E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
941 df = new DecimalFormat("##0.00#E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
956 df = new DecimalFormat("###0.00#E0", dfs); in test_formatDLjava_lang_StringBufferLjava_text_FieldPosition()
[all …]
DSimpleDateFormatTest.java567 DateFormatSymbols dfs = df.getDateFormatSymbols(); in test_getDateFormatSymbols() local
568 assertTrue("Symbols identical", dfs != df.getDateFormatSymbols()); in test_getDateFormatSymbols()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DFuncFormatNumb.java61 java.text.DecimalFormatSymbols dfs = null; in execute() local
80 dfs = ss.getDecimalFormatComposed(qname); in execute()
82 if (null == dfs) in execute()
95 formatter.setDecimalFormatSymbols(dfs); in execute()
105 dfs = ss.getDecimalFormatComposed(new QName("")); in execute()
107 if (dfs != null) in execute()
111 formatter.setDecimalFormatSymbols(dfs); in execute()
116 dfs = new java.text.DecimalFormatSymbols(java.util.Locale.US); in execute()
118 dfs.setInfinity(Constants.ATTRVAL_INFINITY); in execute()
119 dfs.setNaN(Constants.ATTRVAL_NAN); in execute()
[all …]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Ddfs-visit.h97 bool dfs = true; in DfsVisit() local
100 for (StateId root = start; dfs && root < nstates;) { in DfsVisit()
103 dfs = visitor->InitState(root, root); in DfsVisit()
108 if (!dfs || aiter.Done()) { in DfsVisit()
132 dfs = visitor->TreeArc(s, arc); in DfsVisit()
133 if (!dfs) break; in DfsVisit()
136 dfs = visitor->InitState(arc.nextstate, root); in DfsVisit()
139 dfs = visitor->BackArc(s, arc); in DfsVisit()
143 dfs = visitor->ForwardOrCrossArc(s, arc); in DfsVisit()
/external/openfst/src/include/fst/
Ddfs-visit.h117 bool dfs = true; in DfsVisit() local
120 for (StateId root = start; dfs && root < nstates;) { in DfsVisit()
123 dfs = visitor->InitState(root, root); in DfsVisit()
132 if (!dfs || aiter.Done()) { in DfsVisit()
160 dfs = visitor->TreeArc(s, arc); in DfsVisit()
161 if (!dfs) break; in DfsVisit()
164 dfs = visitor->InitState(arc.nextstate, root); in DfsVisit()
167 dfs = visitor->BackArc(s, arc); in DfsVisit()
171 dfs = visitor->ForwardOrCrossArc(s, arc); in DfsVisit()
/external/llvm/test/Transforms/LCSSA/
Dunreachable-use.ll7 define fastcc void @dfs() nounwind {
/external/llvm/test/CodeGen/CellSPU/
Ddp_farith.ll3 ; RUN: grep dfs %t1.s | count 2
/external/openfst/src/include/
DMakefile.am39 fst/queue.h fst/statesort.h fst/arcfilter.h fst/dfs-visit.h \
DMakefile.in56 fst/dfs-visit.h fst/invert.h fst/randequivalent.h \
300 fst/queue.h fst/statesort.h fst/arcfilter.h fst/dfs-visit.h \
/external/llvm/include/llvm/
DIntrinsicsCellSPU.td230 def int_spu_si_dfs: v2f64_rr<"dfs">;
/external/icu4c/test/intltest/
Dcaltest.cpp1380 DateFormatSymbols *dfs = new DateFormatSymbols(Locale::getGermany(), status); in TestDOW_LOCALandYEAR_WOY() local
1381 dfs->setLocalPatternChars(UnicodeString("GyMdkHmsSEDFwWahKzJeugAZvcLQq")); in TestDOW_LOCALandYEAR_WOY()
1382 sdf->adoptDateFormatSymbols(dfs); in TestDOW_LOCALandYEAR_WOY()
Dnumrgts.cpp452 DecimalFormatSymbols *dfs = new DecimalFormatSymbols(status); in Test4083018() local
455 if (dfs != NULL) in Test4083018()
463 delete dfs; in Test4083018()
Ditrbnf.cpp1914 DecimalFormatSymbols dfs("en", status); in doTest() local
1916 DecimalFormat decFmt("#,###.################", dfs, status); in doTest()
/external/icu4c/i18n/
Ddtptngen.cpp864 DecimalFormatSymbols dfs = DecimalFormatSymbols(locale, status); in setDecimalSymbols() local
866 decimal = dfs.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol); in setDecimalSymbols()
/external/llvm/lib/Target/CellSPU/
DCellSDKIntrinsics.td417 "dfs\t $rT, $rA, $rB", DPrecFP,
DSPUInstrInfo.td4053 "dfs\t$rT, $rA, $rB", DPrecFP,
4058 "dfs\t$rT, $rA, $rB", DPrecFP,
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en37605 http://www.dressforsuccess.nl/pagina-7--0000440601.dfs