Commit History

Author SHA1 Message Date
  Timothy Flynn b543c3e490 Meta: Don't assume how each generator wants to generate keyed map names 3 years ago
  Timothy Flynn 98709d9be1 LibUnicode: Convert UnicodeNumberFormat to link with weak symbols 3 years ago
  Timothy Flynn a1f0ca59ae LibUnicode: Dynamically load the generated UnicodeNumberFormat symbols 3 years ago
  Timothy Flynn 415763b1b3 LibUnicode: Define traits for a vector of integral/enum types 3 years ago
  Timothy Flynn 1e95e7716b LibUnicode: Generate unique units 3 years ago
  Timothy Flynn 4c2c8b8e33 LibUnicode: Generate unique number systems 3 years ago
  Timothy Flynn 2a7f36b392 LibJS+LibUnicode: Generate unique numeric symbol lists 3 years ago
  Timothy Flynn 9cc323b0b0 LibUnicode: Generate unique NumberFormat lists for each Unit 3 years ago
  Timothy Flynn cdbfe01827 LibUnicode: Generate unique NumberFormat lists for each NumberSystem 3 years ago
  Timothy Flynn 945ca81dd7 LibUnicode: Generate unique number format structures 3 years ago
  Timothy Flynn 914675e826 LibJS+LibUnicode: Separate number formatting methods from Locale.h 3 years ago
  Timothy Flynn 0aa3e5c2ea LibUnicode: Port generator utility methods to ErrorOr 3 years ago
  Timothy Flynn 55e0b91d8d LibUnicode: Port GenerateUnicodeNumberFormat to ErrorOr and LibMain 3 years ago
  Timothy Flynn 4b535ce1c8 LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormat 3 years ago
  Timothy Flynn a13fa15a30 LibUnicode: Generate default-content locales as aliases 3 years ago
  Andreas Kling 587f9af960 AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional) 3 years ago
  Timothy Flynn cafb717486 LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat 3 years ago
  Timothy Flynn c24a350a18 LibUnicode: Ignore U+200F when parsing format identifiers 3 years ago
  Timothy Flynn 04b8b87c17 LibJS+LibUnicode: Support multiple identifiers within format pattern 3 years ago
  Timothy Flynn 3b68370212 LibJS+LibUnicode: Rename the generated compact_identifier to identifier 3 years ago
  Timothy Flynn 1f546476d5 LibJS+LibUnicode: Fix computation of compact pattern exponents 3 years ago
  Timothy Flynn 48d5684780 LibUnicode: Parse compact identifiers and replace them with a format key 3 years ago
  Timothy Flynn 30fbb7d9cd LibUnicode: Parse and generate scientific formatting rules 3 years ago
  Timothy Flynn 3645f6a0fc LibUnicode: Fix typo in percent format parser 3 years ago
  Timothy Flynn 3b7f5af042 LibUnicode: Generate primary and secondary number grouping sizes 3 years ago
  Timothy Flynn c65dea64bd LibJS+LibUnicode: Don't remove {currency} keys in GetNumberFormatPattern 3 years ago
  Timothy Flynn a701ed52fc LibJS+LibUnicode: Fully implement currency number formatting 3 years ago
  Timothy Flynn e9493a2cd5 LibUnicode: Ensure UnicodeNumberFormat is aware of default content 3 years ago
  Timothy Flynn 9421d5c0cf LibUnicode: Generate currency unit-pattern number formats 3 years ago
  Timothy Flynn 6cfd63e5bd LibUnicode: Parse numbers in number formats a bit more leniently 3 years ago