mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-02 00:13:02 +00:00
LibUnicode: Generate a list of available numbering systems
This commit is contained in:
parent
ebd33e580b
commit
481ced53d8
Notes:
sideshowbarker
2024-07-17 19:57:54 +09:00
Author: https://github.com/trflynn89
Commit: 481ced53d8
Pull-request: https://github.com/SerenityOS/serenity/pull/12223
Reviewed-by: https://github.com/linusg ✅
3 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
namespace Unicode {
|
||||
|
||||
Span<StringView const> __attribute__((weak)) get_available_number_systems() { return {}; }
|
||||
Optional<NumberSystem> __attribute__((weak)) number_system_from_string(StringView) { return {}; }
|
||||
Optional<StringView> __attribute__((weak)) get_number_system_symbol(StringView, StringView, NumericSymbol) { return {}; }
|
||||
Optional<NumberGroupings> __attribute__((weak)) get_number_system_groupings(StringView, StringView) { return {}; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue