summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibUnicode
AgeCommit message (Expand)Author
2022-01-04LibUnicode: Remove now unused Unicode symbol loaderTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeData to link with weak symbolsTimothy Flynn
2022-01-04LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeDateTimeFormat to link with weak symbolsTimothy Flynn
2022-01-04LibUnicode: Convert UnicodeNumberFormat to link with weak symbolsTimothy Flynn
2022-01-03LibUnicode: Add minimal support for generic & offset-based time zonesTimothy Flynn
2021-12-21LibUnicode: Remove linkage from LibUnicode to LibUnicodeDataTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeNumberFormat symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeLocale symbolsTimothy Flynn
2021-12-21LibUnicode: Dynamically load the generated UnicodeData symbolsTimothy Flynn
2021-12-21LibUnicode: Add missing forward declarations to forwarding headerTimothy Flynn
2021-12-21LibUnicode: Remove declaration of function which moved to another headerTimothy Flynn
2021-12-15LibUnicode: Compile generated sources optimized for sizeTimothy Flynn
2021-12-13LibUnicode: Generate CalendarSymbols in a predetermined orderTimothy Flynn
2021-12-11LibJS+LibUnicode: Generate unique numeric symbol listsTimothy Flynn
2021-12-10LibUnicode: Parse and generate per-locale day period rangesTimothy Flynn
2021-12-10LibUnicode: Parse and generate secondary day period symbolsTimothy Flynn
2021-12-10LibJS+LibUnicode: Rename some Unicode::DayPeriod valuesTimothy Flynn
2021-12-09LibUnicode: Add method to combine two format pattern skeletonsTimothy Flynn
2021-12-09LibUnicode: Parse and generate date time range format patternsTimothy Flynn
2021-12-09LibUnicode: Parse and generate format pattern skeletonsTimothy Flynn
2021-12-08LibUnicode: Parse and generate time zone names in long and short formTimothy Flynn
2021-12-08LibUnicode: Generate era, month, weekday and day period calendar symbolsTimothy Flynn
2021-12-08LibJS+LibUnicode: Supply field type in CalendarPattern's for-each methodTimothy Flynn
2021-12-01LibUnicode: Fix copy-paste error in calendar_pattern_style_to_stringTimothy Flynn
2021-11-30LibUnicode: Support code point names that apply to ranges of code pointsTimothy Flynn
2021-11-29LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructorTimothy Flynn
2021-11-29LibUnicode: Add special handling of hour cycle (hc) Unicode keywordsTimothy Flynn
2021-11-29LibUnicode: Parse and generate regional hour cyclesTimothy Flynn
2021-11-29LibUnicode: Parse and generate available candidate format patternsTimothy Flynn
2021-11-29LibUnicode: Parse and generate date, time, and date-time format patternsTimothy Flynn
2021-11-29LibJS+LibUnicode: Separate number formatting methods from Locale.hTimothy Flynn
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