...

Source file src/github.com/go-playground/locales/en_CH/en_CH.go

Documentation: github.com/go-playground/locales/en_CH

     1  package en_CH
     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_CH 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  	perMille               string
    22  	timeSeparator          string
    23  	inifinity              string
    24  	currencies             []string // idx = enum of currency code
    25  	currencyPositivePrefix string
    26  	currencyNegativePrefix string
    27  	monthsAbbreviated      []string
    28  	monthsNarrow           []string
    29  	monthsWide             []string
    30  	daysAbbreviated        []string
    31  	daysNarrow             []string
    32  	daysShort              []string
    33  	daysWide               []string
    34  	periodsAbbreviated     []string
    35  	periodsNarrow          []string
    36  	periodsShort           []string
    37  	periodsWide            []string
    38  	erasAbbreviated        []string
    39  	erasNarrow             []string
    40  	erasWide               []string
    41  	timezones              map[string]string
    42  }
    43  
    44  // New returns a new instance of translator for the 'en_CH' locale
    45  func New() locales.Translator {
    46  	return &en_CH{
    47  		locale:                 "en_CH",
    48  		pluralsCardinal:        []locales.PluralRule{2, 6},
    49  		pluralsOrdinal:         []locales.PluralRule{2, 3, 4, 6},
    50  		pluralsRange:           []locales.PluralRule{6},
    51  		decimal:                ".",
    52  		group:                  "’",
    53  		minus:                  "-",
    54  		percent:                "%",
    55  		perMille:               "‰",
    56  		timeSeparator:          ":",
    57  		inifinity:              "∞",
    58  		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", "CNH", "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", "MRU", "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", "STN", "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", "UYW", "UZS", "VEB", "VEF", "VES", "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"},
    59  		currencyPositivePrefix: " ",
    60  		currencyNegativePrefix: "-",
    61  		monthsAbbreviated:      []string{"", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"},
    62  		monthsNarrow:           []string{"", "J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"},
    63  		monthsWide:             []string{"", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"},
    64  		daysAbbreviated:        []string{"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"},
    65  		daysNarrow:             []string{"S", "M", "T", "W", "T", "F", "S"},
    66  		daysShort:              []string{"Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"},
    67  		daysWide:               []string{"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"},
    68  		periodsAbbreviated:     []string{"am", "pm"},
    69  		periodsNarrow:          []string{"a", "p"},
    70  		periodsWide:            []string{"am", "pm"},
    71  		erasAbbreviated:        []string{"BC", "AD"},
    72  		erasNarrow:             []string{"B", "A"},
    73  		erasWide:               []string{"Before Christ", "Anno Domini"},
    74  		timezones:              map[string]string{"ACDT": "Australian Central Daylight Time", "ACST": "Australian Central Standard Time", "ACWDT": "Australian Central Western Daylight Time", "ACWST": "Australian Central Western Standard Time", "ADT": "Atlantic Daylight Time", "AEDT": "Australian Eastern Daylight Time", "AEST": "Australian Eastern Standard Time", "AKDT": "Alaska Daylight Time", "AKST": "Alaska Standard Time", "ARST": "Argentina Summer Time", "ART": "Argentina Standard Time", "AST": "Atlantic Standard Time", "AWDT": "Australian Western Daylight Time", "AWST": "Australian Western Standard Time", "BOT": "Bolivia Time", "BT": "Bhutan Time", "CAT": "Central Africa Time", "CDT": "Central Daylight Time", "CHADT": "Chatham Daylight Time", "CHAST": "Chatham Standard Time", "CLST": "Chile Summer Time", "CLT": "Chile Standard Time", "COST": "Colombia Summer Time", "COT": "Colombia Standard Time", "CST": "Central Standard Time", "ChST": "Chamorro Standard Time", "EAT": "East Africa Time", "ECT": "Ecuador Time", "EDT": "Eastern Daylight Time", "EST": "Eastern Standard Time", "GFT": "French Guiana Time", "GMT": "Greenwich Mean Time", "GST": "Gulf Standard Time", "GYT": "Guyana Time", "HADT": "Hawaii-Aleutian Daylight Time", "HAST": "Hawaii-Aleutian Standard Time", "HAT": "Newfoundland Daylight Time", "HECU": "Cuba Daylight Time", "HEEG": "East Greenland Summer Time", "HENOMX": "Northwest Mexico Daylight Time", "HEOG": "West Greenland Summer Time", "HEPM": "St. Pierre & Miquelon Daylight Time", "HEPMX": "Mexican Pacific Daylight Time", "HKST": "Hong Kong Summer Time", "HKT": "Hong Kong Standard Time", "HNCU": "Cuba Standard Time", "HNEG": "East Greenland Standard Time", "HNNOMX": "Northwest Mexico Standard Time", "HNOG": "West Greenland Standard Time", "HNPM": "St. Pierre & Miquelon Standard Time", "HNPMX": "Mexican Pacific Standard Time", "HNT": "Newfoundland Standard Time", "IST": "India Standard Time", "JDT": "Japan Daylight Time", "JST": "Japan Standard Time", "LHDT": "Lord Howe Daylight Time", "LHST": "Lord Howe Standard Time", "MDT": "Mountain Daylight Time", "MESZ": "Central European Summer Time", "MEZ": "Central European Standard Time", "MST": "Mountain Standard Time", "MYT": "Malaysia Time", "NZDT": "New Zealand Daylight Time", "NZST": "New Zealand Standard Time", "OESZ": "Eastern European Summer Time", "OEZ": "Eastern European Standard Time", "PDT": "Pacific Daylight Time", "PST": "Pacific Standard Time", "SAST": "South Africa Standard Time", "SGT": "Singapore Standard Time", "SRT": "Suriname Time", "TMST": "Turkmenistan Summer Time", "TMT": "Turkmenistan Standard Time", "UYST": "Uruguay Summer Time", "UYT": "Uruguay Standard Time", "VET": "Venezuela Time", "WARST": "Western Argentina Summer Time", "WART": "Western Argentina Standard Time", "WAST": "West Africa Summer Time", "WAT": "West Africa Standard Time", "WESZ": "Western European Summer Time", "WEZ": "Western European Standard Time", "WIB": "Western Indonesia Time", "WIT": "Eastern Indonesia Time", "WITA": "Central Indonesia Time", "∅∅∅": "Brasilia Summer Time"},
    75  	}
    76  }
    77  
    78  // Locale returns the current translators string locale
    79  func (en *en_CH) Locale() string {
    80  	return en.locale
    81  }
    82  
    83  // PluralsCardinal returns the list of cardinal plural rules associated with 'en_CH'
    84  func (en *en_CH) PluralsCardinal() []locales.PluralRule {
    85  	return en.pluralsCardinal
    86  }
    87  
    88  // PluralsOrdinal returns the list of ordinal plural rules associated with 'en_CH'
    89  func (en *en_CH) PluralsOrdinal() []locales.PluralRule {
    90  	return en.pluralsOrdinal
    91  }
    92  
    93  // PluralsRange returns the list of range plural rules associated with 'en_CH'
    94  func (en *en_CH) PluralsRange() []locales.PluralRule {
    95  	return en.pluralsRange
    96  }
    97  
    98  // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'en_CH'
    99  func (en *en_CH) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
   100  
   101  	n := math.Abs(num)
   102  	i := int64(n)
   103  
   104  	if i == 1 && v == 0 {
   105  		return locales.PluralRuleOne
   106  	}
   107  
   108  	return locales.PluralRuleOther
   109  }
   110  
   111  // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'en_CH'
   112  func (en *en_CH) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
   113  
   114  	n := math.Abs(num)
   115  	nMod10 := math.Mod(n, 10)
   116  	nMod100 := math.Mod(n, 100)
   117  
   118  	if nMod10 == 1 && nMod100 != 11 {
   119  		return locales.PluralRuleOne
   120  	} else if nMod10 == 2 && nMod100 != 12 {
   121  		return locales.PluralRuleTwo
   122  	} else if nMod10 == 3 && nMod100 != 13 {
   123  		return locales.PluralRuleFew
   124  	}
   125  
   126  	return locales.PluralRuleOther
   127  }
   128  
   129  // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'en_CH'
   130  func (en *en_CH) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
   131  	return locales.PluralRuleOther
   132  }
   133  
   134  // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
   135  func (en *en_CH) MonthAbbreviated(month time.Month) string {
   136  	return en.monthsAbbreviated[month]
   137  }
   138  
   139  // MonthsAbbreviated returns the locales abbreviated months
   140  func (en *en_CH) MonthsAbbreviated() []string {
   141  	return en.monthsAbbreviated[1:]
   142  }
   143  
   144  // MonthNarrow returns the locales narrow month given the 'month' provided
   145  func (en *en_CH) MonthNarrow(month time.Month) string {
   146  	return en.monthsNarrow[month]
   147  }
   148  
   149  // MonthsNarrow returns the locales narrow months
   150  func (en *en_CH) MonthsNarrow() []string {
   151  	return en.monthsNarrow[1:]
   152  }
   153  
   154  // MonthWide returns the locales wide month given the 'month' provided
   155  func (en *en_CH) MonthWide(month time.Month) string {
   156  	return en.monthsWide[month]
   157  }
   158  
   159  // MonthsWide returns the locales wide months
   160  func (en *en_CH) MonthsWide() []string {
   161  	return en.monthsWide[1:]
   162  }
   163  
   164  // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
   165  func (en *en_CH) WeekdayAbbreviated(weekday time.Weekday) string {
   166  	return en.daysAbbreviated[weekday]
   167  }
   168  
   169  // WeekdaysAbbreviated returns the locales abbreviated weekdays
   170  func (en *en_CH) WeekdaysAbbreviated() []string {
   171  	return en.daysAbbreviated
   172  }
   173  
   174  // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
   175  func (en *en_CH) WeekdayNarrow(weekday time.Weekday) string {
   176  	return en.daysNarrow[weekday]
   177  }
   178  
   179  // WeekdaysNarrow returns the locales narrow weekdays
   180  func (en *en_CH) WeekdaysNarrow() []string {
   181  	return en.daysNarrow
   182  }
   183  
   184  // WeekdayShort returns the locales short weekday given the 'weekday' provided
   185  func (en *en_CH) WeekdayShort(weekday time.Weekday) string {
   186  	return en.daysShort[weekday]
   187  }
   188  
   189  // WeekdaysShort returns the locales short weekdays
   190  func (en *en_CH) WeekdaysShort() []string {
   191  	return en.daysShort
   192  }
   193  
   194  // WeekdayWide returns the locales wide weekday given the 'weekday' provided
   195  func (en *en_CH) WeekdayWide(weekday time.Weekday) string {
   196  	return en.daysWide[weekday]
   197  }
   198  
   199  // WeekdaysWide returns the locales wide weekdays
   200  func (en *en_CH) WeekdaysWide() []string {
   201  	return en.daysWide
   202  }
   203  
   204  // Decimal returns the decimal point of number
   205  func (en *en_CH) Decimal() string {
   206  	return en.decimal
   207  }
   208  
   209  // Group returns the group of number
   210  func (en *en_CH) Group() string {
   211  	return en.group
   212  }
   213  
   214  // Group returns the minus sign of number
   215  func (en *en_CH) Minus() string {
   216  	return en.minus
   217  }
   218  
   219  // FmtNumber returns 'num' with digits/precision of 'v' for 'en_CH' and handles both Whole and Real numbers based on 'v'
   220  func (en *en_CH) FmtNumber(num float64, v uint64) string {
   221  
   222  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   223  	l := len(s) + 2 + 3*len(s[:len(s)-int(v)-1])/3
   224  	count := 0
   225  	inWhole := v == 0
   226  	b := make([]byte, 0, l)
   227  
   228  	for i := len(s) - 1; i >= 0; i-- {
   229  
   230  		if s[i] == '.' {
   231  			b = append(b, en.decimal[0])
   232  			inWhole = true
   233  			continue
   234  		}
   235  
   236  		if inWhole {
   237  			if count == 3 {
   238  				for j := len(en.group) - 1; j >= 0; j-- {
   239  					b = append(b, en.group[j])
   240  				}
   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_CH' 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_CH) FmtPercent(num float64, v uint64) string {
   265  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   266  	l := len(s) + 3
   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.percent...)
   289  
   290  	return string(b)
   291  }
   292  
   293  // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'en_CH'
   294  func (en *en_CH) FmtCurrency(num float64, v uint64, currency currency.Type) string {
   295  
   296  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   297  	symbol := en.currencies[currency]
   298  	l := len(s) + len(symbol) + 4 + 3*len(s[:len(s)-int(v)-1])/3
   299  	count := 0
   300  	inWhole := v == 0
   301  	b := make([]byte, 0, l)
   302  
   303  	for i := len(s) - 1; i >= 0; i-- {
   304  
   305  		if s[i] == '.' {
   306  			b = append(b, en.decimal[0])
   307  			inWhole = true
   308  			continue
   309  		}
   310  
   311  		if inWhole {
   312  			if count == 3 {
   313  				for j := len(en.group) - 1; j >= 0; j-- {
   314  					b = append(b, en.group[j])
   315  				}
   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_CH'
   357  // in accounting notation.
   358  func (en *en_CH) 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) + 3 + 3*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  				for j := len(en.group) - 1; j >= 0; j-- {
   378  					b = append(b, en.group[j])
   379  				}
   380  				count = 1
   381  			} else {
   382  				count++
   383  			}
   384  		}
   385  
   386  		b = append(b, s[i])
   387  	}
   388  
   389  	if num < 0 {
   390  
   391  		for j := len(symbol) - 1; j >= 0; j-- {
   392  			b = append(b, symbol[j])
   393  		}
   394  
   395  		b = append(b, en.currencyNegativePrefix[0])
   396  
   397  	} else {
   398  
   399  		for j := len(symbol) - 1; j >= 0; j-- {
   400  			b = append(b, symbol[j])
   401  		}
   402  
   403  		for j := len(en.currencyPositivePrefix) - 1; j >= 0; j-- {
   404  			b = append(b, en.currencyPositivePrefix[j])
   405  		}
   406  
   407  	}
   408  
   409  	// reverse
   410  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   411  		b[i], b[j] = b[j], b[i]
   412  	}
   413  
   414  	if int(v) < 2 {
   415  
   416  		if v == 0 {
   417  			b = append(b, en.decimal...)
   418  		}
   419  
   420  		for i := 0; i < 2-int(v); i++ {
   421  			b = append(b, '0')
   422  		}
   423  	}
   424  
   425  	return string(b)
   426  }
   427  
   428  // FmtDateShort returns the short date representation of 't' for 'en_CH'
   429  func (en *en_CH) FmtDateShort(t time.Time) string {
   430  
   431  	b := make([]byte, 0, 32)
   432  
   433  	b = strconv.AppendInt(b, int64(t.Month()), 10)
   434  	b = append(b, []byte{0x2f}...)
   435  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   436  	b = append(b, []byte{0x2f}...)
   437  
   438  	if t.Year() > 9 {
   439  		b = append(b, strconv.Itoa(t.Year())[2:]...)
   440  	} else {
   441  		b = append(b, strconv.Itoa(t.Year())[1:]...)
   442  	}
   443  
   444  	return string(b)
   445  }
   446  
   447  // FmtDateMedium returns the medium date representation of 't' for 'en_CH'
   448  func (en *en_CH) FmtDateMedium(t time.Time) string {
   449  
   450  	b := make([]byte, 0, 32)
   451  
   452  	b = append(b, en.monthsAbbreviated[t.Month()]...)
   453  	b = append(b, []byte{0x20}...)
   454  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   455  	b = append(b, []byte{0x2c, 0x20}...)
   456  
   457  	if t.Year() > 0 {
   458  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   459  	} else {
   460  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   461  	}
   462  
   463  	return string(b)
   464  }
   465  
   466  // FmtDateLong returns the long date representation of 't' for 'en_CH'
   467  func (en *en_CH) FmtDateLong(t time.Time) string {
   468  
   469  	b := make([]byte, 0, 32)
   470  
   471  	b = append(b, en.monthsWide[t.Month()]...)
   472  	b = append(b, []byte{0x20}...)
   473  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   474  	b = append(b, []byte{0x2c, 0x20}...)
   475  
   476  	if t.Year() > 0 {
   477  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   478  	} else {
   479  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   480  	}
   481  
   482  	return string(b)
   483  }
   484  
   485  // FmtDateFull returns the full date representation of 't' for 'en_CH'
   486  func (en *en_CH) FmtDateFull(t time.Time) string {
   487  
   488  	b := make([]byte, 0, 32)
   489  
   490  	b = append(b, en.daysWide[t.Weekday()]...)
   491  	b = append(b, []byte{0x2c, 0x20}...)
   492  	b = append(b, en.monthsWide[t.Month()]...)
   493  	b = append(b, []byte{0x20}...)
   494  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   495  	b = append(b, []byte{0x2c, 0x20}...)
   496  
   497  	if t.Year() > 0 {
   498  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   499  	} else {
   500  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   501  	}
   502  
   503  	return string(b)
   504  }
   505  
   506  // FmtTimeShort returns the short time representation of 't' for 'en_CH'
   507  func (en *en_CH) FmtTimeShort(t time.Time) string {
   508  
   509  	b := make([]byte, 0, 32)
   510  
   511  	if t.Hour() < 10 {
   512  		b = append(b, '0')
   513  	}
   514  
   515  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   516  	b = append(b, en.timeSeparator...)
   517  
   518  	if t.Minute() < 10 {
   519  		b = append(b, '0')
   520  	}
   521  
   522  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   523  
   524  	return string(b)
   525  }
   526  
   527  // FmtTimeMedium returns the medium time representation of 't' for 'en_CH'
   528  func (en *en_CH) FmtTimeMedium(t time.Time) string {
   529  
   530  	b := make([]byte, 0, 32)
   531  
   532  	if t.Hour() < 10 {
   533  		b = append(b, '0')
   534  	}
   535  
   536  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   537  	b = append(b, en.timeSeparator...)
   538  
   539  	if t.Minute() < 10 {
   540  		b = append(b, '0')
   541  	}
   542  
   543  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   544  	b = append(b, en.timeSeparator...)
   545  
   546  	if t.Second() < 10 {
   547  		b = append(b, '0')
   548  	}
   549  
   550  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   551  
   552  	return string(b)
   553  }
   554  
   555  // FmtTimeLong returns the long time representation of 't' for 'en_CH'
   556  func (en *en_CH) FmtTimeLong(t time.Time) string {
   557  
   558  	b := make([]byte, 0, 32)
   559  
   560  	if t.Hour() < 10 {
   561  		b = append(b, '0')
   562  	}
   563  
   564  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   565  	b = append(b, en.timeSeparator...)
   566  
   567  	if t.Minute() < 10 {
   568  		b = append(b, '0')
   569  	}
   570  
   571  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   572  	b = append(b, en.timeSeparator...)
   573  
   574  	if t.Second() < 10 {
   575  		b = append(b, '0')
   576  	}
   577  
   578  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   579  	b = append(b, []byte{0x20}...)
   580  
   581  	tz, _ := t.Zone()
   582  	b = append(b, tz...)
   583  
   584  	return string(b)
   585  }
   586  
   587  // FmtTimeFull returns the full time representation of 't' for 'en_CH'
   588  func (en *en_CH) FmtTimeFull(t time.Time) string {
   589  
   590  	b := make([]byte, 0, 32)
   591  
   592  	if t.Hour() < 10 {
   593  		b = append(b, '0')
   594  	}
   595  
   596  	b = strconv.AppendInt(b, int64(t.Hour()), 10)
   597  	b = append(b, en.timeSeparator...)
   598  
   599  	if t.Minute() < 10 {
   600  		b = append(b, '0')
   601  	}
   602  
   603  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   604  	b = append(b, en.timeSeparator...)
   605  
   606  	if t.Second() < 10 {
   607  		b = append(b, '0')
   608  	}
   609  
   610  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   611  	b = append(b, []byte{0x20}...)
   612  
   613  	tz, _ := t.Zone()
   614  
   615  	if btz, ok := en.timezones[tz]; ok {
   616  		b = append(b, btz...)
   617  	} else {
   618  		b = append(b, tz...)
   619  	}
   620  
   621  	return string(b)
   622  }
   623  

View as plain text