Home
last modified time | relevance | path

Searched refs:hour_cycle (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-date-time-format-inl.h33 inline void JSDateTimeFormat::set_hour_cycle(HourCycle hour_cycle) { in set_hour_cycle() argument
35 hints = HourCycleBits::update(hints, hour_cycle); in set_hour_cycle()
39 inline JSDateTimeFormat::HourCycle JSDateTimeFormat::hour_cycle() const { in hour_cycle() function in v8::internal::JSDateTimeFormat
H A Djs-locale.cc574 Handle<String> hour_cycle;
578 hour_cycle = factory->h11_string();
581 hour_cycle = factory->h12_string();
584 hour_cycle = factory->h23_string();
587 hour_cycle = factory->h24_string();
592 fixed_array->set(0, *hour_cycle);
H A Djs-date-time-format.h109 inline void set_hour_cycle(HourCycle hour_cycle);
110 inline HourCycle hour_cycle() const;
H A Djs-date-time-format.cc273 JSDateTimeFormat::HourCycle hour_cycle) { in GetPatternData()
274 switch (hour_cycle) { in GetPatternData()
652 HourCycle hc = date_time_format->hour_cycle(); in ResolvedOptions()
1278 std::string hcString = ToHourCycleString(date_time_format->hour_cycle()); in LazyCreateDateIntervalFormat()
1572 HourCycle hour_cycle = maybe_hour_cycle.FromJust(); in New() local
1577 hour_cycle = HourCycle::kUndefined; in New()
1652 if (hour_cycle == HourCycle::kUndefined) { in New()
1658 hc = hour_cycle; in New()
2093 switch (hour_cycle()) { in HourCycleAsString()
272 GetPatternData( JSDateTimeFormat::HourCycle hour_cycle) GetPatternData() argument

Completed in 5 milliseconds