ladybird/Userland/Libraries/LibJS/Runtime/Intl
Timothy Flynn d13142f015 LibJS+LibUnicode: Store parsed Unicode locale data as full strings
Originally, it was convenient to store the parsed Unicode locale data as
views into the original string being parsed. But to implement locale
aliases will require mutating the data that was parsed. To prepare for
that, store the parsed data as proper strings.
2021-09-01 14:14:47 +01:00
..
AbstractOperations.cpp LibJS+LibUnicode: Store parsed Unicode locale data as full strings 2021-09-01 14:14:47 +01:00
AbstractOperations.h LibJS: Implement Intl.DisplayNames.prototype.of 2021-08-26 22:04:09 +01:00
DisplayNames.cpp LibJS: Implement a nearly empty Intl.DisplayNames object 2021-08-26 22:04:09 +01:00
DisplayNames.h LibJS: Implement a nearly empty Intl.DisplayNames object 2021-08-26 22:04:09 +01:00
DisplayNamesConstructor.cpp LibJS: Implement the Intl.DisplayNames constructor 2021-08-26 22:04:09 +01:00
DisplayNamesConstructor.h LibJS: Implement a nearly empty Intl.DisplayNames object 2021-08-26 22:04:09 +01:00
DisplayNamesPrototype.cpp LibJS: Extend Intl.DisplayNames.of to support currency tags 2021-08-27 12:32:24 +01:00
DisplayNamesPrototype.h LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions 2021-08-26 22:04:09 +01:00
Intl.cpp LibJS: Implement Intl.getCanonicalLocales 2021-08-26 22:04:09 +01:00
Intl.h LibJS: Implement Intl.getCanonicalLocales 2021-08-26 22:04:09 +01:00