summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/LibUnicode/GenerateUnicodeLocale.cpp
AgeCommit message (Expand)Author
2021-11-12LibUnicode: Parse and generate standard decimal formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard percentage formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate compact currency formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate compact decimal formatting rulesTimothy Flynn
2021-11-12LibUnicode: Begin parsing and generating locale number systemsTimothy Flynn
2021-11-12LibUnicode: Parse alternate default numbering systemsTimothy Flynn
2021-11-12LibUnicode: Capitialize generated identifiers in lieu of full title caseTimothy Flynn
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-09LibUnicode: Parse the CLDR's defaultContent.json locale listTimothy Flynn
2021-10-15LibUnicode: Use u16 for unique string indices instead of size_tTimothy Flynn
2021-10-13LibUnicode: Generate enum/alias from-string methods without a HashMapTimothy Flynn
2021-10-10LibUnicode: Generate and use unique locale-related alias stringsTimothy Flynn
2021-10-10LibUnicode: Generate and use unique subtag and complex alias stringsTimothy Flynn
2021-10-10LibUnicode: Generate and use unique list-format stringsTimothy Flynn
2021-10-10LibUnicode: Generate and use a set of unique locale-related stringsTimothy Flynn
2021-10-10LibUnicode: Skip unknown languages and territoriesTimothy Flynn
2021-09-30LibUnicode: Do not compare generated file contents before writingTimothy Flynn
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-08LibUnicode: Fix typo in listPatterns.json parsing methodTimothy Flynn
2021-09-06LibUnicode: Remove Unicode locale variants from CLDR path namesTimothy Flynn
2021-09-06LibUnicode: Parse and generate the Unicode locale list patterns datasetTimothy Flynn
2021-09-06LibUnicode: Extract cldr-misc dataset from CLDR databaseTimothy Flynn
2021-09-04LibUnicode: Generate an implementation of the Add Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Generate the entire locale likely-subtags datasetTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale likely subtag dataTimothy Flynn
2021-09-01LibUnicode: Generate complex Unicode locale alias matchingTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale alias dataTimothy Flynn
2021-09-01LibUnicode: Extract cldr-core dataset from CLDR databaseTimothy Flynn
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster