OSDN Git Service

delete miner
[bytom/vapor.git] / vendor / github.com / go-playground / locales / es_VE / es_VE.go
1 package es_VE
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 es_VE 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         monthsAbbreviated  []string
27         monthsNarrow       []string
28         monthsWide         []string
29         daysAbbreviated    []string
30         daysNarrow         []string
31         daysShort          []string
32         daysWide           []string
33         periodsAbbreviated []string
34         periodsNarrow      []string
35         periodsShort       []string
36         periodsWide        []string
37         erasAbbreviated    []string
38         erasNarrow         []string
39         erasWide           []string
40         timezones          map[string]string
41 }
42
43 // New returns a new instance of translator for the 'es_VE' locale
44 func New() locales.Translator {
45         return &es_VE{
46                 locale:             "es_VE",
47                 pluralsCardinal:    []locales.PluralRule{2, 6},
48                 pluralsOrdinal:     []locales.PluralRule{6},
49                 pluralsRange:       []locales.PluralRule{6},
50                 decimal:            ",",
51                 group:              ".",
52                 minus:              "-",
53                 percent:            "%",
54                 perMille:           "‰",
55                 timeSeparator:      ":",
56                 inifinity:          "∞",
57                 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", "Bs.", "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"},
58                 percentSuffix:      " ",
59                 monthsAbbreviated:  []string{"", "ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic."},
60                 monthsNarrow:       []string{"", "E", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
61                 monthsWide:         []string{"", "enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agosto", "septiembre", "octubre", "noviembre", "diciembre"},
62                 daysAbbreviated:    []string{"dom.", "lun.", "mar.", "mié.", "jue.", "vie.", "sáb."},
63                 daysNarrow:         []string{"D", "L", "M", "X", "J", "V", "S"},
64                 daysShort:          []string{"Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa"},
65                 daysWide:           []string{"domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"},
66                 periodsAbbreviated: []string{"a. m.", "p. m."},
67                 periodsNarrow:      []string{"a. m.", "p. m."},
68                 periodsWide:        []string{"a. m.", "p. m."},
69                 erasAbbreviated:    []string{"a. C.", "d. C."},
70                 erasNarrow:         []string{"", ""},
71                 erasWide:           []string{"antes de Cristo", "después de Cristo"},
72                 timezones:          map[string]string{"PST": "hora estándar del Pacífico", "ACWST": "hora estándar de Australia centroccidental", "HNNOMX": "hora estándar del noroeste de México", "HNOG": "hora estándar de Groenlandia occidental", "WAT": "hora estándar de África occidental", "HNCU": "hora estándar de Cuba", "HEPM": "hora de verano de San Pedro y Miquelón", "CDT": "hora de verano central", "AWST": "hora estándar de Australia occidental", "MESZ": "hora de verano de Europa central", "HEOG": "hora de verano de Groenlandia occidental", "ChST": "hora estándar de Chamorro", "CHAST": "hora estándar de Chatham", "HEEG": "hora de verano de Groenlandia oriental", "CAT": "hora de África central", "JST": "hora estándar de Japón", "AST": "hora estándar del Atlántico", "ARST": "hora de verano de Argentina", "AKST": "hora estándar de Alaska", "VET": "hora de Venezuela", "ADT": "hora de verano del Atlántico", "HNT": "hora estándar de Terranova", "COT": "hora estándar de Colombia", "HNPMX": "hora estándar del Pacífico de México", "HADT": "hora de verano de Hawái-Aleutiano", "OESZ": "hora de verano de Europa oriental", "LHST": "hora estándar de Lord Howe", "LHDT": "hora de verano de Lord Howe", "EAT": "hora de África oriental", "HNEG": "hora estándar de Groenlandia oriental", "CLT": "hora estándar de Chile", "WIB": "hora de Indonesia occidental", "CST": "hora estándar central", "MST": "Hora estándar de Macao", "ACWDT": "hora de verano de Australia centroccidental", "JDT": "hora de verano de Japón", "WITA": "hora de Indonesia central", "SGT": "hora de Singapur", "MDT": "Hora de verano de Macao", "MYT": "hora de Malasia", "UYT": "hora estándar de Uruguay", "AEDT": "hora de verano de Australia oriental", "WEZ": "hora estándar de Europa occidental", "HEPMX": "hora de verano del Pacífico de México", "TMT": "hora estándar de Turkmenistán", "SAST": "hora de Sudáfrica", "HAT": "hora de verano de Terranova", "HKST": "hora de verano de Hong Kong", "COST": "hora de verano de Colombia", "NZST": "hora estándar de Nueva Zelanda", "OEZ": "hora estándar de Europa oriental", "∅∅∅": "hora de verano de Perú", "PDT": "hora de verano del Pacífico", "SRT": "hora de Surinam", "TMST": "hora de verano de Turkmenistán", "IST": "hora estándar de la India", "WAST": "hora de verano de África occidental", "GYT": "hora de Guyana", "CHADT": "hora de verano de Chatham", "HNPM": "hora estándar de San Pedro y Miquelón", "BT": "hora de Bután", "UYST": "hora de verano de Uruguay", "NZDT": "hora de verano de Nueva Zelanda", "ART": "hora estándar de Argentina", "ECT": "hora de Ecuador", "GMT": "hora del meridiano de Greenwich", "WART": "hora estándar de Argentina occidental", "WARST": "hora de verano de Argentina occidental", "AEST": "hora estándar de Australia oriental", "EST": "hora estándar oriental", "HECU": "hora de verano de Cuba", "HAST": "hora estándar de Hawái-Aleutiano", "HENOMX": "hora de verano del noroeste de México", "ACDT": "hora de verano de Australia central", "AKDT": "hora de verano de Alaska", "ACST": "hora estándar de Australia central", "BOT": "hora de Bolivia", "AWDT": "hora de verano de Australia occidental", "MEZ": "hora estándar de Europa central", "CLST": "hora de verano de Chile", "GFT": "hora de la Guayana Francesa", "EDT": "hora de verano oriental", "WESZ": "hora de verano de Europa occidental", "WIT": "hora de Indonesia oriental", "HKT": "hora estándar de Hong Kong"},
73         }
74 }
75
76 // Locale returns the current translators string locale
77 func (es *es_VE) Locale() string {
78         return es.locale
79 }
80
81 // PluralsCardinal returns the list of cardinal plural rules associated with 'es_VE'
82 func (es *es_VE) PluralsCardinal() []locales.PluralRule {
83         return es.pluralsCardinal
84 }
85
86 // PluralsOrdinal returns the list of ordinal plural rules associated with 'es_VE'
87 func (es *es_VE) PluralsOrdinal() []locales.PluralRule {
88         return es.pluralsOrdinal
89 }
90
91 // PluralsRange returns the list of range plural rules associated with 'es_VE'
92 func (es *es_VE) PluralsRange() []locales.PluralRule {
93         return es.pluralsRange
94 }
95
96 // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'es_VE'
97 func (es *es_VE) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
98
99         n := math.Abs(num)
100
101         if n == 1 {
102                 return locales.PluralRuleOne
103         }
104
105         return locales.PluralRuleOther
106 }
107
108 // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'es_VE'
109 func (es *es_VE) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
110         return locales.PluralRuleOther
111 }
112
113 // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'es_VE'
114 func (es *es_VE) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
115         return locales.PluralRuleOther
116 }
117
118 // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
119 func (es *es_VE) MonthAbbreviated(month time.Month) string {
120         return es.monthsAbbreviated[month]
121 }
122
123 // MonthsAbbreviated returns the locales abbreviated months
124 func (es *es_VE) MonthsAbbreviated() []string {
125         return es.monthsAbbreviated[1:]
126 }
127
128 // MonthNarrow returns the locales narrow month given the 'month' provided
129 func (es *es_VE) MonthNarrow(month time.Month) string {
130         return es.monthsNarrow[month]
131 }
132
133 // MonthsNarrow returns the locales narrow months
134 func (es *es_VE) MonthsNarrow() []string {
135         return es.monthsNarrow[1:]
136 }
137
138 // MonthWide returns the locales wide month given the 'month' provided
139 func (es *es_VE) MonthWide(month time.Month) string {
140         return es.monthsWide[month]
141 }
142
143 // MonthsWide returns the locales wide months
144 func (es *es_VE) MonthsWide() []string {
145         return es.monthsWide[1:]
146 }
147
148 // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
149 func (es *es_VE) WeekdayAbbreviated(weekday time.Weekday) string {
150         return es.daysAbbreviated[weekday]
151 }
152
153 // WeekdaysAbbreviated returns the locales abbreviated weekdays
154 func (es *es_VE) WeekdaysAbbreviated() []string {
155         return es.daysAbbreviated
156 }
157
158 // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
159 func (es *es_VE) WeekdayNarrow(weekday time.Weekday) string {
160         return es.daysNarrow[weekday]
161 }
162
163 // WeekdaysNarrow returns the locales narrow weekdays
164 func (es *es_VE) WeekdaysNarrow() []string {
165         return es.daysNarrow
166 }
167
168 // WeekdayShort returns the locales short weekday given the 'weekday' provided
169 func (es *es_VE) WeekdayShort(weekday time.Weekday) string {
170         return es.daysShort[weekday]
171 }
172
173 // WeekdaysShort returns the locales short weekdays
174 func (es *es_VE) WeekdaysShort() []string {
175         return es.daysShort
176 }
177
178 // WeekdayWide returns the locales wide weekday given the 'weekday' provided
179 func (es *es_VE) WeekdayWide(weekday time.Weekday) string {
180         return es.daysWide[weekday]
181 }
182
183 // WeekdaysWide returns the locales wide weekdays
184 func (es *es_VE) WeekdaysWide() []string {
185         return es.daysWide
186 }
187
188 // Decimal returns the decimal point of number
189 func (es *es_VE) Decimal() string {
190         return es.decimal
191 }
192
193 // Group returns the group of number
194 func (es *es_VE) Group() string {
195         return es.group
196 }
197
198 // Group returns the minus sign of number
199 func (es *es_VE) Minus() string {
200         return es.minus
201 }
202
203 // FmtNumber returns 'num' with digits/precision of 'v' for 'es_VE' and handles both Whole and Real numbers based on 'v'
204 func (es *es_VE) FmtNumber(num float64, v uint64) string {
205
206         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
207         l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
208         count := 0
209         inWhole := v == 0
210         b := make([]byte, 0, l)
211
212         for i := len(s) - 1; i >= 0; i-- {
213
214                 if s[i] == '.' {
215                         b = append(b, es.decimal[0])
216                         inWhole = true
217                         continue
218                 }
219
220                 if inWhole {
221                         if count == 3 {
222                                 b = append(b, es.group[0])
223                                 count = 1
224                         } else {
225                                 count++
226                         }
227                 }
228
229                 b = append(b, s[i])
230         }
231
232         if num < 0 {
233                 b = append(b, es.minus[0])
234         }
235
236         // reverse
237         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
238                 b[i], b[j] = b[j], b[i]
239         }
240
241         return string(b)
242 }
243
244 // FmtPercent returns 'num' with digits/precision of 'v' for 'es_VE' and handles both Whole and Real numbers based on 'v'
245 // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
246 func (es *es_VE) FmtPercent(num float64, v uint64) string {
247         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
248         l := len(s) + 5
249         b := make([]byte, 0, l)
250
251         for i := len(s) - 1; i >= 0; i-- {
252
253                 if s[i] == '.' {
254                         b = append(b, es.decimal[0])
255                         continue
256                 }
257
258                 b = append(b, s[i])
259         }
260
261         if num < 0 {
262                 b = append(b, es.minus[0])
263         }
264
265         // reverse
266         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
267                 b[i], b[j] = b[j], b[i]
268         }
269
270         b = append(b, es.percentSuffix...)
271
272         b = append(b, es.percent...)
273
274         return string(b)
275 }
276
277 // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'es_VE'
278 func (es *es_VE) FmtCurrency(num float64, v uint64, currency currency.Type) string {
279
280         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
281         symbol := es.currencies[currency]
282         l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
283         count := 0
284         inWhole := v == 0
285         b := make([]byte, 0, l)
286
287         for i := len(s) - 1; i >= 0; i-- {
288
289                 if s[i] == '.' {
290                         b = append(b, es.decimal[0])
291                         inWhole = true
292                         continue
293                 }
294
295                 if inWhole {
296                         if count == 3 {
297                                 b = append(b, es.group[0])
298                                 count = 1
299                         } else {
300                                 count++
301                         }
302                 }
303
304                 b = append(b, s[i])
305         }
306
307         for j := len(symbol) - 1; j >= 0; j-- {
308                 b = append(b, symbol[j])
309         }
310
311         if num < 0 {
312                 b = append(b, es.minus[0])
313         }
314
315         // reverse
316         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
317                 b[i], b[j] = b[j], b[i]
318         }
319
320         if int(v) < 2 {
321
322                 if v == 0 {
323                         b = append(b, es.decimal...)
324                 }
325
326                 for i := 0; i < 2-int(v); i++ {
327                         b = append(b, '0')
328                 }
329         }
330
331         return string(b)
332 }
333
334 // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'es_VE'
335 // in accounting notation.
336 func (es *es_VE) FmtAccounting(num float64, v uint64, currency currency.Type) string {
337
338         s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
339         symbol := es.currencies[currency]
340         l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
341         count := 0
342         inWhole := v == 0
343         b := make([]byte, 0, l)
344
345         for i := len(s) - 1; i >= 0; i-- {
346
347                 if s[i] == '.' {
348                         b = append(b, es.decimal[0])
349                         inWhole = true
350                         continue
351                 }
352
353                 if inWhole {
354                         if count == 3 {
355                                 b = append(b, es.group[0])
356                                 count = 1
357                         } else {
358                                 count++
359                         }
360                 }
361
362                 b = append(b, s[i])
363         }
364
365         if num < 0 {
366
367                 for j := len(symbol) - 1; j >= 0; j-- {
368                         b = append(b, symbol[j])
369                 }
370
371                 b = append(b, es.minus[0])
372
373         } else {
374
375                 for j := len(symbol) - 1; j >= 0; j-- {
376                         b = append(b, symbol[j])
377                 }
378
379         }
380
381         // reverse
382         for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
383                 b[i], b[j] = b[j], b[i]
384         }
385
386         if int(v) < 2 {
387
388                 if v == 0 {
389                         b = append(b, es.decimal...)
390                 }
391
392                 for i := 0; i < 2-int(v); i++ {
393                         b = append(b, '0')
394                 }
395         }
396
397         return string(b)
398 }
399
400 // FmtDateShort returns the short date representation of 't' for 'es_VE'
401 func (es *es_VE) FmtDateShort(t time.Time) string {
402
403         b := make([]byte, 0, 32)
404
405         b = strconv.AppendInt(b, int64(t.Day()), 10)
406         b = append(b, []byte{0x2f}...)
407         b = strconv.AppendInt(b, int64(t.Month()), 10)
408         b = append(b, []byte{0x2f}...)
409
410         if t.Year() > 9 {
411                 b = append(b, strconv.Itoa(t.Year())[2:]...)
412         } else {
413                 b = append(b, strconv.Itoa(t.Year())[1:]...)
414         }
415
416         return string(b)
417 }
418
419 // FmtDateMedium returns the medium date representation of 't' for 'es_VE'
420 func (es *es_VE) FmtDateMedium(t time.Time) string {
421
422         b := make([]byte, 0, 32)
423
424         b = strconv.AppendInt(b, int64(t.Day()), 10)
425         b = append(b, []byte{0x20}...)
426         b = append(b, es.monthsAbbreviated[t.Month()]...)
427         b = append(b, []byte{0x20}...)
428
429         if t.Year() > 0 {
430                 b = strconv.AppendInt(b, int64(t.Year()), 10)
431         } else {
432                 b = strconv.AppendInt(b, int64(-t.Year()), 10)
433         }
434
435         return string(b)
436 }
437
438 // FmtDateLong returns the long date representation of 't' for 'es_VE'
439 func (es *es_VE) FmtDateLong(t time.Time) string {
440
441         b := make([]byte, 0, 32)
442
443         b = strconv.AppendInt(b, int64(t.Day()), 10)
444         b = append(b, []byte{0x20, 0x64, 0x65}...)
445         b = append(b, []byte{0x20}...)
446         b = append(b, es.monthsWide[t.Month()]...)
447         b = append(b, []byte{0x20, 0x64, 0x65}...)
448         b = append(b, []byte{0x20}...)
449
450         if t.Year() > 0 {
451                 b = strconv.AppendInt(b, int64(t.Year()), 10)
452         } else {
453                 b = strconv.AppendInt(b, int64(-t.Year()), 10)
454         }
455
456         return string(b)
457 }
458
459 // FmtDateFull returns the full date representation of 't' for 'es_VE'
460 func (es *es_VE) FmtDateFull(t time.Time) string {
461
462         b := make([]byte, 0, 32)
463
464         b = append(b, es.daysWide[t.Weekday()]...)
465         b = append(b, []byte{0x2c, 0x20}...)
466         b = strconv.AppendInt(b, int64(t.Day()), 10)
467         b = append(b, []byte{0x20, 0x64, 0x65}...)
468         b = append(b, []byte{0x20}...)
469         b = append(b, es.monthsWide[t.Month()]...)
470         b = append(b, []byte{0x20, 0x64, 0x65}...)
471         b = append(b, []byte{0x20}...)
472
473         if t.Year() > 0 {
474                 b = strconv.AppendInt(b, int64(t.Year()), 10)
475         } else {
476                 b = strconv.AppendInt(b, int64(-t.Year()), 10)
477         }
478
479         return string(b)
480 }
481
482 // FmtTimeShort returns the short time representation of 't' for 'es_VE'
483 func (es *es_VE) FmtTimeShort(t time.Time) string {
484
485         b := make([]byte, 0, 32)
486
487         h := t.Hour()
488
489         if h > 12 {
490                 h -= 12
491         }
492
493         b = strconv.AppendInt(b, int64(h), 10)
494         b = append(b, es.timeSeparator...)
495
496         if t.Minute() < 10 {
497                 b = append(b, '0')
498         }
499
500         b = strconv.AppendInt(b, int64(t.Minute()), 10)
501         b = append(b, []byte{0x20}...)
502
503         if t.Hour() < 12 {
504                 b = append(b, es.periodsAbbreviated[0]...)
505         } else {
506                 b = append(b, es.periodsAbbreviated[1]...)
507         }
508
509         return string(b)
510 }
511
512 // FmtTimeMedium returns the medium time representation of 't' for 'es_VE'
513 func (es *es_VE) FmtTimeMedium(t time.Time) string {
514
515         b := make([]byte, 0, 32)
516
517         h := t.Hour()
518
519         if h > 12 {
520                 h -= 12
521         }
522
523         b = strconv.AppendInt(b, int64(h), 10)
524         b = append(b, es.timeSeparator...)
525
526         if t.Minute() < 10 {
527                 b = append(b, '0')
528         }
529
530         b = strconv.AppendInt(b, int64(t.Minute()), 10)
531         b = append(b, es.timeSeparator...)
532
533         if t.Second() < 10 {
534                 b = append(b, '0')
535         }
536
537         b = strconv.AppendInt(b, int64(t.Second()), 10)
538         b = append(b, []byte{0x20}...)
539
540         if t.Hour() < 12 {
541                 b = append(b, es.periodsAbbreviated[0]...)
542         } else {
543                 b = append(b, es.periodsAbbreviated[1]...)
544         }
545
546         return string(b)
547 }
548
549 // FmtTimeLong returns the long time representation of 't' for 'es_VE'
550 func (es *es_VE) FmtTimeLong(t time.Time) string {
551
552         b := make([]byte, 0, 32)
553
554         h := t.Hour()
555
556         if h > 12 {
557                 h -= 12
558         }
559
560         b = strconv.AppendInt(b, int64(h), 10)
561         b = append(b, es.timeSeparator...)
562
563         if t.Minute() < 10 {
564                 b = append(b, '0')
565         }
566
567         b = strconv.AppendInt(b, int64(t.Minute()), 10)
568         b = append(b, es.timeSeparator...)
569
570         if t.Second() < 10 {
571                 b = append(b, '0')
572         }
573
574         b = strconv.AppendInt(b, int64(t.Second()), 10)
575         b = append(b, []byte{0x20}...)
576
577         if t.Hour() < 12 {
578                 b = append(b, es.periodsAbbreviated[0]...)
579         } else {
580                 b = append(b, es.periodsAbbreviated[1]...)
581         }
582
583         b = append(b, []byte{0x20}...)
584
585         tz, _ := t.Zone()
586         b = append(b, tz...)
587
588         return string(b)
589 }
590
591 // FmtTimeFull returns the full time representation of 't' for 'es_VE'
592 func (es *es_VE) FmtTimeFull(t time.Time) string {
593
594         b := make([]byte, 0, 32)
595
596         h := t.Hour()
597
598         if h > 12 {
599                 h -= 12
600         }
601
602         b = strconv.AppendInt(b, int64(h), 10)
603         b = append(b, es.timeSeparator...)
604
605         if t.Minute() < 10 {
606                 b = append(b, '0')
607         }
608
609         b = strconv.AppendInt(b, int64(t.Minute()), 10)
610         b = append(b, es.timeSeparator...)
611
612         if t.Second() < 10 {
613                 b = append(b, '0')
614         }
615
616         b = strconv.AppendInt(b, int64(t.Second()), 10)
617         b = append(b, []byte{0x20}...)
618
619         if t.Hour() < 12 {
620                 b = append(b, es.periodsAbbreviated[0]...)
621         } else {
622                 b = append(b, es.periodsAbbreviated[1]...)
623         }
624
625         b = append(b, []byte{0x20}...)
626
627         tz, _ := t.Zone()
628
629         if btz, ok := es.timezones[tz]; ok {
630                 b = append(b, btz...)
631         } else {
632                 b = append(b, tz...)
633         }
634
635         return string(b)
636 }