Home
last modified time | relevance | path

Searched refs:dtf (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/parallel/
Dtest-intl.js69 const dtf = new Intl.DateTimeFormat(['en'], { constant
80 console.log(`Date(0) formatted to: ${dtf.format(date0)}`);
91 const localeString = dtf.format(date0);
/third_party/boost/libs/locale/src/icu/
Dformatter.cpp479 int dtf=info.date_flags(); in generate_formatter() local
480 switch(dtf) { in generate_formatter()
482 dtf=0; in generate_formatter()
485 dtf=2; in generate_formatter()
488 dtf=3; in generate_formatter()
493 dtf=1; in generate_formatter()
499 pattern = cache.date_format_[dtf]; in generate_formatter()
505 pattern = cache.date_time_format_[dtf][tmf]; in generate_formatter()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java578 SimpleDateFormat dtf = new SimpleDateFormat("vvvv",locale); in getDisplayName() local
579 dtf.setTimeZone(TimeZone.getFrozenTimeZone(id)); in getDisplayName()
580 result = dtf.format(new Date()); in getDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DGlobalizationPreferences.java580 SimpleDateFormat dtf = new SimpleDateFormat("vvvv",locale); in getDisplayName() local
581 dtf.setTimeZone(TimeZone.getFrozenTimeZone(id)); in getDisplayName()
582 result = dtf.format(new Date()); in getDisplayName()
/third_party/python/Lib/test/
Dtest_heapq.py41 dtf = doctest.DocTestFinder()
42 return dtf.find(py_heapq.merge)
Dmime.types849 application/vnd.sss-dtf
/third_party/icu/icu4c/source/test/intltest/
Ddtptngts.cpp1435 … LocalPointer<DateFormat> dtf(DateFormat::createTimeInstance(DateFormat::kShort, loc), status); in test20640_HourCyclArsEnNH() local
1442 dynamic_cast<SimpleDateFormat*>(dtf.getAlias())->toPattern(timePattern); in test20640_HourCyclArsEnNH()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateTimeGeneratorTest.java1751 DateFormat dtf = DateFormat.getTimeInstance(DateFormat.SHORT, loc); in test20640_HourCyclArsEnNH() local
1754 String timePattern = ((SimpleDateFormat)dtf).toPattern(); in test20640_HourCyclArsEnNH()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java1747 DateFormat dtf = DateFormat.getTimeInstance(DateFormat.SHORT, loc); in test20640_HourCyclArsEnNH() local
1750 String timePattern = ((SimpleDateFormat)dtf).toPattern(); in test20640_HourCyclArsEnNH()