1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:37:35 +00:00

LibUnicode: Generate a method to lookup available keyword values

This commit is contained in:
Timothy Flynn 2022-07-14 14:06:17 -04:00 committed by Andreas Kling
parent c2e5b20eb6
commit 80568d5776
3 changed files with 28 additions and 0 deletions

View file

@ -145,6 +145,7 @@ Optional<String> canonicalize_unicode_locale_id(LocaleID&);
String const& default_locale();
bool is_locale_available(StringView locale);
Span<StringView const> get_available_keyword_values(StringView key);
Span<StringView const> get_available_calendars();
Span<StringView const> get_available_collation_case_orderings();
Span<StringView const> get_available_collation_numeric_orderings();