mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 22:50:59 +00:00
For example, in en-US, the decimal, long compact pattern for numbers
between 10,000 and 100,000 is "00 thousand". In that pattern, "thousand"
is the compact identifier, and the generated format pattern is now
"{number} {compactIdentifier}". This also generates that identifier as
its own field in the NumberFormat structure.
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| GenerateUnicodeData.cpp | ||
| GenerateUnicodeLocale.cpp | ||
| GenerateUnicodeNumberFormat.cpp | ||
| GeneratorUtil.h | ||