mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibLocale: Propagate OOM from CLDR DateTime Vector and String operations
This commit is contained in:
parent
89da8de4ca
commit
340434ce09
Notes:
sideshowbarker
2024-07-17 00:39:13 +09:00
Author: https://github.com/trflynn89
Commit: 340434ce09
Pull-request: https://github.com/SerenityOS/serenity/pull/17290
Reviewed-by: https://github.com/linusg ✅
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