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

LibUnicode: Generate an implementation of the Add Likely Subtags method

This commit is contained in:
Timothy Flynn 2021-09-02 18:21:42 -04:00 committed by Linus Groh
parent 28ae63177e
commit e6a2ab1202
3 changed files with 36 additions and 3 deletions

View file

@ -130,6 +130,7 @@ Optional<StringView> resolve_script_tag_alias(StringView script_tag);
Optional<StringView> resolve_variant_alias(StringView variant);
Optional<StringView> resolve_subdivision_alias(StringView subdivision);
Optional<LanguageID> add_likely_subtags(LanguageID const& language_id);
String resolve_most_likely_territory(LanguageID const& language_id, StringView territory_alias);
}