mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
LibUnicode: Add lexer to test if a string matches the "type" production
This commit is contained in:
parent
113bf4a9dd
commit
a05419db55
3 changed files with 35 additions and 0 deletions
|
@ -62,6 +62,7 @@ bool is_unicode_language_subtag(StringView);
|
|||
bool is_unicode_script_subtag(StringView);
|
||||
bool is_unicode_region_subtag(StringView);
|
||||
bool is_unicode_variant_subtag(StringView);
|
||||
bool is_type_identifier(StringView);
|
||||
|
||||
Optional<LanguageID> parse_unicode_language_id(StringView);
|
||||
Optional<LocaleID> parse_unicode_locale_id(StringView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue