summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode/NumberFormat.h
AgeCommit message (Expand)Author
2022-02-16LibUnicode: Use BCP 47 data to filter valid numbering system namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to generate available calendars and numbersTimothy Flynn
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-31LibUnicode: Generate a list of available numbering systemsTimothy Flynn
2022-01-27LibUnicode: Templatize our naive implementation of plurality selectionTimothy Flynn
2022-01-27LibUnicode: Generate per-locale minimum grouping digit valuesTimothy Flynn
2022-01-12LibUnicode: Parse number system digits from the CLDRTimothy Flynn
2022-01-11LibUnicode: Add an API to retrieve a locale's default numbering systemTimothy Flynn
2022-01-11LibJS+LibUnicode: Move replacement of number system digits to LibUnicodeTimothy Flynn
2021-12-11LibJS+LibUnicode: Generate unique numeric symbol listsTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn