mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
LibUnicode: Generate a list of available numbering systems
This commit is contained in:
committed by
Linus Groh
parent
ebd33e580b
commit
481ced53d8
Notes:
sideshowbarker
2024-07-17 19:57:54 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/481ced53d85 Pull-request: https://github.com/SerenityOS/serenity/pull/12223 Reviewed-by: https://github.com/linusg ✅
@@ -869,6 +869,8 @@ struct Unit {
|
||||
};
|
||||
)~~~");
|
||||
|
||||
generate_available_values(generator, "get_available_number_systems"sv, locale_data.number_systems);
|
||||
|
||||
locale_data.unique_formats.generate(generator, "NumberFormatImpl"sv, "s_number_formats"sv, 10);
|
||||
locale_data.unique_format_lists.generate(generator, s_number_format_index_type, "s_number_format_lists"sv);
|
||||
locale_data.unique_symbols.generate(generator, s_string_index_type, "s_numeric_symbol_lists"sv);
|
||||
|
||||
Reference in New Issue
Block a user