Lines Matching defs:Calendar
564 Handle<String> JSDateTimeFormat::Calendar(
598 // same digits as NumberFormat/Calendar would.
611 // [[Calendar]] "calendar"
632 JSDateTimeFormat::Calendar(isolate, date_time_format);
1078 icu::Calendar* CreateCalendar(const icu::Locale& locale, icu::TimeZone* tz) {
1094 std::unique_ptr<icu::Calendar> calendar(
1095 icu::Calendar::createInstance(tz, locale, status));
1118 std::map<std::string, std::unique_ptr<icu::Calendar>> map_;
1122 icu::Calendar* CreateCalendar(Isolate* isolate, const icu::Locale& icu_locale,
1200 // Make formatter from skeleton. Calendar and numbering system are added
1709 std::unique_ptr<icu::Calendar> calendar(
1881 // The creation of Calendar depends on timeZone so we have to put 13 after 17.
1883 // 13. Set dateTimeFormat.[[Calendar]] to r.[[ca]].
2239 const icu::Calendar* calendar = date_format->getCalendar();
2240 std::unique_ptr<icu::Calendar> c1(calendar->clone());
2241 std::unique_ptr<icu::Calendar> c2(calendar->clone());
2244 // We need to format by Calendar because we need the Gregorian change