Lines Matching defs:dtf
1013 // 13.1.10 UnwrapDateTimeFormat(dtf)
1017 // 1. Assert: Type(dtf) is Object.
1170 // i. Let hc be dtf.[[HourCycle]].
1234 icu::FormattedDateInterval JSDateTimeFormat::ConstructDTFRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf,
1237 std::unique_ptr<icu::DateIntervalFormat> dateIntervalFormat(ConstructDateIntervalFormat(dtf));
1248 JSHandle<EcmaString> JSDateTimeFormat::NormDateTimeRange(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf,
1266 icu::FormattedDateInterval formatted = ConstructDTFRange(thread, dtf, x, y);
1286 return FormatDateTime(thread, dtf, x);
1291 JSHandle<JSArray> JSDateTimeFormat::NormDateTimeRangeToParts(JSThread *thread, const JSHandle<JSDateTimeFormat> &dtf,
1309 icu::FormattedDateInterval formatted = ConstructDTFRange(thread, dtf, x, y);
1807 const JSHandle<JSDateTimeFormat> &dtf)
1809 icu::SimpleDateFormat *icuSimpleDateFormat = dtf->GetIcuSimpleDateFormat();
1810 icu::Locale locale = *(dtf->GetIcuLocale());
1811 std::string hcString = ToHourCycleString(dtf->GetHourCycle());