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
Age
Commit message (
Expand
)
Author
2022-01-19
LibJS+LibUnicode: Return the appropriate time zone name depending on DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-18
LibUnicode: Generate code point abbreviations
Timothy Flynn
2022-01-13
LibUnicode: Do not limit language display names to known locales
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-12
LibUnicode: Parse number system digits from the CLDR
Timothy Flynn
2022-01-11
LibUnicode: Fall back to GMT offset when a time zone name is unavailable
Timothy Flynn
2022-01-11
LibUnicode: Implement TR-35's localized GMT offset formatting
Timothy Flynn
2022-01-11
LibUnicode: Add an API to retrieve a locale's default numbering system
Timothy Flynn
2022-01-11
LibJS+LibUnicode: Move replacement of number system digits to LibUnicode
Timothy Flynn
2022-01-10
LibUnicode: Add an hour-cycle field to DateTimeFormat's format pattern
Timothy Flynn
2022-01-08
LibUnicode: Use LibTimeZone's list of time zone names
Timothy Flynn
2022-01-06
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
Timothy Flynn
2022-01-04
LibUnicode: Remove now unused Unicode symbol loader
Timothy Flynn
2022-01-04
LibUnicode: Convert UnicodeData to link with weak symbols
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
2022-01-04
LibUnicode: Convert UnicodeNumberFormat to link with weak symbols
Timothy Flynn
2022-01-03
LibUnicode: Add minimal support for generic & offset-based time zones
Timothy Flynn
2021-12-21
LibUnicode: Remove linkage from LibUnicode to LibUnicodeData
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeNumberFormat symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeLocale symbols
Timothy Flynn
2021-12-21
LibUnicode: Dynamically load the generated UnicodeData symbols
Timothy Flynn
2021-12-21
LibUnicode: Add missing forward declarations to forwarding header
Timothy Flynn
2021-12-21
LibUnicode: Remove declaration of function which moved to another header
Timothy Flynn
2021-12-15
LibUnicode: Compile generated sources optimized for size
Timothy Flynn
2021-12-13
LibUnicode: Generate CalendarSymbols in a predetermined order
Timothy Flynn
2021-12-11
LibJS+LibUnicode: Generate unique numeric symbol lists
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate per-locale day period ranges
Timothy Flynn
2021-12-10
LibUnicode: Parse and generate secondary day period symbols
Timothy Flynn
2021-12-10
LibJS+LibUnicode: Rename some Unicode::DayPeriod values
Timothy Flynn
2021-12-09
LibUnicode: Add method to combine two format pattern skeletons
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate date time range format patterns
Timothy Flynn
2021-12-09
LibUnicode: Parse and generate format pattern skeletons
Timothy Flynn
2021-12-08
LibUnicode: Parse and generate time zone names in long and short form
Timothy Flynn
2021-12-08
LibUnicode: Generate era, month, weekday and day period calendar symbols
Timothy Flynn
2021-12-08
LibJS+LibUnicode: Supply field type in CalendarPattern's for-each method
Timothy Flynn
2021-12-01
LibUnicode: Fix copy-paste error in calendar_pattern_style_to_string
Timothy Flynn
2021-11-30
LibUnicode: Support code point names that apply to ranges of code points
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Implement the Intl.DateTimeFormat constructor
Timothy Flynn
2021-11-29
LibUnicode: Add special handling of hour cycle (hc) Unicode keywords
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate regional hour cycles
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate available candidate format patterns
Timothy Flynn
2021-11-29
LibUnicode: Parse and generate date, time, and date-time format patterns
Timothy Flynn
2021-11-29
LibJS+LibUnicode: Separate number formatting methods from Locale.h
Timothy Flynn
[next]