...

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

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

     1  package ar_MR
     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 ar_MR 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  	currencyPositiveSuffix 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 'ar_MR' locale
    45  func New() locales.Translator {
    46  	return &ar_MR{
    47  		locale:                 "ar_MR",
    48  		pluralsCardinal:        []locales.PluralRule{1, 2, 3, 4, 5, 6},
    49  		pluralsOrdinal:         []locales.PluralRule{6},
    50  		pluralsRange:           []locales.PluralRule{1, 4, 5, 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  		currencyPositiveSuffix: " ",
    60  		currencyNegativeSuffix: " ",
    61  		monthsAbbreviated:      []string{"", "يناير", "فبراير", "مارس", "إبريل", "مايو", "يونيو", "يوليو", "أغشت", "شتمبر", "أكتوبر", "نوفمبر", "دجمبر"},
    62  		monthsNarrow:           []string{"", "ي", "ف", "م", "إ", "و", "ن", "ل", "غ", "ش", "ك", "ب", "د"},
    63  		monthsWide:             []string{"", "يناير", "فبراير", "مارس", "إبريل", "مايو", "يونيو", "يوليو", "أغشت", "شتمبر", "أكتوبر", "نوفمبر", "دجمبر"},
    64  		daysAbbreviated:        []string{"الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"},
    65  		daysNarrow:             []string{"ح", "ن", "ث", "ر", "خ", "ج", "س"},
    66  		daysShort:              []string{"أحد", "إثنين", "ثلاثاء", "أربعاء", "خميس", "جمعة", "سبت"},
    67  		daysWide:               []string{"الأحد", "الاثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"},
    68  		periodsAbbreviated:     []string{"ص", "م"},
    69  		periodsNarrow:          []string{"ص", "م"},
    70  		periodsWide:            []string{"ص", "م"},
    71  		erasAbbreviated:        []string{"ق.م", "م"},
    72  		erasNarrow:             []string{"", ""},
    73  		erasWide:               []string{"قبل الميلاد", "ميلادي"},
    74  		timezones:              map[string]string{"ACDT": "توقيت وسط أستراليا الصيفي", "ACST": "توقيت وسط أستراليا الرسمي", "ACWDT": "توقيت غرب وسط أستراليا الصيفي", "ACWST": "توقيت غرب وسط أستراليا الرسمي", "ADT": "التوقيت الصيفي الأطلسي", "AEDT": "توقيت شرق أستراليا الصيفي", "AEST": "توقيت شرق أستراليا الرسمي", "AKDT": "توقيت ألاسكا الصيفي", "AKST": "التوقيت الرسمي لألاسكا", "ARST": "توقيت الأرجنتين الصيفي", "ART": "توقيت الأرجنتين الرسمي", "AST": "التوقيت الرسمي الأطلسي", "AWDT": "توقيت غرب أستراليا الصيفي", "AWST": "توقيت غرب أستراليا الرسمي", "BOT": "توقيت بوليفيا", "BT": "توقيت بوتان", "CAT": "توقيت وسط أفريقيا", "CDT": "التوقيت الصيفي المركزي لأمريكا الشمالية", "CHADT": "توقيت تشاتام الصيفي", "CHAST": "توقيت تشاتام الرسمي", "CLST": "توقيت تشيلي الصيفي", "CLT": "توقيت تشيلي الرسمي", "COST": "توقيت كولومبيا الصيفي", "COT": "توقيت كولومبيا الرسمي", "CST": "التوقيت الرسمي المركزي لأمريكا الشمالية", "ChST": "توقيت تشامورو", "EAT": "توقيت شرق أفريقيا", "ECT": "توقيت الإكوادور", "EDT": "التوقيت الصيفي الشرقي لأمريكا الشمالية", "EST": "التوقيت الرسمي الشرقي لأمريكا الشمالية", "GFT": "توقيت غويانا الفرنسية", "GMT": "توقيت غرينتش", "GST": "توقيت الخليج", "GYT": "توقيت غيانا", "HADT": "توقيت هاواي ألوتيان الصيفي", "HAST": "توقيت هاواي ألوتيان الرسمي", "HAT": "توقيت نيوفاوندلاند الصيفي", "HECU": "توقيت كوبا الصيفي", "HEEG": "توقيت شرق غرينلاند الصيفي", "HENOMX": "التوقيت الصيفي لشمال غرب المكسيك", "HEOG": "توقيت غرب غرينلاند الصيفي", "HEPM": "توقيت سانت بيير وميكولون الصيفي", "HEPMX": "توقيت المحيط الهادي الصيفي للمكسيك", "HKST": "توقيت هونغ كونغ الصيفي", "HKT": "توقيت هونغ كونغ الرسمي", "HNCU": "توقيت كوبا الرسمي", "HNEG": "توقيت شرق غرينلاند الرسمي", "HNNOMX": "التوقيت الرسمي لشمال غرب المكسيك", "HNOG": "توقيت غرب غرينلاند الرسمي", "HNPM": "توقيت سانت بيير وميكولون الرسمي", "HNPMX": "توقيت المحيط الهادي الرسمي للمكسيك", "HNT": "توقيت نيوفاوندلاند الرسمي", "IST": "توقيت الهند", "JDT": "توقيت اليابان الصيفي", "JST": "توقيت اليابان الرسمي", "LHDT": "التوقيت الصيفي للورد هاو", "LHST": "توقيت لورد هاو الرسمي", "MDT": "التوقيت الجبلي الصيفي لأمريكا الشمالية", "MESZ": "توقيت وسط أوروبا الصيفي", "MEZ": "توقيت وسط أوروبا الرسمي", "MST": "التوقيت الجبلي الرسمي لأمريكا الشمالية", "MYT": "توقيت ماليزيا", "NZDT": "توقيت نيوزيلندا الصيفي", "NZST": "توقيت نيوزيلندا الرسمي", "OESZ": "توقيت شرق أوروبا الصيفي", "OEZ": "توقيت شرق أوروبا الرسمي", "PDT": "توقيت المحيط الهادي الصيفي", "PST": "توقيت المحيط الهادي الرسمي", "SAST": "توقيت جنوب أفريقيا", "SGT": "توقيت سنغافورة", "SRT": "توقيت سورينام", "TMST": "توقيت تركمانستان الصيفي", "TMT": "توقيت تركمانستان الرسمي", "UYST": "توقيت أوروغواي الصيفي", "UYT": "توقيت أوروغواي الرسمي", "VET": "توقيت فنزويلا", "WARST": "توقيت غرب الأرجنتين الصيفي", "WART": "توقيت غرب الأرجنتين الرسمي", "WAST": "توقيت غرب أفريقيا الصيفي", "WAT": "توقيت غرب أفريقيا الرسمي", "WESZ": "توقيت غرب أوروبا الصيفي", "WEZ": "توقيت غرب أوروبا الرسمي", "WIB": "توقيت غرب إندونيسيا", "WIT": "توقيت شرق إندونيسيا", "WITA": "توقيت وسط إندونيسيا", "∅∅∅": "توقيت أزورس الصيفي"},
    75  	}
    76  }
    77  
    78  // Locale returns the current translators string locale
    79  func (ar *ar_MR) Locale() string {
    80  	return ar.locale
    81  }
    82  
    83  // PluralsCardinal returns the list of cardinal plural rules associated with 'ar_MR'
    84  func (ar *ar_MR) PluralsCardinal() []locales.PluralRule {
    85  	return ar.pluralsCardinal
    86  }
    87  
    88  // PluralsOrdinal returns the list of ordinal plural rules associated with 'ar_MR'
    89  func (ar *ar_MR) PluralsOrdinal() []locales.PluralRule {
    90  	return ar.pluralsOrdinal
    91  }
    92  
    93  // PluralsRange returns the list of range plural rules associated with 'ar_MR'
    94  func (ar *ar_MR) PluralsRange() []locales.PluralRule {
    95  	return ar.pluralsRange
    96  }
    97  
    98  // CardinalPluralRule returns the cardinal PluralRule given 'num' and digits/precision of 'v' for 'ar_MR'
    99  func (ar *ar_MR) CardinalPluralRule(num float64, v uint64) locales.PluralRule {
   100  
   101  	n := math.Abs(num)
   102  	nMod100 := math.Mod(n, 100)
   103  
   104  	if n == 0 {
   105  		return locales.PluralRuleZero
   106  	} else if n == 1 {
   107  		return locales.PluralRuleOne
   108  	} else if n == 2 {
   109  		return locales.PluralRuleTwo
   110  	} else if nMod100 >= 3 && nMod100 <= 10 {
   111  		return locales.PluralRuleFew
   112  	} else if nMod100 >= 11 && nMod100 <= 99 {
   113  		return locales.PluralRuleMany
   114  	}
   115  
   116  	return locales.PluralRuleOther
   117  }
   118  
   119  // OrdinalPluralRule returns the ordinal PluralRule given 'num' and digits/precision of 'v' for 'ar_MR'
   120  func (ar *ar_MR) OrdinalPluralRule(num float64, v uint64) locales.PluralRule {
   121  	return locales.PluralRuleOther
   122  }
   123  
   124  // RangePluralRule returns the ordinal PluralRule given 'num1', 'num2' and digits/precision of 'v1' and 'v2' for 'ar_MR'
   125  func (ar *ar_MR) RangePluralRule(num1 float64, v1 uint64, num2 float64, v2 uint64) locales.PluralRule {
   126  
   127  	start := ar.CardinalPluralRule(num1, v1)
   128  	end := ar.CardinalPluralRule(num2, v2)
   129  
   130  	if start == locales.PluralRuleZero && end == locales.PluralRuleOne {
   131  		return locales.PluralRuleZero
   132  	} else if start == locales.PluralRuleZero && end == locales.PluralRuleTwo {
   133  		return locales.PluralRuleZero
   134  	} else if start == locales.PluralRuleZero && end == locales.PluralRuleFew {
   135  		return locales.PluralRuleFew
   136  	} else if start == locales.PluralRuleZero && end == locales.PluralRuleMany {
   137  		return locales.PluralRuleMany
   138  	} else if start == locales.PluralRuleZero && end == locales.PluralRuleOther {
   139  		return locales.PluralRuleOther
   140  	} else if start == locales.PluralRuleOne && end == locales.PluralRuleTwo {
   141  		return locales.PluralRuleOther
   142  	} else if start == locales.PluralRuleOne && end == locales.PluralRuleFew {
   143  		return locales.PluralRuleFew
   144  	} else if start == locales.PluralRuleOne && end == locales.PluralRuleMany {
   145  		return locales.PluralRuleMany
   146  	} else if start == locales.PluralRuleOne && end == locales.PluralRuleOther {
   147  		return locales.PluralRuleOther
   148  	} else if start == locales.PluralRuleTwo && end == locales.PluralRuleFew {
   149  		return locales.PluralRuleFew
   150  	} else if start == locales.PluralRuleTwo && end == locales.PluralRuleMany {
   151  		return locales.PluralRuleMany
   152  	} else if start == locales.PluralRuleTwo && end == locales.PluralRuleOther {
   153  		return locales.PluralRuleOther
   154  	} else if start == locales.PluralRuleFew && end == locales.PluralRuleFew {
   155  		return locales.PluralRuleFew
   156  	} else if start == locales.PluralRuleFew && end == locales.PluralRuleMany {
   157  		return locales.PluralRuleMany
   158  	} else if start == locales.PluralRuleFew && end == locales.PluralRuleOther {
   159  		return locales.PluralRuleOther
   160  	} else if start == locales.PluralRuleMany && end == locales.PluralRuleFew {
   161  		return locales.PluralRuleFew
   162  	} else if start == locales.PluralRuleMany && end == locales.PluralRuleMany {
   163  		return locales.PluralRuleMany
   164  	} else if start == locales.PluralRuleMany && end == locales.PluralRuleOther {
   165  		return locales.PluralRuleOther
   166  	} else if start == locales.PluralRuleOther && end == locales.PluralRuleOne {
   167  		return locales.PluralRuleOther
   168  	} else if start == locales.PluralRuleOther && end == locales.PluralRuleTwo {
   169  		return locales.PluralRuleOther
   170  	} else if start == locales.PluralRuleOther && end == locales.PluralRuleFew {
   171  		return locales.PluralRuleFew
   172  	} else if start == locales.PluralRuleOther && end == locales.PluralRuleMany {
   173  		return locales.PluralRuleMany
   174  	}
   175  
   176  	return locales.PluralRuleOther
   177  
   178  }
   179  
   180  // MonthAbbreviated returns the locales abbreviated month given the 'month' provided
   181  func (ar *ar_MR) MonthAbbreviated(month time.Month) string {
   182  	return ar.monthsAbbreviated[month]
   183  }
   184  
   185  // MonthsAbbreviated returns the locales abbreviated months
   186  func (ar *ar_MR) MonthsAbbreviated() []string {
   187  	return ar.monthsAbbreviated[1:]
   188  }
   189  
   190  // MonthNarrow returns the locales narrow month given the 'month' provided
   191  func (ar *ar_MR) MonthNarrow(month time.Month) string {
   192  	return ar.monthsNarrow[month]
   193  }
   194  
   195  // MonthsNarrow returns the locales narrow months
   196  func (ar *ar_MR) MonthsNarrow() []string {
   197  	return ar.monthsNarrow[1:]
   198  }
   199  
   200  // MonthWide returns the locales wide month given the 'month' provided
   201  func (ar *ar_MR) MonthWide(month time.Month) string {
   202  	return ar.monthsWide[month]
   203  }
   204  
   205  // MonthsWide returns the locales wide months
   206  func (ar *ar_MR) MonthsWide() []string {
   207  	return ar.monthsWide[1:]
   208  }
   209  
   210  // WeekdayAbbreviated returns the locales abbreviated weekday given the 'weekday' provided
   211  func (ar *ar_MR) WeekdayAbbreviated(weekday time.Weekday) string {
   212  	return ar.daysAbbreviated[weekday]
   213  }
   214  
   215  // WeekdaysAbbreviated returns the locales abbreviated weekdays
   216  func (ar *ar_MR) WeekdaysAbbreviated() []string {
   217  	return ar.daysAbbreviated
   218  }
   219  
   220  // WeekdayNarrow returns the locales narrow weekday given the 'weekday' provided
   221  func (ar *ar_MR) WeekdayNarrow(weekday time.Weekday) string {
   222  	return ar.daysNarrow[weekday]
   223  }
   224  
   225  // WeekdaysNarrow returns the locales narrow weekdays
   226  func (ar *ar_MR) WeekdaysNarrow() []string {
   227  	return ar.daysNarrow
   228  }
   229  
   230  // WeekdayShort returns the locales short weekday given the 'weekday' provided
   231  func (ar *ar_MR) WeekdayShort(weekday time.Weekday) string {
   232  	return ar.daysShort[weekday]
   233  }
   234  
   235  // WeekdaysShort returns the locales short weekdays
   236  func (ar *ar_MR) WeekdaysShort() []string {
   237  	return ar.daysShort
   238  }
   239  
   240  // WeekdayWide returns the locales wide weekday given the 'weekday' provided
   241  func (ar *ar_MR) WeekdayWide(weekday time.Weekday) string {
   242  	return ar.daysWide[weekday]
   243  }
   244  
   245  // WeekdaysWide returns the locales wide weekdays
   246  func (ar *ar_MR) WeekdaysWide() []string {
   247  	return ar.daysWide
   248  }
   249  
   250  // Decimal returns the decimal point of number
   251  func (ar *ar_MR) Decimal() string {
   252  	return ar.decimal
   253  }
   254  
   255  // Group returns the group of number
   256  func (ar *ar_MR) Group() string {
   257  	return ar.group
   258  }
   259  
   260  // Group returns the minus sign of number
   261  func (ar *ar_MR) Minus() string {
   262  	return ar.minus
   263  }
   264  
   265  // FmtNumber returns 'num' with digits/precision of 'v' for 'ar_MR' and handles both Whole and Real numbers based on 'v'
   266  func (ar *ar_MR) FmtNumber(num float64, v uint64) string {
   267  
   268  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   269  	l := len(s) + 4 + 1*len(s[:len(s)-int(v)-1])/3
   270  	count := 0
   271  	inWhole := v == 0
   272  	b := make([]byte, 0, l)
   273  
   274  	for i := len(s) - 1; i >= 0; i-- {
   275  
   276  		if s[i] == '.' {
   277  			b = append(b, ar.decimal[0])
   278  			inWhole = true
   279  			continue
   280  		}
   281  
   282  		if inWhole {
   283  			if count == 3 {
   284  				b = append(b, ar.group[0])
   285  				count = 1
   286  			} else {
   287  				count++
   288  			}
   289  		}
   290  
   291  		b = append(b, s[i])
   292  	}
   293  
   294  	if num < 0 {
   295  		for j := len(ar.minus) - 1; j >= 0; j-- {
   296  			b = append(b, ar.minus[j])
   297  		}
   298  	}
   299  
   300  	// reverse
   301  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   302  		b[i], b[j] = b[j], b[i]
   303  	}
   304  
   305  	return string(b)
   306  }
   307  
   308  // FmtPercent returns 'num' with digits/precision of 'v' for 'ar_MR' and handles both Whole and Real numbers based on 'v'
   309  // NOTE: 'num' passed into FmtPercent is assumed to be in percent already
   310  func (ar *ar_MR) FmtPercent(num float64, v uint64) string {
   311  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   312  	l := len(s) + 8
   313  	b := make([]byte, 0, l)
   314  
   315  	for i := len(s) - 1; i >= 0; i-- {
   316  
   317  		if s[i] == '.' {
   318  			b = append(b, ar.decimal[0])
   319  			continue
   320  		}
   321  
   322  		b = append(b, s[i])
   323  	}
   324  
   325  	if num < 0 {
   326  		for j := len(ar.minus) - 1; j >= 0; j-- {
   327  			b = append(b, ar.minus[j])
   328  		}
   329  	}
   330  
   331  	// reverse
   332  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   333  		b[i], b[j] = b[j], b[i]
   334  	}
   335  
   336  	b = append(b, ar.percent...)
   337  
   338  	return string(b)
   339  }
   340  
   341  // FmtCurrency returns the currency representation of 'num' with digits/precision of 'v' for 'ar_MR'
   342  func (ar *ar_MR) FmtCurrency(num float64, v uint64, currency currency.Type) string {
   343  
   344  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   345  	symbol := ar.currencies[currency]
   346  	l := len(s) + len(symbol) + 6 + 1*len(s[:len(s)-int(v)-1])/3
   347  	count := 0
   348  	inWhole := v == 0
   349  	b := make([]byte, 0, l)
   350  
   351  	for i := len(s) - 1; i >= 0; i-- {
   352  
   353  		if s[i] == '.' {
   354  			b = append(b, ar.decimal[0])
   355  			inWhole = true
   356  			continue
   357  		}
   358  
   359  		if inWhole {
   360  			if count == 3 {
   361  				b = append(b, ar.group[0])
   362  				count = 1
   363  			} else {
   364  				count++
   365  			}
   366  		}
   367  
   368  		b = append(b, s[i])
   369  	}
   370  
   371  	if num < 0 {
   372  		for j := len(ar.minus) - 1; j >= 0; j-- {
   373  			b = append(b, ar.minus[j])
   374  		}
   375  	}
   376  
   377  	// reverse
   378  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   379  		b[i], b[j] = b[j], b[i]
   380  	}
   381  
   382  	if int(v) < 2 {
   383  
   384  		if v == 0 {
   385  			b = append(b, ar.decimal...)
   386  		}
   387  
   388  		for i := 0; i < 2-int(v); i++ {
   389  			b = append(b, '0')
   390  		}
   391  	}
   392  
   393  	b = append(b, ar.currencyPositiveSuffix...)
   394  
   395  	b = append(b, symbol...)
   396  
   397  	return string(b)
   398  }
   399  
   400  // FmtAccounting returns the currency representation of 'num' with digits/precision of 'v' for 'ar_MR'
   401  // in accounting notation.
   402  func (ar *ar_MR) FmtAccounting(num float64, v uint64, currency currency.Type) string {
   403  
   404  	s := strconv.FormatFloat(math.Abs(num), 'f', int(v), 64)
   405  	symbol := ar.currencies[currency]
   406  	l := len(s) + len(symbol) + 6 + 1*len(s[:len(s)-int(v)-1])/3
   407  	count := 0
   408  	inWhole := v == 0
   409  	b := make([]byte, 0, l)
   410  
   411  	for i := len(s) - 1; i >= 0; i-- {
   412  
   413  		if s[i] == '.' {
   414  			b = append(b, ar.decimal[0])
   415  			inWhole = true
   416  			continue
   417  		}
   418  
   419  		if inWhole {
   420  			if count == 3 {
   421  				b = append(b, ar.group[0])
   422  				count = 1
   423  			} else {
   424  				count++
   425  			}
   426  		}
   427  
   428  		b = append(b, s[i])
   429  	}
   430  
   431  	if num < 0 {
   432  
   433  		for j := len(ar.minus) - 1; j >= 0; j-- {
   434  			b = append(b, ar.minus[j])
   435  		}
   436  
   437  	}
   438  
   439  	// reverse
   440  	for i, j := 0, len(b)-1; i < j; i, j = i+1, j-1 {
   441  		b[i], b[j] = b[j], b[i]
   442  	}
   443  
   444  	if int(v) < 2 {
   445  
   446  		if v == 0 {
   447  			b = append(b, ar.decimal...)
   448  		}
   449  
   450  		for i := 0; i < 2-int(v); i++ {
   451  			b = append(b, '0')
   452  		}
   453  	}
   454  
   455  	if num < 0 {
   456  		b = append(b, ar.currencyNegativeSuffix...)
   457  		b = append(b, symbol...)
   458  	} else {
   459  
   460  		b = append(b, ar.currencyPositiveSuffix...)
   461  		b = append(b, symbol...)
   462  	}
   463  
   464  	return string(b)
   465  }
   466  
   467  // FmtDateShort returns the short date representation of 't' for 'ar_MR'
   468  func (ar *ar_MR) FmtDateShort(t time.Time) string {
   469  
   470  	b := make([]byte, 0, 32)
   471  
   472  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   473  	b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
   474  	b = strconv.AppendInt(b, int64(t.Month()), 10)
   475  	b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
   476  
   477  	if t.Year() > 0 {
   478  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   479  	} else {
   480  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   481  	}
   482  
   483  	return string(b)
   484  }
   485  
   486  // FmtDateMedium returns the medium date representation of 't' for 'ar_MR'
   487  func (ar *ar_MR) FmtDateMedium(t time.Time) string {
   488  
   489  	b := make([]byte, 0, 32)
   490  
   491  	if t.Day() < 10 {
   492  		b = append(b, '0')
   493  	}
   494  
   495  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   496  	b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
   497  
   498  	if t.Month() < 10 {
   499  		b = append(b, '0')
   500  	}
   501  
   502  	b = strconv.AppendInt(b, int64(t.Month()), 10)
   503  
   504  	b = append(b, []byte{0xe2, 0x80, 0x8f, 0x2f}...)
   505  
   506  	if t.Year() > 0 {
   507  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   508  	} else {
   509  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   510  	}
   511  
   512  	return string(b)
   513  }
   514  
   515  // FmtDateLong returns the long date representation of 't' for 'ar_MR'
   516  func (ar *ar_MR) FmtDateLong(t time.Time) string {
   517  
   518  	b := make([]byte, 0, 32)
   519  
   520  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   521  	b = append(b, []byte{0x20}...)
   522  	b = append(b, ar.monthsWide[t.Month()]...)
   523  	b = append(b, []byte{0x20}...)
   524  
   525  	if t.Year() > 0 {
   526  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   527  	} else {
   528  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   529  	}
   530  
   531  	return string(b)
   532  }
   533  
   534  // FmtDateFull returns the full date representation of 't' for 'ar_MR'
   535  func (ar *ar_MR) FmtDateFull(t time.Time) string {
   536  
   537  	b := make([]byte, 0, 32)
   538  
   539  	b = append(b, ar.daysWide[t.Weekday()]...)
   540  	b = append(b, []byte{0xd8, 0x8c, 0x20}...)
   541  	b = strconv.AppendInt(b, int64(t.Day()), 10)
   542  	b = append(b, []byte{0x20}...)
   543  	b = append(b, ar.monthsWide[t.Month()]...)
   544  	b = append(b, []byte{0x20}...)
   545  
   546  	if t.Year() > 0 {
   547  		b = strconv.AppendInt(b, int64(t.Year()), 10)
   548  	} else {
   549  		b = strconv.AppendInt(b, int64(-t.Year()), 10)
   550  	}
   551  
   552  	return string(b)
   553  }
   554  
   555  // FmtTimeShort returns the short time representation of 't' for 'ar_MR'
   556  func (ar *ar_MR) FmtTimeShort(t time.Time) string {
   557  
   558  	b := make([]byte, 0, 32)
   559  
   560  	h := t.Hour()
   561  
   562  	if h > 12 {
   563  		h -= 12
   564  	}
   565  
   566  	b = strconv.AppendInt(b, int64(h), 10)
   567  	b = append(b, ar.timeSeparator...)
   568  
   569  	if t.Minute() < 10 {
   570  		b = append(b, '0')
   571  	}
   572  
   573  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   574  	b = append(b, []byte{0x20}...)
   575  
   576  	if t.Hour() < 12 {
   577  		b = append(b, ar.periodsAbbreviated[0]...)
   578  	} else {
   579  		b = append(b, ar.periodsAbbreviated[1]...)
   580  	}
   581  
   582  	return string(b)
   583  }
   584  
   585  // FmtTimeMedium returns the medium time representation of 't' for 'ar_MR'
   586  func (ar *ar_MR) FmtTimeMedium(t time.Time) string {
   587  
   588  	b := make([]byte, 0, 32)
   589  
   590  	h := t.Hour()
   591  
   592  	if h > 12 {
   593  		h -= 12
   594  	}
   595  
   596  	b = strconv.AppendInt(b, int64(h), 10)
   597  	b = append(b, ar.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, ar.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  	if t.Hour() < 12 {
   614  		b = append(b, ar.periodsAbbreviated[0]...)
   615  	} else {
   616  		b = append(b, ar.periodsAbbreviated[1]...)
   617  	}
   618  
   619  	return string(b)
   620  }
   621  
   622  // FmtTimeLong returns the long time representation of 't' for 'ar_MR'
   623  func (ar *ar_MR) FmtTimeLong(t time.Time) string {
   624  
   625  	b := make([]byte, 0, 32)
   626  
   627  	h := t.Hour()
   628  
   629  	if h > 12 {
   630  		h -= 12
   631  	}
   632  
   633  	b = strconv.AppendInt(b, int64(h), 10)
   634  	b = append(b, ar.timeSeparator...)
   635  
   636  	if t.Minute() < 10 {
   637  		b = append(b, '0')
   638  	}
   639  
   640  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   641  	b = append(b, ar.timeSeparator...)
   642  
   643  	if t.Second() < 10 {
   644  		b = append(b, '0')
   645  	}
   646  
   647  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   648  	b = append(b, []byte{0x20}...)
   649  
   650  	if t.Hour() < 12 {
   651  		b = append(b, ar.periodsAbbreviated[0]...)
   652  	} else {
   653  		b = append(b, ar.periodsAbbreviated[1]...)
   654  	}
   655  
   656  	b = append(b, []byte{0x20}...)
   657  
   658  	tz, _ := t.Zone()
   659  	b = append(b, tz...)
   660  
   661  	return string(b)
   662  }
   663  
   664  // FmtTimeFull returns the full time representation of 't' for 'ar_MR'
   665  func (ar *ar_MR) FmtTimeFull(t time.Time) string {
   666  
   667  	b := make([]byte, 0, 32)
   668  
   669  	h := t.Hour()
   670  
   671  	if h > 12 {
   672  		h -= 12
   673  	}
   674  
   675  	b = strconv.AppendInt(b, int64(h), 10)
   676  	b = append(b, ar.timeSeparator...)
   677  
   678  	if t.Minute() < 10 {
   679  		b = append(b, '0')
   680  	}
   681  
   682  	b = strconv.AppendInt(b, int64(t.Minute()), 10)
   683  	b = append(b, ar.timeSeparator...)
   684  
   685  	if t.Second() < 10 {
   686  		b = append(b, '0')
   687  	}
   688  
   689  	b = strconv.AppendInt(b, int64(t.Second()), 10)
   690  	b = append(b, []byte{0x20}...)
   691  
   692  	if t.Hour() < 12 {
   693  		b = append(b, ar.periodsAbbreviated[0]...)
   694  	} else {
   695  		b = append(b, ar.periodsAbbreviated[1]...)
   696  	}
   697  
   698  	b = append(b, []byte{0x20}...)
   699  
   700  	tz, _ := t.Zone()
   701  
   702  	if btz, ok := ar.timezones[tz]; ok {
   703  		b = append(b, btz...)
   704  	} else {
   705  		b = append(b, tz...)
   706  	}
   707  
   708  	return string(b)
   709  }
   710  

View as plain text