mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:58:11 +00:00
LibLocale: Propagate OOM from CLDR DateTime Vector and String operations
This commit is contained in:
parent
89da8de4ca
commit
340434ce09
3 changed files with 19 additions and 13 deletions
|
@ -189,7 +189,7 @@ CalendarPatternStyle calendar_pattern_style_from_string(StringView style);
|
|||
StringView calendar_pattern_style_to_string(CalendarPatternStyle style);
|
||||
|
||||
Optional<HourCycleRegion> hour_cycle_region_from_string(StringView hour_cycle_region);
|
||||
Vector<HourCycle> get_regional_hour_cycles(StringView region);
|
||||
ErrorOr<Vector<HourCycle>> get_regional_hour_cycles(StringView region);
|
||||
ErrorOr<Vector<HourCycle>> get_locale_hour_cycles(StringView locale);
|
||||
ErrorOr<Optional<HourCycle>> get_default_regional_hour_cycle(StringView locale);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue