ladybird/Userland/Libraries/LibUnicode
Timothy Flynn ca90231794 LibUnicode: Define is_unicode_*_subtag helpers inline in their header
The UnicodeLocale generator will need to parse canonicalized locale
strings, and will require using these methods. However, the generator
cannot depend on LibUnicode because Locale.cpp within LibUnicode already
depends on the generated file. Instead, defining the methods that the
generator needs inline allows the generator to use them without linking
against LibUnicode.
2021-09-04 13:51:40 +01:00
..
CharacterTypes.cpp LibUnicode: Download and parse DerivedNormalizationProps UCD file 2021-08-11 13:11:01 +02:00
CharacterTypes.h LibUnicode: Parse UCD ScriptExtensions.txt and generate property 2021-08-04 13:50:32 +01:00
CMakeLists.txt Meta+LibUnicode: Move unicode_data helper to Meta/CMake 2021-08-28 08:44:17 +01:00
Forward.h LibUnicode: Add missing structures to forwarding header 2021-09-02 17:56:42 +01:00
Locale.cpp LibUnicode: Define is_unicode_*_subtag helpers inline in their header 2021-09-04 13:51:40 +01:00
Locale.h LibUnicode: Define is_unicode_*_subtag helpers inline in their header 2021-09-04 13:51:40 +01:00