LibUnicode: Add an hour-cycle field to DateTimeFormat's format pattern

This commit is contained in:
Timothy Flynn 2022-01-10 07:57:27 -05:00 committed by Linus Groh
commit 15947aa1f0
Notes: sideshowbarker 2024-07-17 21:15:23 +09:00

View file

@ -111,6 +111,7 @@ struct CalendarPattern {
String skeleton {}; String skeleton {};
String pattern {}; String pattern {};
Optional<String> pattern12 {}; Optional<String> pattern12 {};
Optional<HourCycle> hour_cycle {};
// https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields // https://unicode.org/reports/tr35/tr35-dates.html#Calendar_Fields
Optional<CalendarPatternStyle> era {}; Optional<CalendarPatternStyle> era {};