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
2022-02-16
LibUnicode: Use BCP 47 data to generate available calendars and numbers
Timothy Flynn
2022-02-16
LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
Timothy Flynn
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-25
LibJS+LibUnicode: Convert Intl.ListFormat to use Unicode::Style
Timothy Flynn
2022-01-25
LibUnicode: Add helper methods to convert a Style to and from a string
Timothy Flynn
2022-01-13
LibUnicode: Add a method to combine locale subtags into a display string
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display patterns
Timothy Flynn
2022-01-13
LibJS+LibUnicode: Remove unnecessary locale currency mapping wrapper
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display names for date fields
Timothy Flynn
2022-01-13
LibUnicode: Parse and generate locale display names for calendars
Timothy Flynn
2022-01-04
LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols
Timothy Flynn
2022-01-04
LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeLocale symbols
Timothy Flynn
2021-11-29
LibUnicode: Add special handling of hour cycle (hc) Unicode keywords
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Separate number formatting methods from Locale.h
Timothy Flynn
2021-11-16
LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat
Timothy Flynn
2021-11-16
LibUnicode: Tweak the definition of the plurality "many"
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Rename method to select a NumberFormat plurality
Timothy Flynn
2021-11-14
LibUnicode: Generate primary and secondary number grouping sizes
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern
Timothy Flynn
2021-11-13
LibUnicode: Handle all space code points when creating currency patterns
Timothy Flynn
2021-11-13
LibUnicode: Remove GeneralCategory::Symbol string lookup
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Fully implement currency number formatting
Timothy Flynn
2021-11-13
LibJS+LibUnicode: Generate all styles of currency localizations
Timothy Flynn
2021-11-12
LibUnicode: Move number formatting code generator to UnicodeNumberFormat
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate standard percentage formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Parse and generate compact decimal formatting rules
Timothy Flynn
2021-11-12
LibUnicode: Begin parsing and generating locale number systems
Timothy Flynn
2021-09-11
LibUnicode: Extract canonicalization of Unicode extension values
Timothy Flynn
2021-09-11
LibUnicode: Generate numeric keyword values for each locale
Timothy Flynn
2021-09-08
LibUnicode+LibJS: Store locale keyword values as a single string
Timothy Flynn
2021-09-08
LibUnicode: Update comment with link to related upstream issue
Timothy Flynn
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
[next]