index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibUnicode
/
Locale.cpp
Age
Commit message (
Expand
)
Author
2021-09-06
LibUnicode: Parse and generate the Unicode locale list patterns dataset
Timothy Flynn
2021-09-06
LibUnicode: Add public wrapper for the generated locale_from_string
Timothy Flynn
2021-09-04
LibUnicode: Implement the Remove Likely Subtags method
Timothy Flynn
2021-09-04
LibUnicode: Generate an implementation of the Add Likely Subtags method
Timothy Flynn
2021-09-04
LibUnicode: Define is_unicode_*_subtag helpers inline in their header
Timothy Flynn
2021-09-02
LibUnicode: Add helper methods to LocaleID and LanguageID for LibJS
Timothy Flynn
2021-09-02
LibUnicode: Add lexer to test if a string matches the "type" production
Timothy Flynn
2021-09-01
LibUnicode: Resolve the most likely territory alias when there are many
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale likely subtag data
Timothy Flynn
2021-09-01
LibUnicode: Perform complex Unicode locale alias substitution
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize calendar subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize timezone subtags
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "imperial" to "uksystem"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "primary" and "tertiary" to "levelN"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "names" to "prprname"
Timothy Flynn
2021-09-01
LibUnicode: Canonicalize the subtag "yes" to "true"
Timothy Flynn
2021-09-01
LibUnicode: Substitute Unicode locale aliases during canonicalization
Timothy Flynn
2021-09-01
LibUnicode: Generate Unicode locale alias data
Timothy Flynn
2021-09-01
LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Canonicalize locale extensions
Timothy Flynn
2021-08-30
LibUnicode: Add helper lambda for appending canonicalized strings
Timothy Flynn
2021-08-30
LibUnicode: Parse locale private use extensions
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the other extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the transformed extension form
Timothy Flynn
2021-08-30
LibUnicode: Parse locale extensions of the Unicode locale extension form
Timothy Flynn
2021-08-30
LibUnicode: Use GenericLexer to parse Unicode language IDs
Timothy Flynn
2021-08-27
LibUnicode: Parse Unicode CLDR currencies and generate locale mappings
Timothy Flynn
2021-08-27
LibUnicode: Parse Unicode CLDR scripts and generate locale mappings
Timothy Flynn
2021-08-27
LibUnicode: Parse Unicode CLDR languages and generate locale mappings
Timothy Flynn
2021-08-27
LibUnicode: Generate locale subtag data as multiple smaller tables
Timothy Flynn
2021-08-26
LibUnicode: Add public accessors to generated locale data
Timothy Flynn
2021-08-26
LibUnicode: Implement grammar validators for Unicode TR-35
Timothy Flynn