OSDN Git Service

delete miner
[bytom/vapor.git] / vendor / github.com / go-playground / locales / en_AT / en_AT.go
1 package en_AT
2
3 import (
4         "math"
5         "strconv"
6         "time"
7
8         "github.com/go-playground/locales"
9         "github.com/go-playground/locales/currency"
10 )
11
12 type en_AT struct {
13         locale                 string
14         pluralsCardinal        []locales.PluralRule
15         pluralsOrdinal         []locales.PluralRule
16         pluralsRange           []locales.PluralRule
17         decimal                string
18         group                  string
19         minus                  string
20         percent                string
21         percentSuffix          string
22         perMille               string
23         timeSeparator          string
24         inifinity              string
25         currencies             []string // idx = enum of currency code
26         currencyPositivePrefix string
27         currencyNegativePrefix string
28         monthsAbbreviated      []string
29         monthsNarrow           []string
30         monthsWide             []string
31         daysAbbreviated        []string
32         daysNarrow             []string
33         daysShort              []string
34         daysWide               []string
35         periodsAbbreviated     []string
36         periodsNarrow          []string
37         periodsShort           []string
38         periodsWide            []string
39         erasAbbreviated        []string
40         erasNarrow             []string
41         erasWide               []string
42         timezones              map[string]string
43 }
44
45 // New returns a new instance of translator for the 'en_AT' locale
46 func New() locales.Translator {
47         return &en_AT{
48                 locale:                 "en_AT",
49                 pluralsCardinal:        []locales.PluralRule{2, 6},
50                 pluralsOrdinal:         []locales.PluralRule{2, 3, 4, 6},
51                 pluralsRange:           []locales.PluralRule{6},
52                 decimal:                ".",
53                 group:                  ",",
54                 minus:                  "-",
55                 percent:                "%",
56                 perMille:               "‰",
57                 timeSeparator:          ":",
58                 inifinity:              "∞",
59                 currencies:             []string{"ADP", "AED", "AFA", "AFN", "ALK", "ALL", "AMD", "ANG", "AOA", "AOK", "AON", "AOR", "ARA", "ARL", "ARM", "ARP", "ARS", "ATS", "AUD", "AWG", "AZM", "AZN", "BAD", "BAM", "BAN", "BBD", "BDT", "BEC", "BEF", "BEL", "BGL", "BGM", "BGN", "BGO", "BHD", "BIF", "BMD", "BND", "BOB", "BOL", "BOP", "BOV", "BRB", "BRC", "BRE", "BRL", "BRN", "BRR", "BRZ", "BSD", "BTN", "BUK", "BWP", "BYB", "BYN", "BYR", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLE", "CLF", "CLP", "CNX", "CNY", "COP", "COU", "CRC", "CSD", "CSK", "CUC", "CUP", "CVE", "CYP", "CZK", "DDM", "DEM", "DJF", "DKK", "DOP", "DZD", "ECS", "ECV", "EEK", "EGP", "ERN", "ESA", "ESB", "ESP", "ETB", "EUR", "FIM", "FJD", "FKP", "FRF", "GBP", "GEK", "GEL", "GHC", "GHS", "GIP", "GMD", "GNF", "GNS", "GQE", "GRD", "GTQ", "GWE", "GWP", "GYD", "HKD", "HNL", "HRD", "HRK", "HTG", "HUF", "IDR", "IEP", "ILP", "ILR", "ILS", "INR", "IQD", "IRR", "ISJ", "ISK", "ITL", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRH", "KRO", "KRW", "KWD", "KYD", "KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LTL", "LTT", "LUC", "LUF", "LUL", "LVL", "LVR", "LYD", "MAD", "MAF", "MCF", "MDC", "MDL", "MGA", "MGF", "MKD", "MKN", "MLF", "MMK", "MNT", "MOP", "MRO", "MTL", "MTP", "MUR", "MVP", "MVR", "MWK", "MXN", "MXP", "MXV", "MYR", "MZE", "MZM", "MZN", "NAD", "NGN", "NIC", "NIO", "NLG", "NOK", "NPR", "NZD", "OMR", "PAB", "PEI", "PEN", "PES", "PGK", "PHP", "PKR", "PLN", "PLZ", "PTE", "PYG", "QAR", "RHD", "ROL", "RON", "RSD", "RUB", "RUR", "RWF", "SAR", "SBD", "SCR", "SDD", "SDG", "SDP", "SEK", "SGD", "SHP", "SIT", "SKK", "SLL", "SOS", "SRD", "SRG", "SSP", "STD", "SUR", "SVC", "SYP", "SZL", "THB", "TJR", "TJS", "TMM", "TMT", "TND", "TOP", "TPE", "TRL", "TRY", "TTD", "TWD", "TZS", "UAH", "UAK", "UGS", "UGX", "USD", "USN", "USS", "UYI", "UYP", "UYU", "UZS", "VEB", "VEF", "VND", "VNN", "VUV", "WST", "XAF", "XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XEU", "XFO", "XFU", "XOF", "XPD", "XPF", "XPT", "XRE", "XSU", "XTS", "XUA", "XXX", "YDD", "YER", "YUD", "YUM", "YUN", "YUR", "ZAL", "ZAR", "ZMK", "ZMW", "ZRN", "ZRZ", "ZWD", "ZWL", "ZWR"},
60                 percentSuffix:          " ",
61                 currencyPositivePrefix: " ",
62                 currencyNegativePrefix: " ",
63                 monthsAbbreviated:      []string{"", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"},
64                 monthsNarrow:           []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
65                 monthsWide:             []string{"", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"},
66                 daysAbbreviated:        []string{"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"},
67                 daysNarrow:             []string{"S", "M", "T", "W", "T", "F", "S"},
68                 daysShort:              []string{"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"},
69                 daysWide:               []string{"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"},
70                 periodsAbbreviated:     []string{"am", "pm"},
71                 periodsNarrow:          []string{"a", "p"},
72                 periodsWide:            []string{"am", "pm"},
73                 erasAbbreviated:        []string{"BC", "AD"},
74                 erasNarrow:             []string{"B", "A"},
75                 erasWide:               []string{"Before Christ", "Anno Domini"},
76                 timezones:              map[string]string{"LHDT": "Lord Howe Daylight Time", "GYT": "Guyana Time", "MESZ": "Central European Summer Time", "JST": "Japan Standard Time", "HKT": "Hong Kong Standard Time", "ACST": "Australian Central Standard Time", "ACDT": "Australian Central Daylight Time", "SGT": "Singapore Standard Time", "HNCU": "Cuba Standard Time", "CDT": "Central Daylight Time", "HADT": "Hawaii-Aleutian Daylight Time", "ART": "Argentina Standard Time", "SAST": "South Africa Standard Time", "CLST": "Chile Summer Time", "GFT": "French Guiana Time", "HEPMX": "Mexican Pacific Daylight Time", "WIB": "Western Indonesia Time", "CHADT": "Chatham Daylight Time", "MYT": "Malaysia Time", "HNT": "Newfoundland Standard Time", "HKST": "Hong Kong Summer Time", "EST": "Eastern Standard Time", "HNPM": "St. Pierre & Miquelon Standard Time", "BOT": "Bolivia Time", "OEZ": "Eastern European Standard Time", "HNNOMX": "Northwest Mexico Standard Time", "AKST": "Alaska Standard Time", "HAST": "Hawaii-Aleutian Standard Time", "NZDT": "New Zealand Daylight Time", "WARST": "Western Argentina Summer Time", "EAT": "East Africa Time", "HNEG": "East Greenland Standard Time", "PST": "Pacific Standard Time", "HECU": "Cuba Daylight Time", "CST": "Central Standard Time", "MDT": "Macau Summer Time", "LHST": "Lord Howe Standard Time", "ADT": "Atlantic Daylight Time", "COST": "Colombia Summer Time", "ECT": "Ecuador Time", "MST": "Macau Standard Time", "AWST": "Australian Western Standard Time", "TMT": "Turkmenistan Standard Time", "WITA": "Central Indonesia Time", "HNOG": "West Greenland Standard Time", "ChST": "Chamorro Standard Time", "CHAST": "Chatham Standard Time", "UYST": "Uruguay Summer Time", "NZST": "New Zealand Standard Time", "JDT": "Japan Daylight Time", "AST": "Atlantic Standard Time", "WAT": "West Africa Standard Time", "WAST": "West Africa Summer Time", "BT": "Bhutan Time", "HENOMX": "Northwest Mexico Daylight Time", "AEST": "Australian Eastern Standard Time", "WESZ": "Western European Summer Time", "HEPM": "St. Pierre & Miquelon Daylight Time", "ACWST": "Australian Central Western Standard Time", "IST": "India Standard Time", "EDT": "Eastern Daylight Time", "PDT": "Pacific Daylight Time", "SRT": "Suriname Time", "WART": "Western Argentina Standard Time", "COT": "Colombia Standard Time", "GMT": "Greenwich Mean Time", "UYT": "Uruguay Standard Time", "WIT": "Eastern Indonesia Time", "MEZ": "Central European Standard Time", "OESZ": "Eastern European Summer Time", "ARST": "Argentina Summer Time", "∅∅∅": "Amazon Summer Time", "CAT": "Central Africa Time", "AWDT": "Australian Western Daylight Time", "HEEG": "East Greenland Summer Time", "ACWDT": "Australian Central Western Daylight Time", "VET": "Venezuela Time", "HAT": "Newfoundland Daylight Time", "AKDT": "Alaska Daylight Time", "WEZ": "Western European Standard Time", "HNPMX": "Mexican Pacific Standard Time", "TMST": "Turkmenistan Summer Time", "AEDT": "Australian Eastern Daylight Time", "HEOG": "West Greenland Summer Time", "CLT": "Chile Standard Time"},
77         }
78 }
79
80 // Locale returns the current translators string locale
81 func (en *en_AT) Locale() string {
82         return en.locale
83 }
84
85 // PluralsCardinal returns the list of cardinal plural rules associated with 'en_AT'
86 func (en *en_AT) PluralsCardinal() []locales.PluralRule {
87         return en.pluralsCardinal
88 }
89
90 // PluralsOrdinal returns the list of ordinal plural rules associated with 'en_AT'
91 func (en *en_AT) PluralsOrdinal() []locales.PluralRule {
92         return en.pluralsOrdinal
93 }
94
95 // PluralsRange returns the list of range plural rules associated with 'en_AT'
96 func (en *en_AT) PluralsRange() []locales.PluralRule {
97         return en.pluralsRange
98 }
99
100 // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'en_AT'
101 func (en *en_AT) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
102
103         n := math.Abs(num)
104         i := int64(n)
105
106         if i == 1 && v == 0 {
107                 return locales.PluralRuleOne
108         }
109
110         return locales.PluralRuleOther
111 }
112
113 // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'en_AT'
114 func (en *en_AT) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
115
116         n := math.Abs(num)
117         nMod10 := math.Mod(n, 10)
118         nMod100 := math.Mod(n, 100)
119
120         if nMod10 == 1 && nMod100 != 11 {
121                 return locales.PluralRuleOne
122         } else if nMod10 == 2 && nMod100 != 12 {
123                 return locales.PluralRuleTwo
124         } else if nMod10 == 3 && nMod100 != 13 {
125                 return locales.PluralRuleFew
126         }
127
128         return locales.PluralRuleOther
129 }
130
131 // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'en_AT'
132 func (en *en_AT) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
133         return locales.PluralRuleOther
134 }
135
136 // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
137 func (en *en_AT) MonthAbbreviated(month time.Month) string {
138         return en.monthsAbbreviated[month]
139 }
140
141 // MonthsAbbreviated returns the locales abbreviated months
142 func (en *en_AT) MonthsAbbreviated() []string {
143         return en.monthsAbbreviated[1:]
144 }
145
146 // MonthNarrow returns the locales narrow month given the 'month' provided
147 func (en *en_AT) MonthNarrow(month time.Month) string {
148         return en.monthsNarrow[month]
149 }
150
151 // MonthsNarrow returns the locales narrow months
152 func (en *en_AT) MonthsNarrow() []string {
153         return en.monthsNarrow[1:]
154 }
155
156 // MonthWide returns the locales wide month given the 'month' provided
157 func (en *en_AT) MonthWide(month time.Month) string {
158         return en.monthsWide[month]
159 }
160
161 // MonthsWide returns the locales wide months
162 func (en *en_AT) MonthsWide() []string {
163         return en.monthsWide[1:]
164 }
165
166 // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
167 func (en *en_AT) WeekdayAbbreviated(weekday time.Weekday) string {
168         return en.daysAbbreviated[weekday]
169 }
170
171 // WeekdaysAbbreviated returns the locales abbreviated weekdays
172 func (en *en_AT) WeekdaysAbbreviated() []string {
173         return en.daysAbbreviated
174 }
175
176 // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
177 func (en *en_AT) WeekdayNarrow(weekday time.Weekday) string {
178         return en.daysNarrow[weekday]
179 }
180
181 // WeekdaysNarrow returns the locales narrow weekdays
182 func (en *en_AT) WeekdaysNarrow() []string {
183         return en.daysNarrow
184 }
185
186 // WeekdayShort returns the locales short weekday given the 'weekday' provided
187 func (en *en_AT) WeekdayShort(weekday time.Weekday) string {
188         return en.daysShort[weekday]
189 }
190
191 // WeekdaysShort returns the locales short weekdays
192 func (en *en_AT) WeekdaysShort() []string {
193         return en.daysShort
194 }
195
196 // WeekdayWide returns the locales wide weekday given the 'weekday' provided
197 func (en *en_AT) WeekdayWide(weekday time.Weekday) string {
198         return en.daysWide[weekday]
199 }
200
201 // WeekdaysWide returns the locales wide weekdays
202 func (en *en_AT) WeekdaysWide() []string {
203         return en.daysWide
204 }
205
206 // Decimal returns the decimal point of number
207 func (en *en_AT) Decimal() string {
208         return en.decimal
209 }
210
211 // Group returns the group of number
212 func (en *en_AT) Group() string {
213         return en.group
214 }
215
216 // Group returns the minus sign of number
217 func (en *en_AT) Minus() string {
218         return en.minus
219 }
220
221 // FmtNumber returns 'num' with digits/precision of 'v' for 'en_AT' and handles both Whole and Real numbers based on 'v'
222 func (en *en_AT) FmtNumber(num float64, v uint64) string {
223
224         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
225         l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
226         count := 0
227         inWhole := v == 0
228         b := make([]byte, 0, l)
229
230         for i := len(s) - 1; i >= 0; i-- {
231
232                 if s[i] == '.' {
233                         b = append(b, en.decimal[0])
234                         inWhole = true
235                         continue
236                 }
237
238                 if inWhole {
239                         if count == 3 {
240                                 b = append(b, en.group[0])
241                                 count = 1
242                         } else {
243                                 count++
244                         }
245                 }
246
247                 b = append(b, s[i])
248         }
249
250         if num < 0 {
251                 b = append(b, en.minus[0])
252         }
253
254         // reverse
255         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
256                 b[i], b[j] = b[j], b[i]
257         }
258
259         return string(b)
260 }
261
262 // FmtPercent returns 'num' with digits/precision of 'v' for 'en_AT' and handles both Whole and Real numbers based on 'v'
263 // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
264 func (en *en_AT) FmtPercent(num float64, v uint64) string {
265         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
266         l := len(s) + 5
267         b := make([]byte, 0, l)
268
269         for i := len(s) - 1; i >= 0; i-- {
270
271                 if s[i] == '.' {
272                         b = append(b, en.decimal[0])
273                         continue
274                 }
275
276                 b = append(b, s[i])
277         }
278
279         if num < 0 {
280                 b = append(b, en.minus[0])
281         }
282
283         // reverse
284         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
285                 b[i], b[j] = b[j], b[i]
286         }
287
288         b = append(b, en.percentSuffix...)
289
290         b = append(b, en.percent...)
291
292         return string(b)
293 }
294
295 // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'en_AT'
296 func (en *en_AT) FmtCurrency(num float64, v uint64, currency currency.Type) string {
297
298         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
299         symbol := en.currencies[currency]
300         l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
301         count := 0
302         inWhole := v == 0
303         b := make([]byte, 0, l)
304
305         for i := len(s) - 1; i >= 0; i-- {
306
307                 if s[i] == '.' {
308                         b = append(b, en.decimal[0])
309                         inWhole = true
310                         continue
311                 }
312
313                 if inWhole {
314                         if count == 3 {
315                                 b = append(b, en.group[0])
316                                 count = 1
317                         } else {
318                                 count++
319                         }
320                 }
321
322                 b = append(b, s[i])
323         }
324
325         for j := len(symbol) - 1; j >= 0; j-- {
326                 b = append(b, symbol[j])
327         }
328
329         for j := len(en.currencyPositivePrefix) - 1; j >= 0; j-- {
330                 b = append(b, en.currencyPositivePrefix[j])
331         }
332
333         if num < 0 {
334                 b = append(b, en.minus[0])
335         }
336
337         // reverse
338         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
339                 b[i], b[j] = b[j], b[i]
340         }
341
342         if int(v) < 2 {
343
344                 if v == 0 {
345                         b = append(b, en.decimal...)
346                 }
347
348                 for i := 0; i < 2-int(v); i++ {
349                         b = append(b, '0')
350                 }
351         }
352
353         return string(b)
354 }
355
356 // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'en_AT'
357 // in accounting notation.
358 func (en *en_AT) FmtAccounting(num float64, v uint64, currency currency.Type) string {
359
360         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
361         symbol := en.currencies[currency]
362         l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
363         count := 0
364         inWhole := v == 0
365         b := make([]byte, 0, l)
366
367         for i := len(s) - 1; i >= 0; i-- {
368
369                 if s[i] == '.' {
370                         b = append(b, en.decimal[0])
371                         inWhole = true
372                         continue
373                 }
374
375                 if inWhole {
376                         if count == 3 {
377                                 b = append(b, en.group[0])
378                                 count = 1
379                         } else {
380                                 count++
381                         }
382                 }
383
384                 b = append(b, s[i])
385         }
386
387         if num < 0 {
388
389                 for j := len(symbol) - 1; j >= 0; j-- {
390                         b = append(b, symbol[j])
391                 }
392
393                 for j := len(en.currencyNegativePrefix) - 1; j >= 0; j-- {
394                         b = append(b, en.currencyNegativePrefix[j])
395                 }
396
397                 b = append(b, en.minus[0])
398
399         } else {
400
401                 for j := len(symbol) - 1; j >= 0; j-- {
402                         b = append(b, symbol[j])
403                 }
404
405                 for j := len(en.currencyPositivePrefix) - 1; j >= 0; j-- {
406                         b = append(b, en.currencyPositivePrefix[j])
407                 }
408
409         }
410
411         // reverse
412         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
413                 b[i], b[j] = b[j], b[i]
414         }
415
416         if int(v) < 2 {
417
418                 if v == 0 {
419                         b = append(b, en.decimal...)
420                 }
421
422                 for i := 0; i < 2-int(v); i++ {
423                         b = append(b, '0')
424                 }
425         }
426
427         return string(b)
428 }
429
430 // FmtDateShort returns the short date representation of 't' for 'en_AT'
431 func (en *en_AT) FmtDateShort(t time.Time) string {
432
433         b := make([]byte, 0, 32)
434
435         b = strconv.AppendInt(b, int64(t.Month()), 10)
436         b = append(b, []byte{0x2f}...)
437         b = strconv.AppendInt(b, int64(t.Day()), 10)
438         b = append(b, []byte{0x2f}...)
439
440         if t.Year() > 9 {
441                 b = append(b, strconv.Itoa(t.Year())[2:]...)
442         } else {
443                 b = append(b, strconv.Itoa(t.Year())[1:]...)
444         }
445
446         return string(b)
447 }
448
449 // FmtDateMedium returns the medium date representation of 't' for 'en_AT'
450 func (en *en_AT) FmtDateMedium(t time.Time) string {
451
452         b := make([]byte, 0, 32)
453
454         b = append(b, en.monthsAbbreviated[t.Month()]...)
455         b = append(b, []byte{0x20}...)
456         b = strconv.AppendInt(b, int64(t.Day()), 10)
457         b = append(b, []byte{0x2c, 0x20}...)
458
459         if t.Year() > 0 {
460                 b = strconv.AppendInt(b, int64(t.Year()), 10)
461         } else {
462                 b = strconv.AppendInt(b, int64(-t.Year()), 10)
463         }
464
465         return string(b)
466 }
467
468 // FmtDateLong returns the long date representation of 't' for 'en_AT'
469 func (en *en_AT) FmtDateLong(t time.Time) string {
470
471         b := make([]byte, 0, 32)
472
473         b = append(b, en.monthsWide[t.Month()]...)
474         b = append(b, []byte{0x20}...)
475         b = strconv.AppendInt(b, int64(t.Day()), 10)
476         b = append(b, []byte{0x2c, 0x20}...)
477
478         if t.Year() > 0 {
479                 b = strconv.AppendInt(b, int64(t.Year()), 10)
480         } else {
481                 b = strconv.AppendInt(b, int64(-t.Year()), 10)
482         }
483
484         return string(b)
485 }
486
487 // FmtDateFull returns the full date representation of 't' for 'en_AT'
488 func (en *en_AT) FmtDateFull(t time.Time) string {
489
490         b := make([]byte, 0, 32)
491
492         b = append(b, en.daysWide[t.Weekday()]...)
493         b = append(b, []byte{0x2c, 0x20}...)
494         b = append(b, en.monthsWide[t.Month()]...)
495         b = append(b, []byte{0x20}...)
496         b = strconv.AppendInt(b, int64(t.Day()), 10)
497         b = append(b, []byte{0x2c, 0x20}...)
498
499         if t.Year() > 0 {
500                 b = strconv.AppendInt(b, int64(t.Year()), 10)
501         } else {
502                 b = strconv.AppendInt(b, int64(-t.Year()), 10)
503         }
504
505         return string(b)
506 }
507
508 // FmtTimeShort returns the short time representation of 't' for 'en_AT'
509 func (en *en_AT) FmtTimeShort(t time.Time) string {
510
511         b := make([]byte, 0, 32)
512
513         h := t.Hour()
514
515         if h > 12 {
516                 h -= 12
517         }
518
519         b = strconv.AppendInt(b, int64(h), 10)
520         b = append(b, en.timeSeparator...)
521
522         if t.Minute() < 10 {
523                 b = append(b, '0')
524         }
525
526         b = strconv.AppendInt(b, int64(t.Minute()), 10)
527         b = append(b, []byte{0x20}...)
528
529         if t.Hour() < 12 {
530                 b = append(b, en.periodsAbbreviated[0]...)
531         } else {
532                 b = append(b, en.periodsAbbreviated[1]...)
533         }
534
535         return string(b)
536 }
537
538 // FmtTimeMedium returns the medium time representation of 't' for 'en_AT'
539 func (en *en_AT) FmtTimeMedium(t time.Time) string {
540
541         b := make([]byte, 0, 32)
542
543         h := t.Hour()
544
545         if h > 12 {
546                 h -= 12
547         }
548
549         b = strconv.AppendInt(b, int64(h), 10)
550         b = append(b, en.timeSeparator...)
551
552         if t.Minute() < 10 {
553                 b = append(b, '0')
554         }
555
556         b = strconv.AppendInt(b, int64(t.Minute()), 10)
557         b = append(b, en.timeSeparator...)
558
559         if t.Second() < 10 {
560                 b = append(b, '0')
561         }
562
563         b = strconv.AppendInt(b, int64(t.Second()), 10)
564         b = append(b, []byte{0x20}...)
565
566         if t.Hour() < 12 {
567                 b = append(b, en.periodsAbbreviated[0]...)
568         } else {
569                 b = append(b, en.periodsAbbreviated[1]...)
570         }
571
572         return string(b)
573 }
574
575 // FmtTimeLong returns the long time representation of 't' for 'en_AT'
576 func (en *en_AT) FmtTimeLong(t time.Time) string {
577
578         b := make([]byte, 0, 32)
579
580         h := t.Hour()
581
582         if h > 12 {
583                 h -= 12
584         }
585
586         b = strconv.AppendInt(b, int64(h), 10)
587         b = append(b, en.timeSeparator...)
588
589         if t.Minute() < 10 {
590                 b = append(b, '0')
591         }
592
593         b = strconv.AppendInt(b, int64(t.Minute()), 10)
594         b = append(b, en.timeSeparator...)
595
596         if t.Second() < 10 {
597                 b = append(b, '0')
598         }
599
600         b = strconv.AppendInt(b, int64(t.Second()), 10)
601         b = append(b, []byte{0x20}...)
602
603         if t.Hour() < 12 {
604                 b = append(b, en.periodsAbbreviated[0]...)
605         } else {
606                 b = append(b, en.periodsAbbreviated[1]...)
607         }
608
609         b = append(b, []byte{0x20}...)
610
611         tz, _ := t.Zone()
612         b = append(b, tz...)
613
614         return string(b)
615 }
616
617 // FmtTimeFull returns the full time representation of 't' for 'en_AT'
618 func (en *en_AT) FmtTimeFull(t time.Time) string {
619
620         b := make([]byte, 0, 32)
621
622         h := t.Hour()
623
624         if h > 12 {
625                 h -= 12
626         }
627
628         b = strconv.AppendInt(b, int64(h), 10)
629         b = append(b, en.timeSeparator...)
630
631         if t.Minute() < 10 {
632                 b = append(b, '0')
633         }
634
635         b = strconv.AppendInt(b, int64(t.Minute()), 10)
636         b = append(b, en.timeSeparator...)
637
638         if t.Second() < 10 {
639                 b = append(b, '0')
640         }
641
642         b = strconv.AppendInt(b, int64(t.Second()), 10)
643         b = append(b, []byte{0x20}...)
644
645         if t.Hour() < 12 {
646                 b = append(b, en.periodsAbbreviated[0]...)
647         } else {
648                 b = append(b, en.periodsAbbreviated[1]...)
649         }
650
651         b = append(b, []byte{0x20}...)
652
653         tz, _ := t.Zone()
654
655         if btz, ok := en.timezones[tz]; ok {
656                 b = append(b, btz...)
657         } else {
658                 b = append(b, tz...)
659         }
660
661         return string(b)
662 }