Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/node/deps/icu-small/source/i18n/
DdecNumberLocal.h305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
309 #define DFBYTE(df, off) ((df)->bytes[off]) argument
310 #define DFWORD(df, off) ((df)->words[off]) argument
315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
320 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
Dunum.cpp174 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_clone() local
580 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getAttribute() local
625 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setAttribute() local
637 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getDoubleAttribute() local
651 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setDoubleAttribute() local
675 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getTextAttribute() local
741 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setTextAttribute() local
801 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_toPattern() local
892 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_applyPattern() local
/third_party/icu/icu4c/source/i18n/
DdecNumberLocal.h305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
309 #define DFBYTE(df, off) ((df)->bytes[off]) argument
310 #define DFWORD(df, off) ((df)->words[off]) argument
315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
320 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
Dunum.cpp158 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_clone() local
564 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getAttribute() local
609 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setAttribute() local
621 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getDoubleAttribute() local
635 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setDoubleAttribute() local
659 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getTextAttribute() local
722 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setTextAttribute() local
782 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_toPattern() local
874 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_applyPattern() local
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumberLocal.h305 #define DFBYTE(df, off) ((df)->bytes[DECBYTES-1-(off)]) argument
306 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) argument
309 #define DFBYTE(df, off) ((df)->bytes[off]) argument
310 #define DFWORD(df, off) ((df)->words[off]) argument
315 #define DFISSIGNED(df) (DFWORD(df, 0)&0x80000000) argument
316 #define DFISSPECIAL(df) ((DFWORD(df, 0)&0x78000000)==0x78000000) argument
317 #define DFISINF(df) ((DFWORD(df, 0)&0x7c000000)==0x78000000) argument
318 #define DFISNAN(df) ((DFWORD(df, 0)&0x7c000000)==0x7c000000) argument
319 #define DFISQNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7c000000) argument
320 #define DFISSNAN(df) ((DFWORD(df, 0)&0x7e000000)==0x7e000000) argument
[all …]
Dunum.cpp161 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_clone() local
545 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getAttribute() local
590 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setAttribute() local
602 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getDoubleAttribute() local
616 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setDoubleAttribute() local
640 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_getTextAttribute() local
703 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_setTextAttribute() local
763 const DecimalFormat* df = dynamic_cast<const DecimalFormat*>(nf); in unum_toPattern() local
855 DecimalFormat* df = dynamic_cast<DecimalFormat*>(nf); in unum_applyPattern() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DRegressionTest.java36 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
50 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
69 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java180 DurationFormat df; in TestBasics() local
223 DurationFormat df; in TestSimpleXMLDuration() local
320 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local
335 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local
355 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local
367 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local
429 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DRegressionTest.java33 DurationFormat df = DurationFormat.getInstance(ul); in TestDisallowedMillis() local
47 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
66 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() local
DICUDurationTest.java177 DurationFormat df; in TestBasics() local
220 DurationFormat df; in TestSimpleXMLDuration() local
317 DurationFormat df = DurationFormat.getInstance(locale); in TestXMLDuration() local
332 DurationFormat df = DurationFormat.getInstance(new ULocale("en")); in TestBadObjectError() local
352 DurationFormat df = DurationFormat.getInstance(new ULocale("und")); in TestBadLocaleError() local
364 DurationFormat df = DurationFormat.getInstance(new ULocale("th@calendar=buddhist")); in TestResourceWithCalendar() local
426 DurationFormat df = DurationFormat.getInstance(test.locale); in TestFromNowTo() local
/third_party/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp137 DecimalFormat df("0", {"en", status}, status); in testAPI() local
149 DecimalFormat df("#,##0", {"en", status}, status); in testAPI() local
488 LocalPointer<DecimalFormat>df(new DecimalFormat(status)); in TestCurrencyPluralInfo() local
669 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestFixedDecimal() local
986 LocalPointer<DecimalFormat> df(new DecimalFormat("###", status), status); in TestBadFastpath() local
1011 LocalPointer<DecimalFormat> df(new DecimalFormat(pat1, status), status); in TestRequiredDecimalPoint() local
1062 DecimalFormat df(status); in testErrorCode() local
1067 DecimalFormat df(pattern, status); in testErrorCode() local
1072 DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), status); in testErrorCode() local
1077 … DecimalFormat df(pattern, new DecimalFormatSymbols(symbols), UNUM_DECIMAL_COMPACT_LONG, status); in testErrorCode() local
[all …]
Dmiscdtfm.cpp165 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), *symbols, status); in test4099975() local
197 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
228 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), symbols, status); in test4099975() local
257 SimpleDateFormat *df = new SimpleDateFormat(UnicodeString("E hh:mm"), status); in test4099975() local
Dnumrgts.cpp293 DecimalFormat *df = new DecimalFormat(status); in Test4088161() local
329 DecimalFormat *df = new DecimalFormat("#,##0.0", *symbols, status); in Test4087245() local
353 DecimalFormat *df = new DecimalFormat(status); in Test4087535() local
381 DecimalFormat *df = new DecimalFormat(status); in Test4088503() local
595 DecimalFormat *df = new DecimalFormat(status); in Test4068693() local
651 DecimalFormat *df = new DecimalFormat(status); in Test4087251() local
717 DecimalFormat *df = new DecimalFormat(status); in Test4090504() local
746 DecimalFormat *df = new DecimalFormat(status); in Test4095713() local
773 DecimalFormat *df = new DecimalFormat(status); in Test4092561() local
861 DecimalFormat *df = dynamic_cast<DecimalFormat *>(nf.getAlias()); in Test4087244() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberRegressionTests.java104 DecimalFormat df = new DecimalFormat(); in Test4088161() local
128 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local
146 DecimalFormat df = new DecimalFormat(); in Test4087535() local
165 DecimalFormat df = new DecimalFormat(); in Test4088503() local
286 DecimalFormat df = new DecimalFormat(); in Test4068693() local
329 DecimalFormat df = new DecimalFormat(); in Test4087251() local
352 DecimalFormat df = new DecimalFormat(); in Test4090489() local
375 DecimalFormat df = new DecimalFormat(); in Test4090504() local
396 DecimalFormat df = new DecimalFormat(); in Test4095713() local
413 DecimalFormat df = new DecimalFormat(); in Test4092561() local
[all …]
DDateFormatRoundTripTest.java126 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local
134 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local
143 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
DNumberFormatRegressionTest.java88 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); in TestJ691() local
234 … DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); in TestJB5509() local
409 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local
420 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
DNumberFormatJavaCompatilityTest.java97 DecimalFormat df = new DecimalFormat(pattern, new DecimalFormatSymbols(ULocale.US)); in assertParsedICU4J() local
106 java.text.DecimalFormat df = new java.text.DecimalFormat(pattern, in assertParsedOpenJDK() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberRegressionTests.java101 DecimalFormat df = new DecimalFormat(); in Test4088161() local
125 DecimalFormat df = new DecimalFormat("#,##0.0", symbols); in Test4087245() local
143 DecimalFormat df = new DecimalFormat(); in Test4087535() local
162 DecimalFormat df = new DecimalFormat(); in Test4088503() local
283 DecimalFormat df = new DecimalFormat(); in Test4068693() local
326 DecimalFormat df = new DecimalFormat(); in Test4087251() local
349 DecimalFormat df = new DecimalFormat(); in Test4090489() local
372 DecimalFormat df = new DecimalFormat(); in Test4090504() local
393 DecimalFormat df = new DecimalFormat(); in Test4095713() local
410 DecimalFormat df = new DecimalFormat(); in Test4092561() local
[all …]
DDateFormatRoundTripTest.java123 DateFormat df = DateFormat.getDateInstance(style, loc); in _test() local
131 DateFormat df = DateFormat.getTimeInstance(style, loc); in _test() local
140 DateFormat df = DateFormat.getDateTimeInstance(dstyle, tstyle, loc); in _test() local
DNumberFormatRegressionTest.java85 DateFormat df = DateFormat.getDateInstance(DateFormat.SHORT, loc); in TestJ691() local
231 … DecimalFormat df = new DecimalFormat("#,##0.###", new DecimalFormatSymbols(new ULocale("en_US"))); in TestJB5509() local
406 DecimalFormat df = new DecimalFormat("0", EN); in TestGroupingEnabledDisabledGetters() local
417 DecimalFormat df = new DecimalFormat("#,##0", EN); in TestGroupingEnabledDisabledGetters() local
DNumberFormatJavaCompatilityTest.java94 DecimalFormat df = new DecimalFormat(pattern, new DecimalFormatSymbols(ULocale.US)); in assertParsedICU4J() local
103 java.text.DecimalFormat df = new java.text.DecimalFormat(pattern, in assertParsedOpenJDK() local
/third_party/libwebsockets/lib/misc/
Dpeer-limits.c33 struct lws_peer *df; in __lws_peer_remove_from_peer_wait_list() local
174 struct lws_peer *df = *p; in __lws_peer_destroy() local
189 struct lws_peer *df; in lws_peer_cull_peer_wait_list() local
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatTest.java45 DateFormat df = getJDKInstance(dstyle, tstyle, loc, method); in checkGetInstance() local
65 DateFormat df; in getJDKInstance() local
129 DateFormat df = getJDKInstance(dstyle, tstyle, iculoc, null); in TestICUEquivalent() local
/third_party/node/deps/v8/tools/perf/
Dstatistics-for-json.R35 df <- data.table(L = numeric(), R = numeric(), E = numeric(), globalVar
84 df <-rbind(df, list(mww$conf.int[1], mww$conf.int[2], globalVar
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
DDateTimeFormatterFactory.java40 DateFormat df; in createFormatter() local
82 private DateTimeFormatter(DateFormat df) { in DateTimeFormatter()

1234567