summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
AgeCommit message (Expand)Author
2021-11-20Meta+LibUnicode: Provide code point names through libraryBen Wiederhake
2021-11-16LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormatTimothy Flynn
2021-11-16LibUnicode: Tweak the definition of the plurality "many"Timothy Flynn
2021-11-16LibJS+LibUnicode: Support multiple identifiers within format patternTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename the generated compact_identifier to identifierTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename method to select a NumberFormat pluralityTimothy Flynn
2021-11-16LibJS+LibUnicode: Fix computation of compact pattern exponentsTimothy Flynn
2021-11-16LibUnicode: Parse compact identifiers and replace them with a format keyTimothy Flynn
2021-11-14LibUnicode: Parse and generate scientific formatting rulesTimothy Flynn
2021-11-14LibUnicode: Generate primary and secondary number grouping sizesTimothy Flynn
2021-11-13LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPatternTimothy Flynn
2021-11-13LibUnicode: Handle all space code points when creating currency patternsTimothy Flynn
2021-11-13LibUnicode: Remove GeneralCategory::Symbol string lookupTimothy Flynn
2021-11-13LibJS+LibUnicode: Fully implement currency number formattingTimothy Flynn
2021-11-13LibUnicode: Generate currency unit-pattern number formatsTimothy Flynn
2021-11-13LibJS+LibUnicode: Generate all styles of currency localizationsTimothy Flynn
2021-11-12LibUnicode: Move number formatting code generator to UnicodeNumberFormatTimothy Flynn
2021-11-12LibUnicode: Precompute the compact scale of each number formatting ruleTimothy Flynn
2021-11-12LibUnicode: Parse number formats into zero/positive/negative patternsTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard accounting formatting rulesTimothy Flynn
2021-11-12LibUnicode: Parse and generate standard currency formatting rulesTimothy Flynn
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-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-10LibUnicode: Generate standalone compile-time array for combining classTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time array for special casingTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time arrays for simple casingTimothy Flynn
2021-09-11LibUnicode: Add some data related to currency codesTimothy Flynn
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-08LibUnicode: Update comment with link to related upstream issueTimothy 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: Implement locale-aware BEFORE_DOT special casingTimothy Flynn
2021-09-06LibUnicode: Implement locale-aware MORE_ABOVE special casingTimothy Flynn
2021-09-06LibUnicode: Implement locale-aware AFTER_SOFT_DOTTED special casingTimothy Flynn
2021-09-06LibUnicode: Implement locale-aware AFTER_I special casingTimothy Flynn
2021-09-06LibUnicode: Ensure case conversion methods increment the current indexTimothy 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-02LibUnicode: Add missing structures to forwarding headerTimothy Flynn
2021-09-01LibUnicode: Resolve the most likely territory alias when there are manyTimothy Flynn