mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:01:01 +00:00
Currently, we generate separate data files for locale and number format related tables/methods, but provide public accessors for all of the data in one Locale.h file. Rather than continuing this trend for date-time, relative time, etc. formatting, it's a bit easier to reason about if the public accessors are also in separate files. |
||
|---|---|---|
| .. | ||
| CharacterTypes.cpp | ||
| CharacterTypes.h | ||
| CMakeLists.txt | ||
| CurrencyCode.cpp | ||
| CurrencyCode.h | ||
| Forward.h | ||
| Locale.cpp | ||
| Locale.h | ||
| NumberFormat.cpp | ||
| NumberFormat.h | ||