From d76a9c4189bca766df6688bcaa9569484b571a9c Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Thu, 18 Aug 2016 10:57:12 -0400 Subject: Add Month & Weekday locale accessors. --- ff/ff.go | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 2 deletions(-) (limited to 'ff') diff --git a/ff/ff.go b/ff/ff.go index 279ef9ed..9d5425f7 100644 --- a/ff/ff.go +++ b/ff/ff.go @@ -25,7 +25,6 @@ type ff struct { currencyNegativeSuffix []byte monthsAbbreviated [][]byte monthsNarrow [][]byte - monthsShort [][]byte monthsWide [][]byte daysAbbreviated [][]byte daysNarrow [][]byte @@ -67,7 +66,7 @@ func New() locales.Translator { erasAbbreviated: [][]uint8{{0x48, 0x2d, 0x49}, {0x43, 0x2d, 0x49}}, erasNarrow: [][]uint8{[]uint8(nil), []uint8(nil)}, erasWide: [][]uint8{{0x48, 0x61, 0x64, 0x65, 0x20, 0x49, 0x69, 0x73, 0x61}, {0x43, 0x61, 0x67, 0x67, 0x61, 0x6c, 0x20, 0x49, 0x69, 0x73, 0x61}}, - timezones: map[string][]uint8{"NZDT": {0x4e, 0x5a, 0x44, 0x54}, "HNT": {0x48, 0x4e, 0x54}, "GFT": {0x47, 0x46, 0x54}, "AKDT": {0x41, 0x4b, 0x44, 0x54}, "CDT": {0x43, 0x44, 0x54}, "WESZ": {0x57, 0x45, 0x53, 0x5a}, "ChST": {0x43, 0x68, 0x53, 0x54}, "VET": {0x56, 0x45, 0x54}, "AST": {0x41, 0x53, 0x54}, "MST": {0x4d, 0x53, 0x54}, "CLT": {0x43, 0x4c, 0x54}, "HADT": {0x48, 0x41, 0x44, 0x54}, "MESZ": {0x4d, 0x45, 0x53, 0x5a}, "OEZ": {0x4f, 0x45, 0x5a}, "ACWDT": {0x41, 0x43, 0x57, 0x44, 0x54}, "WITA": {0x57, 0x49, 0x54, 0x41}, "PDT": {0x50, 0x44, 0x54}, "SAST": {0x53, 0x41, 0x53, 0x54}, "EAT": {0x45, 0x41, 0x54}, "WART": {0x57, 0x41, 0x52, 0x54}, "IST": {0x49, 0x53, 0x54}, "HAT": {0x48, 0x41, 0x54}, "SRT": {0x53, 0x52, 0x54}, "AWST": {0x41, 0x57, 0x53, 0x54}, "UYT": {0x55, 0x59, 0x54}, "SGT": {0x53, 0x47, 0x54}, "ACDT": {0x41, 0x43, 0x44, 0x54}, "CAT": {0x43, 0x41, 0x54}, "LHDT": {0x4c, 0x48, 0x44, 0x54}, "GYT": {0x47, 0x59, 0x54}, "CST": {0x43, 0x53, 0x54}, "WARST": {0x57, 0x41, 0x52, 0x53, 0x54}, "TMT": {0x54, 0x4d, 0x54}, "ADT": {0x41, 0x44, 0x54}, "PST": {0x50, 0x53, 0x54}, "HKST": {0x48, 0x4b, 0x53, 0x54}, "WIB": {0x57, 0x49, 0x42}, "OESZ": {0x4f, 0x45, 0x53, 0x5a}, "HKT": {0x48, 0x4b, 0x54}, "CHADT": {0x43, 0x48, 0x41, 0x44, 0x54}, "AKST": {0x41, 0x4b, 0x53, 0x54}, "ACST": {0x41, 0x43, 0x53, 0x54}, "ACWST": {0x41, 0x43, 0x57, 0x53, 0x54}, "WAST": {0x57, 0x41, 0x53, 0x54}, "MYT": {0x4d, 0x59, 0x54}, "BOT": {0x42, 0x4f, 0x54}, "CLST": {0x43, 0x4c, 0x53, 0x54}, "AWDT": {0x41, 0x57, 0x44, 0x54}, "COT": {0x43, 0x4f, 0x54}, "∅∅∅": {0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85}, "AEST": {0x41, 0x45, 0x53, 0x54}, "WAT": {0x57, 0x41, 0x54}, "BT": {0x42, 0x54}, "ART": {0x41, 0x52, 0x54}, "WEZ": {0x57, 0x45, 0x5a}, "TMST": {0x54, 0x4d, 0x53, 0x54}, "EDT": {0x45, 0x44, 0x54}, "HAST": {0x48, 0x41, 0x53, 0x54}, "JST": {0x4a, 0x53, 0x54}, "GMT": {0x47, 0x4d, 0x54}, "ARST": {0x41, 0x52, 0x53, 0x54}, "AEDT": {0x41, 0x45, 0x44, 0x54}, "NZST": {0x4e, 0x5a, 0x53, 0x54}, "LHST": {0x4c, 0x48, 0x53, 0x54}, "JDT": {0x4a, 0x44, 0x54}, "ECT": {0x45, 0x43, 0x54}, "EST": {0x45, 0x53, 0x54}, "MDT": {0x4d, 0x44, 0x54}, "UYST": {0x55, 0x59, 0x53, 0x54}, "WIT": {0x57, 0x49, 0x54}, "MEZ": {0x4d, 0x45, 0x5a}, "CHAST": {0x43, 0x48, 0x41, 0x53, 0x54}, "COST": {0x43, 0x4f, 0x53, 0x54}}, + timezones: map[string][]uint8{"WAT": {0x57, 0x41, 0x54}, "NZDT": {0x4e, 0x5a, 0x44, 0x54}, "ACDT": {0x41, 0x43, 0x44, 0x54}, "LHST": {0x4c, 0x48, 0x53, 0x54}, "SGT": {0x53, 0x47, 0x54}, "WIT": {0x57, 0x49, 0x54}, "HKST": {0x48, 0x4b, 0x53, 0x54}, "SAST": {0x53, 0x41, 0x53, 0x54}, "ACWST": {0x41, 0x43, 0x57, 0x53, 0x54}, "IST": {0x49, 0x53, 0x54}, "CHADT": {0x43, 0x48, 0x41, 0x44, 0x54}, "BT": {0x42, 0x54}, "OESZ": {0x4f, 0x45, 0x53, 0x5a}, "UYT": {0x55, 0x59, 0x54}, "AEST": {0x41, 0x45, 0x53, 0x54}, "CHAST": {0x43, 0x48, 0x41, 0x53, 0x54}, "HNT": {0x48, 0x4e, 0x54}, "PST": {0x50, 0x53, 0x54}, "MDT": {0x4d, 0x44, 0x54}, "HAT": {0x48, 0x41, 0x54}, "WART": {0x57, 0x41, 0x52, 0x54}, "EST": {0x45, 0x53, 0x54}, "OEZ": {0x4f, 0x45, 0x5a}, "UYST": {0x55, 0x59, 0x53, 0x54}, "ECT": {0x45, 0x43, 0x54}, "ART": {0x41, 0x52, 0x54}, "BOT": {0x42, 0x4f, 0x54}, "ADT": {0x41, 0x44, 0x54}, "COT": {0x43, 0x4f, 0x54}, "JDT": {0x4a, 0x44, 0x54}, "AWDT": {0x41, 0x57, 0x44, 0x54}, "ACST": {0x41, 0x43, 0x53, 0x54}, "AKST": {0x41, 0x4b, 0x53, 0x54}, "WESZ": {0x57, 0x45, 0x53, 0x5a}, "MYT": {0x4d, 0x59, 0x54}, "ACWDT": {0x41, 0x43, 0x57, 0x44, 0x54}, "TMST": {0x54, 0x4d, 0x53, 0x54}, "HKT": {0x48, 0x4b, 0x54}, "HAST": {0x48, 0x41, 0x53, 0x54}, "AKDT": {0x41, 0x4b, 0x44, 0x54}, "EAT": {0x45, 0x41, 0x54}, "WIB": {0x57, 0x49, 0x42}, "WARST": {0x57, 0x41, 0x52, 0x53, 0x54}, "WAST": {0x57, 0x41, 0x53, 0x54}, "ARST": {0x41, 0x52, 0x53, 0x54}, "CDT": {0x43, 0x44, 0x54}, "∅∅∅": {0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85, 0xe2, 0x88, 0x85}, "AST": {0x41, 0x53, 0x54}, "CAT": {0x43, 0x41, 0x54}, "CST": {0x43, 0x53, 0x54}, "GFT": {0x47, 0x46, 0x54}, "CLT": {0x43, 0x4c, 0x54}, "HADT": {0x48, 0x41, 0x44, 0x54}, "GMT": {0x47, 0x4d, 0x54}, "EDT": {0x45, 0x44, 0x54}, "MEZ": {0x4d, 0x45, 0x5a}, "MESZ": {0x4d, 0x45, 0x53, 0x5a}, "AEDT": {0x41, 0x45, 0x44, 0x54}, "WEZ": {0x57, 0x45, 0x5a}, "PDT": {0x50, 0x44, 0x54}, "WITA": {0x57, 0x49, 0x54, 0x41}, "JST": {0x4a, 0x53, 0x54}, "ChST": {0x43, 0x68, 0x53, 0x54}, "NZST": {0x4e, 0x5a, 0x53, 0x54}, "LHDT": {0x4c, 0x48, 0x44, 0x54}, "SRT": {0x53, 0x52, 0x54}, "GYT": {0x47, 0x59, 0x54}, "VET": {0x56, 0x45, 0x54}, "MST": {0x4d, 0x53, 0x54}, "TMT": {0x54, 0x4d, 0x54}, "COST": {0x43, 0x4f, 0x53, 0x54}, "AWST": {0x41, 0x57, 0x53, 0x54}, "CLST": {0x43, 0x4c, 0x53, 0x54}}, } } @@ -109,6 +108,76 @@ func (ff *ff) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) return locales.PluralRuleUnknown } +// MonthAbbreviated returns the locales abbreviated month given the 'month' provided +func (ff *ff) MonthAbbreviated(month time.Month) []byte { + return ff.monthsAbbreviated[month] +} + +// MonthsAbbreviated returns the locales abbreviated months +func (ff *ff) MonthsAbbreviated() [][]byte { + return ff.monthsAbbreviated[1:] +} + +// MonthNarrow returns the locales narrow month given the 'month' provided +func (ff *ff) MonthNarrow(month time.Month) []byte { + return ff.monthsNarrow[month] +} + +// MonthsNarrow returns the locales narrow months +func (ff *ff) MonthsNarrow() [][]byte { + return ff.monthsNarrow[1:] +} + +// MonthWide returns the locales wide month given the 'month' provided +func (ff *ff) MonthWide(month time.Month) []byte { + return ff.monthsWide[month] +} + +// MonthsWide returns the locales wide months +func (ff *ff) MonthsWide() [][]byte { + return ff.monthsWide[1:] +} + +// WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided +func (ff *ff) WeekdayAbbreviated(weekday time.Weekday) []byte { + return ff.daysAbbreviated[weekday] +} + +// WeekdaysAbbreviated returns the locales abbreviated weekdays +func (ff *ff) WeekdaysAbbreviated() [][]byte { + return ff.daysAbbreviated +} + +// WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided +func (ff *ff) WeekdayNarrow(weekday time.Weekday) []byte { + return ff.daysNarrow[weekday] +} + +// WeekdaysNarrow returns the locales narrow weekdays +func (ff *ff) WeekdaysNarrow() [][]byte { + return ff.daysNarrow +} + +// WeekdayShort returns the locales short weekday given the 'weekday' provided +func (ff *ff) WeekdayShort(weekday time.Weekday) []byte { + return ff.daysShort[weekday] +} + +// WeekdaysShort returns the locales short weekdays +func (ff *ff) WeekdaysShort() [][]byte { + return ff.daysShort +} + +// WeekdayWide returns the locales wide weekday given the 'weekday' provided +func (ff *ff) WeekdayWide(weekday time.Weekday) []byte { + return ff.daysWide[weekday] +} + +// WeekdaysWide returns the locales wide weekdays +func (ff *ff) WeekdaysWide() [][]byte { + return ff.daysWide +} + // FmtNumber returns 'num' with digits/precision of 'v' for 'ff' and handles both Whole and Real numbers based on 'v' // returned as a []byte just in case the caller wishes to add more and can help // avoid allocations; otherwise just cast as string. -- cgit v1.2.3