am_ET.go 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658
  1. package am_ET
  2. import (
  3. "math"
  4. "strconv"
  5. "time"
  6. "github.com/go-playground/locales"
  7. "github.com/go-playground/locales/currency"
  8. )
  9. type am_ET struct {
  10. locale string
  11. pluralsCardinal []locales.PluralRule
  12. pluralsOrdinal []locales.PluralRule
  13. pluralsRange []locales.PluralRule
  14. decimal string
  15. group string
  16. minus string
  17. percent string
  18. perMille string
  19. timeSeparator string
  20. inifinity string
  21. currencies []string // idx = enum of currency code
  22. currencyNegativePrefix string
  23. currencyNegativeSuffix string
  24. monthsAbbreviated []string
  25. monthsNarrow []string
  26. monthsWide []string
  27. daysAbbreviated []string
  28. daysNarrow []string
  29. daysShort []string
  30. daysWide []string
  31. periodsAbbreviated []string
  32. periodsNarrow []string
  33. periodsShort []string
  34. periodsWide []string
  35. erasAbbreviated []string
  36. erasNarrow []string
  37. erasWide []string
  38. timezones map[string]string
  39. }
  40. // New returns a new instance of translator for the 'am_ET' locale
  41. func New() locales.Translator {
  42. return &am_ET{
  43. locale: "am_ET",
  44. pluralsCardinal: []locales.PluralRule{2, 6},
  45. pluralsOrdinal: []locales.PluralRule{6},
  46. pluralsRange: []locales.PluralRule{2, 6},
  47. decimal: ".",
  48. group: ",",
  49. minus: "-",
  50. percent: "%",
  51. perMille: "‰",
  52. timeSeparator: ":",
  53. inifinity: "∞",
  54. 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", "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", "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"},
  55. currencyNegativePrefix: "(",
  56. currencyNegativeSuffix: ")",
  57. monthsAbbreviated: []string{"", "ጃንዩ", "ፌብሩ", "ማርች", "ኤፕሪ", "ሜይ", "ጁን", "ጁላይ", "ኦገስ", "ሴፕቴ", "ኦክቶ", "ኖቬም", "ዲሴም"},
  58. monthsNarrow: []string{"", "ጃ", "ፌ", "ማ", "ኤ", "ሜ", "ጁ", "ጁ", "ኦ", "ሴ", "ኦ", "ኖ", "ዲ"},
  59. monthsWide: []string{"", "ጃንዩወሪ", "ፌብሩወሪ", "ማርች", "ኤፕሪል", "ሜይ", "ጁን", "ጁላይ", "ኦገስት", "ሴፕቴምበር", "ኦክቶበር", "ኖቬምበር", "ዲሴምበር"},
  60. daysAbbreviated: []string{"እሑድ", "ሰኞ", "ማክሰ", "ረቡዕ", "ሐሙስ", "ዓርብ", "ቅዳሜ"},
  61. daysNarrow: []string{"እ", "ሰ", "ማ", "ረ", "ሐ", "ዓ", "ቅ"},
  62. daysShort: []string{"እ", "ሰ", "ማ", "ረ", "ሐ", "ዓ", "ቅ"},
  63. daysWide: []string{"እሑድ", "ሰኞ", "ማክሰኞ", "ረቡዕ", "ሐሙስ", "ዓርብ", "ቅዳሜ"},
  64. periodsAbbreviated: []string{"ጥዋት", "ከሰዓት"},
  65. periodsNarrow: []string{"ጠ", "ከ"},
  66. periodsWide: []string{"ጥዋት", "ከሰዓት"},
  67. erasAbbreviated: []string{"", ""},
  68. erasNarrow: []string{"ዓ/ዓ", "ዓ/ም"},
  69. erasWide: []string{"ዓመተ ዓለም", "ዓመተ ምሕረት"},
  70. timezones: map[string]string{"EAT": "የምስራቅ አፍሪካ ሰዓት", "HECU": "የኩባ የቀን ብርሃን ሰዓት", "AWDT": "የአውስትራሊያ ምስራቃዊ የቀን ሰዓት አቆጣጠር", "SGT": "የሲንጋፒር መደበኛ ሰዓት", "MEZ": "የመካከለኛው አውሮፓ መደበኛ ሰዓት", "IST": "የህንድ መደበኛ ሰዓት", "LHST": "የሎርድ ሆዌ መደበኛ የሰዓት አቆጣጠር", "WITA": "የመካከለኛው ኢንዶኔዢያ ሰዓት", "HAST": "የሃዋይ አሌኡት መደበኛ ሰዓት አቆጣጠር", "COST": "የኮሎምቢያ ክረምት ሰዓት", "HNPMX": "የሜክሲኮ ፓሲፊክ መደበኛ ሰዓት አቆጣጠር", "NZDT": "የኒው ዚላንድ የቀን ብርሃን ሰዓት", "MYT": "የማሌይዢያ ሰዓት", "HKST": "የሆንግ ኮንግ ክረምት ሰዓት", "WART": "የምዕራባዊ አርጀንቲና መደበኛ ሰዓት አቆጣጠር", "WARST": "የአርጀንቲና ምስራቃዊ በጋ ሰዓት አቆጣጠር", "ChST": "የቻሞሮ መደበኛ ሰዓት", "SAST": "የደቡብ አፍሪካ መደበኛ ሰዓት", "CHADT": "የቻታም የቀን ብርሃን ሰዓት", "ACST": "የአውስትራሊያ መካከለኛ መደበኛ የሰዓት አቆጣጠር", "HNNOMX": "ሰሜናዊ ምእራብ የሜክሲኮ መደበኛ ሰዓት አቆጣጠር", "WIT": "የምስራቃዊ ኢንዶኔዢያ ሰዓት", "UYST": "የኡራጓይ ክረምት ሰዓት", "WEZ": "የምዕራባዊ አውሮፓ መደበኛ ሰዓት", "BT": "የቡታን ሰዓት", "HEPM": "ቅዱስ የፒዬር እና ሚኴሎን የቀን ብርሃን ሰዓት", "ART": "የአርጀንቲና መደበኛ ሰዓት አቆጣጠር", "PDT": "የፓስፊክ የቀን ሰዓት አቆጣጠር", "MST": "የተራራ መደበኛ የሰዓት አቆጣጠር", "HNT": "የኒውፋውንድላንድ መደበኛ የሰዓት አቆጣጠር", "CLT": "የቺሊ መደበኛ ሰዓት", "OESZ": "የምስራቃዊ አውሮፓ ክረምት ሰዓት", "AWST": "የአውስትራሊያ ምስራቃዊ መደበኛ ሰዓት አቆጣጠር", "WAT": "የምዕራብ አፍሪካ መደበኛ ሰዓት", "WESZ": "የምዕራባዊ አውሮፓ ክረምት ሰዓት", "GYT": "የጉያና ሰዓት", "JDT": "የጃፓን የቀን ብርሃን ሰዓት", "AKDT": "የአላስካ የቀን ሰዓት አቆጣጠር", "EST": "የምዕራባዊ መደበኛ የሰዓት አቆጣጠር", "HEOG": "የምዕራብ ግሪንላንድ ክረምት ሰዓት", "MESZ": "የመካከለኛው አውሮፓ ክረምት ሰዓት", "LHDT": "የሎርድ ሆዌ የቀን ሰዓት አቆጣጠር", "VET": "የቬኔዝዌላ ሰዓት", "CHAST": "የቻታም መደበኛ ሰዓት", "AKST": "የአላስካ መደበኛ የሰዓት አቆጣጠር", "HENOMX": "ሰሜናዊ ምእራብ የሜክሲኮ የቀን ሰዓት አቆጣጠር", "COT": "የኮሎምቢያ መደበኛ ሰዓት", "GMT": "ግሪንዊች ማዕከላዊ ሰዓት", "PST": "የፓስፊክ መደበኛ ሰዓት አቆጣጠር", "AST": "የአትላንቲክ መደበኛ የሰዓት አቆጣጠር", "AEDT": "የአውስትራሊያ ምዕራባዊ የቀን ሰዓት አቆጣጠር", "HNEG": "የምስራቅ ግሪንላንድ መደበኛ ሰዓት", "HADT": "የሃዋይ አሌኡት የቀን ሰዓት አቆጣጠር", "HNCU": "የኩባ መደበኛ ሰዓት", "JST": "የጃፓን መደበኛ ሰዓት", "NZST": "የኒው ዚላንድ መደበኛ ሰዓት", "BOT": "የቦሊቪያ ሰዓት", "EDT": "የምዕራባዊ የቀን ሰዓት አቆጣጠር", "ACDT": "የአውስትራሊያ መካከለኛ የቀን ሰዓት አቆጣጠር", "CAT": "የመካከለኛው አፍሪካ ሰዓት", "ADT": "የአትላንቲክ የቀን ሰዓት አቆጣጠር", "ACWST": "የአውስትራሊያ መካከለኛ ምስራቃዊ መደበኛ ሰዓት አቆጣጠር", "HNPM": "ቅዱስ የፒዬር እና ሚኴሎን መደበኛ ሰዓት", "CLST": "የቺሊ ክረምት ሰዓት", "∅∅∅": "የብራዚላ የበጋ ሰዓት አቆጣጠር", "CST": "የመካከለኛ መደበኛ ሰዓት አቆጣጠር", "AEST": "የአውስትራሊያ ምዕራባዊ መደበኛ የሰዓት አቆጣጠር", "ACWDT": "የአውስትራሊያ መካከለኛው ምስራቅ የቀን ሰዓት አቆጣጠር", "HNOG": "የምዕራብ ግሪንላንድ መደበኛ ሰዓት", "HKT": "የሆንግ ኮንግ መደበኛ ሰዓት", "UYT": "የኡራጓይ መደበኛ ሰዓት", "MDT": "የተራራ የቀንሰዓት አቆጣጠር", "WIB": "የምዕራባዊ ኢንዶኔዢያ ሰዓት", "GFT": "የፈረንሳይ ጉያና ሰዓት", "HAT": "የኒውፋውንድላንድ የቀን የሰዓት አቆጣጠር", "TMST": "የቱርክመኒስታን ክረምት ሰዓት", "OEZ": "የምስራቃዊ አውሮፓ መደበኛ ሰዓት", "ARST": "የአርጀንቲና የበጋ ሰዓት አቆጣጠር", "CDT": "የመካከለኛ የቀን ሰዓት አቆጣጠር", "HEPMX": "የሜክሲኮ ፓሲፊክ የቀን ሰዓት አቆጣጠር", "WAST": "የምዕራብ አፍሪካ ክረምት ሰዓት", "ECT": "የኢኳዶር ሰዓት", "HEEG": "የምስራቅ ግሪንላንድ ክረምት ሰዓት", "SRT": "የሱሪናም ሰዓት", "TMT": "የቱርክመኒስታን መደበኛ ሰዓት"},
  71. }
  72. }
  73. // Locale returns the current translators string locale
  74. func (am *am_ET) Locale() string {
  75. return am.locale
  76. }
  77. // PluralsCardinal returns the list of cardinal plural rules associated with 'am_ET'
  78. func (am *am_ET) PluralsCardinal() []locales.PluralRule {
  79. return am.pluralsCardinal
  80. }
  81. // PluralsOrdinal returns the list of ordinal plural rules associated with 'am_ET'
  82. func (am *am_ET) PluralsOrdinal() []locales.PluralRule {
  83. return am.pluralsOrdinal
  84. }
  85. // PluralsRange returns the list of range plural rules associated with 'am_ET'
  86. func (am *am_ET) PluralsRange() []locales.PluralRule {
  87. return am.pluralsRange
  88. }
  89. // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'am_ET'
  90. func (am *am_ET) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
  91. n := math.Abs(num)
  92. i := int64(n)
  93. if (i == 0) || (n == 1) {
  94. return locales.PluralRuleOne
  95. }
  96. return locales.PluralRuleOther
  97. }
  98. // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'am_ET'
  99. func (am *am_ET) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
  100. return locales.PluralRuleOther
  101. }
  102. // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'am_ET'
  103. func (am *am_ET) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
  104. start := am.CardinalPluralRule(num1, v1)
  105. end := am.CardinalPluralRule(num2, v2)
  106. if start == locales.PluralRuleOne && end == locales.PluralRuleOne {
  107. return locales.PluralRuleOne
  108. } else if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
  109. return locales.PluralRuleOther
  110. }
  111. return locales.PluralRuleOther
  112. }
  113. // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
  114. func (am *am_ET) MonthAbbreviated(month time.Month) string {
  115. return am.monthsAbbreviated[month]
  116. }
  117. // MonthsAbbreviated returns the locales abbreviated months
  118. func (am *am_ET) MonthsAbbreviated() []string {
  119. return am.monthsAbbreviated[1:]
  120. }
  121. // MonthNarrow returns the locales narrow month given the 'month' provided
  122. func (am *am_ET) MonthNarrow(month time.Month) string {
  123. return am.monthsNarrow[month]
  124. }
  125. // MonthsNarrow returns the locales narrow months
  126. func (am *am_ET) MonthsNarrow() []string {
  127. return am.monthsNarrow[1:]
  128. }
  129. // MonthWide returns the locales wide month given the 'month' provided
  130. func (am *am_ET) MonthWide(month time.Month) string {
  131. return am.monthsWide[month]
  132. }
  133. // MonthsWide returns the locales wide months
  134. func (am *am_ET) MonthsWide() []string {
  135. return am.monthsWide[1:]
  136. }
  137. // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
  138. func (am *am_ET) WeekdayAbbreviated(weekday time.Weekday) string {
  139. return am.daysAbbreviated[weekday]
  140. }
  141. // WeekdaysAbbreviated returns the locales abbreviated weekdays
  142. func (am *am_ET) WeekdaysAbbreviated() []string {
  143. return am.daysAbbreviated
  144. }
  145. // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
  146. func (am *am_ET) WeekdayNarrow(weekday time.Weekday) string {
  147. return am.daysNarrow[weekday]
  148. }
  149. // WeekdaysNarrow returns the locales narrow weekdays
  150. func (am *am_ET) WeekdaysNarrow() []string {
  151. return am.daysNarrow
  152. }
  153. // WeekdayShort returns the locales short weekday given the 'weekday' provided
  154. func (am *am_ET) WeekdayShort(weekday time.Weekday) string {
  155. return am.daysShort[weekday]
  156. }
  157. // WeekdaysShort returns the locales short weekdays
  158. func (am *am_ET) WeekdaysShort() []string {
  159. return am.daysShort
  160. }
  161. // WeekdayWide returns the locales wide weekday given the 'weekday' provided
  162. func (am *am_ET) WeekdayWide(weekday time.Weekday) string {
  163. return am.daysWide[weekday]
  164. }
  165. // WeekdaysWide returns the locales wide weekdays
  166. func (am *am_ET) WeekdaysWide() []string {
  167. return am.daysWide
  168. }
  169. // Decimal returns the decimal point of number
  170. func (am *am_ET) Decimal() string {
  171. return am.decimal
  172. }
  173. // Group returns the group of number
  174. func (am *am_ET) Group() string {
  175. return am.group
  176. }
  177. // Group returns the minus sign of number
  178. func (am *am_ET) Minus() string {
  179. return am.minus
  180. }
  181. // FmtNumber returns 'num' with digits/precision of 'v' for 'am_ET' and handles both Whole and Real numbers based on 'v'
  182. func (am *am_ET) FmtNumber(num float64, v uint64) string {
  183. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  184. l := len(s) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  185. count := 0
  186. inWhole := v == 0
  187. b := make([]byte, 0, l)
  188. for i := len(s) - 1; i >= 0; i-- {
  189. if s[i] == '.' {
  190. b = append(b, am.decimal[0])
  191. inWhole = true
  192. continue
  193. }
  194. if inWhole {
  195. if count == 3 {
  196. b = append(b, am.group[0])
  197. count = 1
  198. } else {
  199. count++
  200. }
  201. }
  202. b = append(b, s[i])
  203. }
  204. if num < 0 {
  205. b = append(b, am.minus[0])
  206. }
  207. // reverse
  208. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  209. b[i], b[j] = b[j], b[i]
  210. }
  211. return string(b)
  212. }
  213. // FmtPercent returns 'num' with digits/precision of 'v' for 'am_ET' and handles both Whole and Real numbers based on 'v'
  214. // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
  215. func (am *am_ET) FmtPercent(num float64, v uint64) string {
  216. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  217. l := len(s) + 3
  218. b := make([]byte, 0, l)
  219. for i := len(s) - 1; i >= 0; i-- {
  220. if s[i] == '.' {
  221. b = append(b, am.decimal[0])
  222. continue
  223. }
  224. b = append(b, s[i])
  225. }
  226. if num < 0 {
  227. b = append(b, am.minus[0])
  228. }
  229. // reverse
  230. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  231. b[i], b[j] = b[j], b[i]
  232. }
  233. b = append(b, am.percent...)
  234. return string(b)
  235. }
  236. // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'am_ET'
  237. func (am *am_ET) FmtCurrency(num float64, v uint64, currency currency.Type) string {
  238. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  239. symbol := am.currencies[currency]
  240. l := len(s) + len(symbol) + 2 + 1*len(s[:len(s)-int(v)-1])/3
  241. count := 0
  242. inWhole := v == 0
  243. b := make([]byte, 0, l)
  244. for i := len(s) - 1; i >= 0; i-- {
  245. if s[i] == '.' {
  246. b = append(b, am.decimal[0])
  247. inWhole = true
  248. continue
  249. }
  250. if inWhole {
  251. if count == 3 {
  252. b = append(b, am.group[0])
  253. count = 1
  254. } else {
  255. count++
  256. }
  257. }
  258. b = append(b, s[i])
  259. }
  260. for j := len(symbol) - 1; j >= 0; j-- {
  261. b = append(b, symbol[j])
  262. }
  263. if num < 0 {
  264. b = append(b, am.minus[0])
  265. }
  266. // reverse
  267. for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
  268. b[i], b[j] = b[j], b[i]
  269. }
  270. if int(v) < 2 {
  271. if v == 0 {
  272. b = append(b, am.decimal...)
  273. }
  274. for i := 0; i < 2-int(v); i++ {
  275. b = append(b, '0')
  276. }
  277. }
  278. return string(b)
  279. }
  280. // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'am_ET'
  281. // in accounting notation.
  282. func (am *am_ET) FmtAccounting(num float64, v uint64, currency currency.Type) string {
  283. s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
  284. symbol := am.currencies[currency]
  285. l := len(s) + len(symbol) + 4 + 1*len(s[:len(s)-int(v)-1])/3
  286. count := 0
  287. inWhole := v == 0
  288. b := make([]byte, 0, l)
  289. for i := len(s) - 1; i >= 0; i-- {
  290. if s[i] == '.' {
  291. b = append(b, am.decimal[0])
  292. inWhole = true
  293. continue
  294. }
  295. if inWhole {
  296. if count == 3 {
  297. b = append(b, am.group[0])
  298. count = 1
  299. } else {
  300. count++
  301. }
  302. }
  303. b = append(b, s[i])
  304. }
  305. if num < 0 {
  306. for j := len(symbol) - 1; j >= 0; j-- {
  307. b = append(b, symbol[j])
  308. }
  309. b = append(b, am.currencyNegativePrefix[0])
  310. } else {
  311. for j := len(symbol) - 1; j >= 0; j-- {
  312. b = append(b, symbol[j])
  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. if int(v) < 2 {
  320. if v == 0 {
  321. b = append(b, am.decimal...)
  322. }
  323. for i := 0; i < 2-int(v); i++ {
  324. b = append(b, '0')
  325. }
  326. }
  327. if num < 0 {
  328. b = append(b, am.currencyNegativeSuffix...)
  329. }
  330. return string(b)
  331. }
  332. // FmtDateShort returns the short date representation of 't' for 'am_ET'
  333. func (am *am_ET) FmtDateShort(t time.Time) string {
  334. b := make([]byte, 0, 32)
  335. if t.Day() < 10 {
  336. b = append(b, '0')
  337. }
  338. b = strconv.AppendInt(b, int64(t.Day()), 10)
  339. b = append(b, []byte{0x2f}...)
  340. if t.Month() < 10 {
  341. b = append(b, '0')
  342. }
  343. b = strconv.AppendInt(b, int64(t.Month()), 10)
  344. b = append(b, []byte{0x2f}...)
  345. if t.Year() > 0 {
  346. b = strconv.AppendInt(b, int64(t.Year()), 10)
  347. } else {
  348. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  349. }
  350. return string(b)
  351. }
  352. // FmtDateMedium returns the medium date representation of 't' for 'am_ET'
  353. func (am *am_ET) FmtDateMedium(t time.Time) string {
  354. b := make([]byte, 0, 32)
  355. b = strconv.AppendInt(b, int64(t.Day()), 10)
  356. b = append(b, []byte{0x20}...)
  357. b = append(b, am.monthsAbbreviated[t.Month()]...)
  358. b = append(b, []byte{0x20}...)
  359. if t.Year() > 0 {
  360. b = strconv.AppendInt(b, int64(t.Year()), 10)
  361. } else {
  362. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  363. }
  364. return string(b)
  365. }
  366. // FmtDateLong returns the long date representation of 't' for 'am_ET'
  367. func (am *am_ET) FmtDateLong(t time.Time) string {
  368. b := make([]byte, 0, 32)
  369. b = strconv.AppendInt(b, int64(t.Day()), 10)
  370. b = append(b, []byte{0x20}...)
  371. b = append(b, am.monthsWide[t.Month()]...)
  372. b = append(b, []byte{0x20}...)
  373. if t.Year() > 0 {
  374. b = strconv.AppendInt(b, int64(t.Year()), 10)
  375. } else {
  376. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  377. }
  378. return string(b)
  379. }
  380. // FmtDateFull returns the full date representation of 't' for 'am_ET'
  381. func (am *am_ET) FmtDateFull(t time.Time) string {
  382. b := make([]byte, 0, 32)
  383. b = append(b, am.daysWide[t.Weekday()]...)
  384. b = append(b, []byte{0x20, 0xe1, 0x8d, 0xa3}...)
  385. b = strconv.AppendInt(b, int64(t.Day()), 10)
  386. b = append(b, []byte{0x20}...)
  387. b = append(b, am.monthsWide[t.Month()]...)
  388. b = append(b, []byte{0x20}...)
  389. if t.Year() > 0 {
  390. b = strconv.AppendInt(b, int64(t.Year()), 10)
  391. } else {
  392. b = strconv.AppendInt(b, int64(-t.Year()), 10)
  393. }
  394. return string(b)
  395. }
  396. // FmtTimeShort returns the short time representation of 't' for 'am_ET'
  397. func (am *am_ET) FmtTimeShort(t time.Time) string {
  398. b := make([]byte, 0, 32)
  399. h := t.Hour()
  400. if h > 12 {
  401. h -= 12
  402. }
  403. b = strconv.AppendInt(b, int64(h), 10)
  404. b = append(b, am.timeSeparator...)
  405. if t.Minute() < 10 {
  406. b = append(b, '0')
  407. }
  408. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  409. b = append(b, []byte{0x20}...)
  410. if t.Hour() < 12 {
  411. b = append(b, am.periodsAbbreviated[0]...)
  412. } else {
  413. b = append(b, am.periodsAbbreviated[1]...)
  414. }
  415. return string(b)
  416. }
  417. // FmtTimeMedium returns the medium time representation of 't' for 'am_ET'
  418. func (am *am_ET) FmtTimeMedium(t time.Time) string {
  419. b := make([]byte, 0, 32)
  420. h := t.Hour()
  421. if h > 12 {
  422. h -= 12
  423. }
  424. b = strconv.AppendInt(b, int64(h), 10)
  425. b = append(b, am.timeSeparator...)
  426. if t.Minute() < 10 {
  427. b = append(b, '0')
  428. }
  429. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  430. b = append(b, am.timeSeparator...)
  431. if t.Second() < 10 {
  432. b = append(b, '0')
  433. }
  434. b = strconv.AppendInt(b, int64(t.Second()), 10)
  435. b = append(b, []byte{0x20}...)
  436. if t.Hour() < 12 {
  437. b = append(b, am.periodsAbbreviated[0]...)
  438. } else {
  439. b = append(b, am.periodsAbbreviated[1]...)
  440. }
  441. return string(b)
  442. }
  443. // FmtTimeLong returns the long time representation of 't' for 'am_ET'
  444. func (am *am_ET) FmtTimeLong(t time.Time) string {
  445. b := make([]byte, 0, 32)
  446. h := t.Hour()
  447. if h > 12 {
  448. h -= 12
  449. }
  450. b = strconv.AppendInt(b, int64(h), 10)
  451. b = append(b, am.timeSeparator...)
  452. if t.Minute() < 10 {
  453. b = append(b, '0')
  454. }
  455. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  456. b = append(b, am.timeSeparator...)
  457. if t.Second() < 10 {
  458. b = append(b, '0')
  459. }
  460. b = strconv.AppendInt(b, int64(t.Second()), 10)
  461. b = append(b, []byte{0x20}...)
  462. if t.Hour() < 12 {
  463. b = append(b, am.periodsAbbreviated[0]...)
  464. } else {
  465. b = append(b, am.periodsAbbreviated[1]...)
  466. }
  467. b = append(b, []byte{0x20}...)
  468. tz, _ := t.Zone()
  469. b = append(b, tz...)
  470. return string(b)
  471. }
  472. // FmtTimeFull returns the full time representation of 't' for 'am_ET'
  473. func (am *am_ET) FmtTimeFull(t time.Time) string {
  474. b := make([]byte, 0, 32)
  475. h := t.Hour()
  476. if h > 12 {
  477. h -= 12
  478. }
  479. b = strconv.AppendInt(b, int64(h), 10)
  480. b = append(b, am.timeSeparator...)
  481. if t.Minute() < 10 {
  482. b = append(b, '0')
  483. }
  484. b = strconv.AppendInt(b, int64(t.Minute()), 10)
  485. b = append(b, am.timeSeparator...)
  486. if t.Second() < 10 {
  487. b = append(b, '0')
  488. }
  489. b = strconv.AppendInt(b, int64(t.Second()), 10)
  490. b = append(b, []byte{0x20}...)
  491. if t.Hour() < 12 {
  492. b = append(b, am.periodsAbbreviated[0]...)
  493. } else {
  494. b = append(b, am.periodsAbbreviated[1]...)
  495. }
  496. b = append(b, []byte{0x20}...)
  497. tz, _ := t.Zone()
  498. if btz, ok := am.timezones[tz]; ok {
  499. b = append(b, btz...)
  500. } else {
  501. b = append(b, tz...)
  502. }
  503. return string(b)
  504. }