Home
last modified time | relevance | path

Searched refs:hour_cycle (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-date-time-format-inl.h33 inline void JSDateTimeFormat::set_hour_cycle(HourCycle hour_cycle) { in ACCESSORS()
35 hints = HourCycleBits::update(hints, hour_cycle); in ACCESSORS()
39 inline JSDateTimeFormat::HourCycle JSDateTimeFormat::hour_cycle() const { in hour_cycle() function
Djs-locale.cc574 Handle<String> hour_cycle; in HourCycles() local
578 hour_cycle = factory->h11_string(); in HourCycles()
581 hour_cycle = factory->h12_string(); in HourCycles()
584 hour_cycle = factory->h23_string(); in HourCycles()
587 hour_cycle = factory->h24_string(); in HourCycles()
592 fixed_array->set(0, *hour_cycle); in HourCycles()
Djs-date-time-format.h109 inline void set_hour_cycle(HourCycle hour_cycle);
110 inline HourCycle hour_cycle() const;
Djs-date-time-format.tq10 hour_cycle: HourCycle: 3 bit;
Djs-date-time-format.cc273 JSDateTimeFormat::HourCycle hour_cycle) { in GetPatternData() argument
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()