ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 92233660b8 LibUnicode: Compile generated sources optimized for size
This breaks LibUnicode into two libraries: LibUnicode containing the
public APIs for accessing the library, and LibUnicodeData containing the
generated source files. LibUnicodeData has compile options optimized for
size, which save about 1MB of data in total.
2021-12-15 13:26:03 +00:00
..
CharacterTypes.cpp LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
CharacterTypes.h LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
CMakeLists.txt LibUnicode: Compile generated sources optimized for size 2021-12-15 13:26:03 +00:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
DateTimeFormat.cpp LibUnicode: Parse and generate per-locale day period ranges 2021-12-10 21:27:24 +00:00
DateTimeFormat.h LibUnicode: Generate CalendarSymbols in a predetermined order 2021-12-13 21:28:56 -08:00
Forward.h LibUnicode: Parse and generate regional hour cycles 2021-11-29 22:48:46 +00:00
Locale.cpp LibUnicode: Add special handling of hour cycle (hc) Unicode keywords 2021-11-29 22:48:46 +00:00
Locale.h LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00
NumberFormat.cpp LibJS+LibUnicode: Generate unique numeric symbol lists 2021-12-11 14:17:47 +00:00
NumberFormat.h LibJS+LibUnicode: Generate unique numeric symbol lists 2021-12-11 14:17:47 +00:00