...

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

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

     1  package ceb_PH
     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 ceb_PH 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  	currencyNegativePrefix string
    26  	currencyNegativeSuffix 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 'ceb_PH' locale
    45  func New() locales.Translator {
    46  	return &ceb_PH{
    47  		locale:                 "ceb_PH",
    48  		pluralsCardinal:        []locales.PluralRule{2, 6},
    49  		pluralsOrdinal:         nil,
    50  		pluralsRange:           nil,
    51  		decimal:                ".",
    52  		group:                  ",",
    53  		minus:                  "-",
    54  		percent:                "%",
    55  		timeSeparator:          ":",
    56  		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"},
    57  		currencyNegativePrefix: "(",
    58  		currencyNegativeSuffix: ")",
    59  		monthsAbbreviated:      []string{"", "En", "Peb", "Mar", "Apr", "May", "Hun", "Hul", "Ag", "Set", "Okt", "Nob", "Dis"},
    60  		monthsNarrow:           []string{"", "E", "P", "M", "A", "M", "H", "H", "A", "S", "O", "N", "D"},
    61  		monthsWide:             []string{"", "Enero", "Pebrero", "Marso", "Abril", "Mayo", "Hunyo", "Hulyo", "Agosto", "Setyembre", "Oktubre", "Nobyembre", "Disyembre"},
    62  		daysAbbreviated:        []string{"Dom", "Lun", "Mar", "Mks", "Hu", "Bi", "Sa"},
    63  		daysNarrow:             []string{"D", "L", "M", "M", "H", "B", "S"},
    64  		daysShort:              []string{"Dom", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab"},
    65  		daysWide:               []string{"Domingo", "Lunes", "Martes", "Miyerkules", "Huwebes", "Biyernes", "Sabado"},
    66  		periodsNarrow:          []string{"a", "p"},
    67  		periodsWide:            []string{"AM", "PM"},
    68  		erasAbbreviated:        []string{"", ""},
    69  		erasNarrow:             []string{"", ""},
    70  		erasWide:               []string{"Sa Wala Pa ang Common Era", "Common Era"},
    71  		timezones:              map[string]string{"ACDT": "Oras sa Adlawan sa Central Australia", "ACST": "Tamdanang Oras sa Central Australia", "ACWDT": "Oras sa Adlawan sa Central Western Australia", "ACWST": "Tamdanang Oras sa Central Western Australia", "ADT": "Norte Amerika Oras sa Kahayag sa Adlaw sa Atlantiko", "AEDT": "Oras sa Adlawan sa Eastern Australia", "AEST": "Tamdanang Oras sa Eastern Australia", "AKDT": "Oras sa Adlawan sa Alaska", "AKST": "Tamdanang Oras sa Alaska", "ARST": "Oras sa Tag-init sa Argentina", "ART": "Tamdanang Oras sa Argentina", "AST": "Norte Amerika Sukdanang Oras sa Atlantiko", "AWDT": "Oras sa Adlawan sa Western Australia", "AWST": "Tamdanang Oras sa Western Australia", "BOT": "Oras sa Bolivia", "BT": "Oras sa Bhutan", "CAT": "Oras sa Central Africa", "CDT": "Taliwala sa Kahayag sa Adlawng Oras Norte Amerika", "CHADT": "Oras sa Adlawan sa Chatham", "CHAST": "Tamdanang Oras sa Chatham", "CLST": "Oras sa Tag-init sa Chile", "CLT": "Tamdanang Oras sa Chile", "COST": "Oras sa Tag-init sa Colombia", "COT": "Tamdanang Oras sa Colombia", "CST": "Taliwala nga Sukdanang Oras Norte Amerika", "ChST": "Tamdanang Oras sa Chamorro", "EAT": "Oras sa East Africa", "ECT": "Oras sa Ecuador", "EDT": "Norte Amerika Oras sa Sidlakan sa Kahayag sa Adlaw", "EST": "Norte Amerika Sukdanang Oras", "GFT": "Oras sa French Guiana", "GMT": "Kasarangang Oras sa Greenwich", "GST": "Tamdanang Oras sa Gulf", "GYT": "Oras sa Guyana", "HADT": "Oras sa Adlawan sa Hawaii-Aleutian", "HAST": "Tamdanang Oras sa Hawaii-Aleutian", "HAT": "Oras sa Adlawan sa Newfoundland", "HECU": "Oras sa Adlawan sa Cuba", "HEEG": "Oras sa Tag-init sa East Greenland", "HENOMX": "Oras sa Adlawan sa Northwest Mexico", "HEOG": "Oras sa Tag-init sa West Greenland", "HEPM": "Oras sa Adlawan sa St. Pierre & Miquelon", "HEPMX": "Oras sa Adlawan sa Mexican Pacific", "HKST": "Oras sa Tag-init sa Hong Kong", "HKT": "Tamdanang Oras sa Hong Kong", "HNCU": "Tamdanang Oras sa Cuba", "HNEG": "Tamdanang Oras sa East Greenland", "HNNOMX": "Tamdanang Oras sa Northwest Mexico", "HNOG": "Tamdanang Oras sa West Greenland", "HNPM": "Tamdanang Oras sa St. Pierre & Miquelon", "HNPMX": "Tamdanang Oras sa Mexican Pacific", "HNT": "Tamdanang Oras sa Newfoundland", "IST": "Tamdanang Oras sa India", "JDT": "Oras sa Adlawan sa Japan", "JST": "Tamdanang Oras sa Japan", "LHDT": "Oras sa Adlawan sa Lord Howe", "LHST": "Tamdanang Oras sa Lord Howe", "MDT": "MDT", "MESZ": "Oras sa Europa Taliwala sa Adlaw sa Tag-init", "MEZ": "Sukdanang Oras sa Europa sa Taliwala sa Adlaw", "MST": "MST", "MYT": "Oras sa Malaysia", "NZDT": "Oras sa Adlawan sa New Zealand", "NZST": "Tamdanang Oras sa New Zealand", "OESZ": "Oras sa Taga-Oryente sa Europa sa Tag-int", "OEZ": "Sukdanang Oras sa Taga-Oryente sa Europa", "PDT": "Norte Amerika Oras sa Kahayag sa Adlaw sa Pasipiko", "PST": "Norte Amerika Sukdanang Oras sa Pasipiko", "SAST": "Tamdanang Oras sa South Africa", "SGT": "Tamdanang Oras sa Singapore", "SRT": "Oras sa Suriname", "TMST": "Oras sa Tag-init sa Turkmenistan", "TMT": "Tamdanang Oras sa Turkmenistan", "UYST": "Oras sa Tag-init sa Uruguay", "UYT": "Tamdanang Oras sa Uruguay", "VET": "Oras sa Venezuela", "WARST": "Oras sa Tag-init sa Western Argentina", "WART": "Tamdanang Oras sa Western Argentina", "WAST": "Oras sa Tag-init sa West Africa", "WAT": "Tamdanang Oras sa West Africa", "WESZ": "Oras sa Kasadpanon sa Europa sa Tag-init", "WEZ": "Sukadanang Oras sa Kasadpanon sa Europa", "WIB": "Oras sa Western Indonesia", "WIT": "Oras sa Eastern Indonesia", "WITA": "Oras sa Central Indonesia", "∅∅∅": "Oras sa Tag-init sa Peru"},
    72  	}
    73  }
    74  
    75  // Locale returns the current translators string locale
    76  func (ceb *ceb_PH) Locale() string {
    77  	return ceb.locale
    78  }
    79  
    80  // PluralsCardinal returns the list of cardinal plural rules associated with 'ceb_PH'
    81  func (ceb *ceb_PH) PluralsCardinal() []locales.PluralRule {
    82  	return ceb.pluralsCardinal
    83  }
    84  
    85  // PluralsOrdinal returns the list of ordinal plural rules associated with 'ceb_PH'
    86  func (ceb *ceb_PH) PluralsOrdinal() []locales.PluralRule {
    87  	return ceb.pluralsOrdinal
    88  }
    89  
    90  // PluralsRange returns the list of range plural rules associated with 'ceb_PH'
    91  func (ceb *ceb_PH) PluralsRange() []locales.PluralRule {
    92  	return ceb.pluralsRange
    93  }
    94  
    95  // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'ceb_PH'
    96  func (ceb *ceb_PH) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
    97  
    98  	n := math.Abs(num)
    99  	i := int64(n)
   100  	f := locales.F(n, v)
   101  	iMod10 := i % 10
   102  	fMod10 := f % 10
   103  
   104  	if (v == 0 && (i == 1 || i == 2 || i == 3)) || (v == 0 && (iMod10 != 4 && iMod10 != 6 && iMod10 != 9)) || (v != 0 && (fMod10 != 4 && fMod10 != 6 && fMod10 != 9)) {
   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 'ceb_PH'
   112  func (ceb *ceb_PH) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
   113  	return locales.PluralRuleUnknown
   114  }
   115  
   116  // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'ceb_PH'
   117  func (ceb *ceb_PH) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
   118  	return locales.PluralRuleUnknown
   119  }
   120  
   121  // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
   122  func (ceb *ceb_PH) MonthAbbreviated(month time.Month) string {
   123  	return ceb.monthsAbbreviated[month]
   124  }
   125  
   126  // MonthsAbbreviated returns the locales abbreviated months
   127  func (ceb *ceb_PH) MonthsAbbreviated() []string {
   128  	return ceb.monthsAbbreviated[1:]
   129  }
   130  
   131  // MonthNarrow returns the locales narrow month given the 'month' provided
   132  func (ceb *ceb_PH) MonthNarrow(month time.Month) string {
   133  	return ceb.monthsNarrow[month]
   134  }
   135  
   136  // MonthsNarrow returns the locales narrow months
   137  func (ceb *ceb_PH) MonthsNarrow() []string {
   138  	return ceb.monthsNarrow[1:]
   139  }
   140  
   141  // MonthWide returns the locales wide month given the 'month' provided
   142  func (ceb *ceb_PH) MonthWide(month time.Month) string {
   143  	return ceb.monthsWide[month]
   144  }
   145  
   146  // MonthsWide returns the locales wide months
   147  func (ceb *ceb_PH) MonthsWide() []string {
   148  	return ceb.monthsWide[1:]
   149  }
   150  
   151  // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
   152  func (ceb *ceb_PH) WeekdayAbbreviated(weekday time.Weekday) string {
   153  	return ceb.daysAbbreviated[weekday]
   154  }
   155  
   156  // WeekdaysAbbreviated returns the locales abbreviated weekdays
   157  func (ceb *ceb_PH) WeekdaysAbbreviated() []string {
   158  	return ceb.daysAbbreviated
   159  }
   160  
   161  // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
   162  func (ceb *ceb_PH) WeekdayNarrow(weekday time.Weekday) string {
   163  	return ceb.daysNarrow[weekday]
   164  }
   165  
   166  // WeekdaysNarrow returns the locales narrow weekdays
   167  func (ceb *ceb_PH) WeekdaysNarrow() []string {
   168  	return ceb.daysNarrow
   169  }
   170  
   171  // WeekdayShort returns the locales short weekday given the 'weekday' provided
   172  func (ceb *ceb_PH) WeekdayShort(weekday time.Weekday) string {
   173  	return ceb.daysShort[weekday]
   174  }
   175  
   176  // WeekdaysShort returns the locales short weekdays
   177  func (ceb *ceb_PH) WeekdaysShort() []string {
   178  	return ceb.daysShort
   179  }
   180  
   181  // WeekdayWide returns the locales wide weekday given the 'weekday' provided
   182  func (ceb *ceb_PH) WeekdayWide(weekday time.Weekday) string {
   183  	return ceb.daysWide[weekday]
   184  }
   185  
   186  // WeekdaysWide returns the locales wide weekdays
   187  func (ceb *ceb_PH) WeekdaysWide() []string {
   188  	return ceb.daysWide
   189  }
   190  
   191  // Decimal returns the decimal point of number
   192  func (ceb *ceb_PH) Decimal() string {
   193  	return ceb.decimal
   194  }
   195  
   196  // Group returns the group of number
   197  func (ceb *ceb_PH) Group() string {
   198  	return ceb.group
   199  }
   200  
   201  // Group returns the minus sign of number
   202  func (ceb *ceb_PH) Minus() string {
   203  	return ceb.minus
   204  }
   205  
   206  // FmtNumber returns 'num' with digits/precision of 'v' for 'ceb_PH' and handles both Whole and Real numbers based on 'v'
   207  func (ceb *ceb_PH) FmtNumber(num float64, v uint64) string {
   208  
   209  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   210  	l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
   211  	count := 0
   212  	inWhole := v == 0
   213  	b := make([]byte, 0, l)
   214  
   215  	for i := len(s) - 1; i >= 0; i-- {
   216  
   217  		if s[i] == '.' {
   218  			b = append(b, ceb.decimal[0])
   219  			inWhole = true
   220  			continue
   221  		}
   222  
   223  		if inWhole {
   224  			if count == 3 {
   225  				b = append(b, ceb.group[0])
   226  				count = 1
   227  			} else {
   228  				count++
   229  			}
   230  		}
   231  
   232  		b = append(b, s[i])
   233  	}
   234  
   235  	if num < 0 {
   236  		b = append(b, ceb.minus[0])
   237  	}
   238  
   239  	// reverse
   240  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   241  		b[i], b[j] = b[j], b[i]
   242  	}
   243  
   244  	return string(b)
   245  }
   246  
   247  // FmtPercent returns 'num' with digits/precision of 'v' for 'ceb_PH' and handles both Whole and Real numbers based on 'v'
   248  // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
   249  func (ceb *ceb_PH) FmtPercent(num float64, v uint64) string {
   250  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   251  	l := len(s) + 3
   252  	b := make([]byte, 0, l)
   253  
   254  	for i := len(s) - 1; i >= 0; i-- {
   255  
   256  		if s[i] == '.' {
   257  			b = append(b, ceb.decimal[0])
   258  			continue
   259  		}
   260  
   261  		b = append(b, s[i])
   262  	}
   263  
   264  	if num < 0 {
   265  		b = append(b, ceb.minus[0])
   266  	}
   267  
   268  	// reverse
   269  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   270  		b[i], b[j] = b[j], b[i]
   271  	}
   272  
   273  	b = append(b, ceb.percent...)
   274  
   275  	return string(b)
   276  }
   277  
   278  // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'ceb_PH'
   279  func (ceb *ceb_PH) FmtCurrency(num float64, v uint64, currency currency.Type) string {
   280  
   281  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   282  	symbol := ceb.currencies[currency]
   283  	l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
   284  	count := 0
   285  	inWhole := v == 0
   286  	b := make([]byte, 0, l)
   287  
   288  	for i := len(s) - 1; i >= 0; i-- {
   289  
   290  		if s[i] == '.' {
   291  			b = append(b, ceb.decimal[0])
   292  			inWhole = true
   293  			continue
   294  		}
   295  
   296  		if inWhole {
   297  			if count == 3 {
   298  				b = append(b, ceb.group[0])
   299  				count = 1
   300  			} else {
   301  				count++
   302  			}
   303  		}
   304  
   305  		b = append(b, s[i])
   306  	}
   307  
   308  	for j := len(symbol) - 1; j >= 0; j-- {
   309  		b = append(b, symbol[j])
   310  	}
   311  
   312  	if num < 0 {
   313  		b = append(b, ceb.minus[0])
   314  	}
   315  
   316  	// reverse
   317  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   318  		b[i], b[j] = b[j], b[i]
   319  	}
   320  
   321  	if int(v) < 2 {
   322  
   323  		if v == 0 {
   324  			b = append(b, ceb.decimal...)
   325  		}
   326  
   327  		for i := 0; i < 2-int(v); i++ {
   328  			b = append(b, '0')
   329  		}
   330  	}
   331  
   332  	return string(b)
   333  }
   334  
   335  // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'ceb_PH'
   336  // in accounting notation.
   337  func (ceb *ceb_PH) FmtAccounting(num float64, v uint64, currency currency.Type) string {
   338  
   339  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   340  	symbol := ceb.currencies[currency]
   341  	l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
   342  	count := 0
   343  	inWhole := v == 0
   344  	b := make([]byte, 0, l)
   345  
   346  	for i := len(s) - 1; i >= 0; i-- {
   347  
   348  		if s[i] == '.' {
   349  			b = append(b, ceb.decimal[0])
   350  			inWhole = true
   351  			continue
   352  		}
   353  
   354  		if inWhole {
   355  			if count == 3 {
   356  				b = append(b, ceb.group[0])
   357  				count = 1
   358  			} else {
   359  				count++
   360  			}
   361  		}
   362  
   363  		b = append(b, s[i])
   364  	}
   365  
   366  	if num < 0 {
   367  
   368  		for j := len(symbol) - 1; j >= 0; j-- {
   369  			b = append(b, symbol[j])
   370  		}
   371  
   372  		b = append(b, ceb.currencyNegativePrefix[0])
   373  
   374  	} else {
   375  
   376  		for j := len(symbol) - 1; j >= 0; j-- {
   377  			b = append(b, symbol[j])
   378  		}
   379  
   380  	}
   381  
   382  	// reverse
   383  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   384  		b[i], b[j] = b[j], b[i]
   385  	}
   386  
   387  	if int(v) < 2 {
   388  
   389  		if v == 0 {
   390  			b = append(b, ceb.decimal...)
   391  		}
   392  
   393  		for i := 0; i < 2-int(v); i++ {
   394  			b = append(b, '0')
   395  		}
   396  	}
   397  
   398  	if num < 0 {
   399  		b = append(b, ceb.currencyNegativeSuffix...)
   400  	}
   401  
   402  	return string(b)
   403  }
   404  
   405  // FmtDateShort returns the short date representation of 't' for 'ceb_PH'
   406  func (ceb *ceb_PH) FmtDateShort(t time.Time) string {
   407  
   408  	b := make([]byte, 0, 32)
   409  
   410  	b = strconv.AppendInt(b, int64(t.Month()), 10)
   411  	b = append(b, []byte{0x2f}...)
   412  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   413  	b = append(b, []byte{0x2f}...)
   414  
   415  	if t.Year() > 9 {
   416  		b = append(b, strconv.Itoa(t.Year())[2:]...)
   417  	} else {
   418  		b = append(b, strconv.Itoa(t.Year())[1:]...)
   419  	}
   420  
   421  	return string(b)
   422  }
   423  
   424  // FmtDateMedium returns the medium date representation of 't' for 'ceb_PH'
   425  func (ceb *ceb_PH) FmtDateMedium(t time.Time) string {
   426  
   427  	b := make([]byte, 0, 32)
   428  
   429  	b = append(b, ceb.monthsAbbreviated[t.Month()]...)
   430  	b = append(b, []byte{0x20}...)
   431  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   432  	b = append(b, []byte{0x2c, 0x20}...)
   433  
   434  	if t.Year() > 0 {
   435  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   436  	} else {
   437  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   438  	}
   439  
   440  	return string(b)
   441  }
   442  
   443  // FmtDateLong returns the long date representation of 't' for 'ceb_PH'
   444  func (ceb *ceb_PH) FmtDateLong(t time.Time) string {
   445  
   446  	b := make([]byte, 0, 32)
   447  
   448  	b = append(b, ceb.monthsWide[t.Month()]...)
   449  	b = append(b, []byte{0x20}...)
   450  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   451  	b = append(b, []byte{0x2c, 0x20}...)
   452  
   453  	if t.Year() > 0 {
   454  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   455  	} else {
   456  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   457  	}
   458  
   459  	return string(b)
   460  }
   461  
   462  // FmtDateFull returns the full date representation of 't' for 'ceb_PH'
   463  func (ceb *ceb_PH) FmtDateFull(t time.Time) string {
   464  
   465  	b := make([]byte, 0, 32)
   466  
   467  	b = append(b, ceb.daysWide[t.Weekday()]...)
   468  	b = append(b, []byte{0x2c, 0x20}...)
   469  	b = append(b, ceb.monthsWide[t.Month()]...)
   470  	b = append(b, []byte{0x20}...)
   471  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   472  	b = append(b, []byte{0x2c, 0x20}...)
   473  
   474  	if t.Year() > 0 {
   475  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   476  	} else {
   477  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   478  	}
   479  
   480  	return string(b)
   481  }
   482  
   483  // FmtTimeShort returns the short time representation of 't' for 'ceb_PH'
   484  func (ceb *ceb_PH) FmtTimeShort(t time.Time) string {
   485  
   486  	b := make([]byte, 0, 32)
   487  
   488  	h := t.Hour()
   489  
   490  	if h > 12 {
   491  		h -= 12
   492  	}
   493  
   494  	b = strconv.AppendInt(b, int64(h), 10)
   495  	b = append(b, ceb.timeSeparator...)
   496  
   497  	if t.Minute() < 10 {
   498  		b = append(b, '0')
   499  	}
   500  
   501  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   502  	b = append(b, []byte{0x20}...)
   503  
   504  	if t.Hour() < 12 {
   505  		b = append(b, ceb.periodsAbbreviated[0]...)
   506  	} else {
   507  		b = append(b, ceb.periodsAbbreviated[1]...)
   508  	}
   509  
   510  	return string(b)
   511  }
   512  
   513  // FmtTimeMedium returns the medium time representation of 't' for 'ceb_PH'
   514  func (ceb *ceb_PH) FmtTimeMedium(t time.Time) string {
   515  
   516  	b := make([]byte, 0, 32)
   517  
   518  	h := t.Hour()
   519  
   520  	if h > 12 {
   521  		h -= 12
   522  	}
   523  
   524  	b = strconv.AppendInt(b, int64(h), 10)
   525  	b = append(b, ceb.timeSeparator...)
   526  
   527  	if t.Minute() < 10 {
   528  		b = append(b, '0')
   529  	}
   530  
   531  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   532  	b = append(b, ceb.timeSeparator...)
   533  
   534  	if t.Second() < 10 {
   535  		b = append(b, '0')
   536  	}
   537  
   538  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   539  	b = append(b, []byte{0x20}...)
   540  
   541  	if t.Hour() < 12 {
   542  		b = append(b, ceb.periodsAbbreviated[0]...)
   543  	} else {
   544  		b = append(b, ceb.periodsAbbreviated[1]...)
   545  	}
   546  
   547  	return string(b)
   548  }
   549  
   550  // FmtTimeLong returns the long time representation of 't' for 'ceb_PH'
   551  func (ceb *ceb_PH) FmtTimeLong(t time.Time) string {
   552  
   553  	b := make([]byte, 0, 32)
   554  
   555  	h := t.Hour()
   556  
   557  	if h > 12 {
   558  		h -= 12
   559  	}
   560  
   561  	b = strconv.AppendInt(b, int64(h), 10)
   562  	b = append(b, ceb.timeSeparator...)
   563  
   564  	if t.Minute() < 10 {
   565  		b = append(b, '0')
   566  	}
   567  
   568  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   569  	b = append(b, ceb.timeSeparator...)
   570  
   571  	if t.Second() < 10 {
   572  		b = append(b, '0')
   573  	}
   574  
   575  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   576  	b = append(b, []byte{0x20}...)
   577  
   578  	if t.Hour() < 12 {
   579  		b = append(b, ceb.periodsAbbreviated[0]...)
   580  	} else {
   581  		b = append(b, ceb.periodsAbbreviated[1]...)
   582  	}
   583  
   584  	b = append(b, []byte{0x20}...)
   585  
   586  	tz, _ := t.Zone()
   587  	b = append(b, tz...)
   588  
   589  	return string(b)
   590  }
   591  
   592  // FmtTimeFull returns the full time representation of 't' for 'ceb_PH'
   593  func (ceb *ceb_PH) FmtTimeFull(t time.Time) string {
   594  
   595  	b := make([]byte, 0, 32)
   596  
   597  	h := t.Hour()
   598  
   599  	if h > 12 {
   600  		h -= 12
   601  	}
   602  
   603  	b = strconv.AppendInt(b, int64(h), 10)
   604  	b = append(b, ceb.timeSeparator...)
   605  
   606  	if t.Minute() < 10 {
   607  		b = append(b, '0')
   608  	}
   609  
   610  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   611  	b = append(b, ceb.timeSeparator...)
   612  
   613  	if t.Second() < 10 {
   614  		b = append(b, '0')
   615  	}
   616  
   617  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   618  	b = append(b, []byte{0x20}...)
   619  
   620  	if t.Hour() < 12 {
   621  		b = append(b, ceb.periodsAbbreviated[0]...)
   622  	} else {
   623  		b = append(b, ceb.periodsAbbreviated[1]...)
   624  	}
   625  
   626  	b = append(b, []byte{0x20}...)
   627  
   628  	tz, _ := t.Zone()
   629  
   630  	if btz, ok := ceb.timezones[tz]; ok {
   631  		b = append(b, btz...)
   632  	} else {
   633  		b = append(b, tz...)
   634  	}
   635  
   636  	return string(b)
   637  }
   638  

View as plain text