summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode/Locale.h
AgeCommit message (Expand)Author
2021-09-11LibUnicode: Extract canonicalization of Unicode extension valuesTimothy Flynn
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-08LibUnicode+LibJS: Store locale keyword values as a single stringTimothy Flynn
2021-09-06LibUnicode: Parse and generate the Unicode locale list patterns datasetTimothy Flynn
2021-09-06LibUnicode+LibJS: Return removed extensions from remove_extension_typeTimothy Flynn
2021-09-06LibUnicode: Add public wrapper for the generated locale_from_stringTimothy Flynn
2021-09-04LibUnicode: Implement the Remove Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Generate an implementation of the Add Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Define is_unicode_*_subtag helpers inline in their headerTimothy Flynn
2021-09-02LibUnicode: Add helper methods to LocaleID and LanguageID for LibJSTimothy Flynn
2021-09-02LibUnicode: Add lexer to test if a string matches the "type" productionTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale likely subtag dataTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale alias dataTimothy Flynn
2021-09-01LibJS+LibUnicode: Store parsed Unicode locale data as full stringsTimothy Flynn
2021-08-30LibUnicode: Parse locale private use extensionsTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the other extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the transformed extension formTimothy Flynn
2021-08-30LibUnicode: Parse locale extensions of the Unicode locale extension formTimothy Flynn
2021-08-27LibUnicode: Parse Unicode CLDR currencies and generate locale mappingsTimothy Flynn
2021-08-27LibUnicode: Parse Unicode CLDR scripts and generate locale mappingsTimothy Flynn
2021-08-27LibUnicode: Parse Unicode CLDR languages and generate locale mappingsTimothy Flynn
2021-08-27LibUnicode: Generate locale subtag data as multiple smaller tablesTimothy Flynn
2021-08-26LibUnicode: Add public accessors to generated locale dataTimothy Flynn
2021-08-26LibUnicode: Implement grammar validators for Unicode TR-35Timothy Flynn