Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
//
//
// AUTO-GENERATED CLASS - DO NOT EDIT
//
//
package com.squarespace.cldr.numbers;
import com.squarespace.cldr.CLDRLocale;
import com.squarespace.cldr.plurals.PluralCategory;
import java.lang.String;
import java.lang.StringBuilder;
public class _NumberFormatter_ms extends NumberFormatterBase {
public static final NumberPattern[] DECIMAL_STANDARD = patterns("#,##0.###", "-#,##0.###");
public static final NumberPattern[] PERCENT_STANDARD = patterns("#,##0%", "-#,##0%");
public static final NumberPattern[] CURRENCY_STANDARD = patterns("¤#,##0.00", "-¤#,##0.00");
public static final NumberPattern[] CURRENCY_ACCOUNTING = patterns("¤#,##0.00", "(¤#,##0.00)");
public static final NumberPattern[] DECIMAL_STANDARD_COMPACT = patterns("#,##0", "-#,##0");
public static final NumberPattern[] CURRENCY_STANDARD_COMPACT = patterns("¤#,##0", "-¤#,##0");
private final NumberPattern[] DECIMAL_SHORT_1K_OTHER = patterns("0K", "-0K");
private final NumberPattern[] DECIMAL_SHORT_10K_OTHER = patterns("00K", "-00K");
private final NumberPattern[] DECIMAL_SHORT_100K_OTHER = patterns("000K", "-000K");
private final NumberPattern[] DECIMAL_SHORT_1M_OTHER = patterns("0J", "-0J");
private final NumberPattern[] DECIMAL_SHORT_10M_OTHER = patterns("00J", "-00J");
private final NumberPattern[] DECIMAL_SHORT_100M_OTHER = patterns("000J", "-000J");
private final NumberPattern[] DECIMAL_SHORT_1B_OTHER = patterns("0B", "-0B");
private final NumberPattern[] DECIMAL_SHORT_10B_OTHER = patterns("00B", "-00B");
private final NumberPattern[] DECIMAL_SHORT_100B_OTHER = patterns("000B", "-000B");
private final NumberPattern[] DECIMAL_SHORT_1T_OTHER = patterns("0T", "-0T");
private final NumberPattern[] DECIMAL_SHORT_10T_OTHER = patterns("00T", "-00T");
private final NumberPattern[] DECIMAL_SHORT_100T_OTHER = patterns("000T", "-000T");
private final int DECIMAL_SHORT_1K_POWER = 3;
private final int DECIMAL_SHORT_10K_POWER = 3;
private final int DECIMAL_SHORT_100K_POWER = 3;
private final int DECIMAL_SHORT_1M_POWER = 6;
private final int DECIMAL_SHORT_10M_POWER = 6;
private final int DECIMAL_SHORT_100M_POWER = 6;
private final int DECIMAL_SHORT_1B_POWER = 9;
private final int DECIMAL_SHORT_10B_POWER = 9;
private final int DECIMAL_SHORT_100B_POWER = 9;
private final int DECIMAL_SHORT_1T_POWER = 12;
private final int DECIMAL_SHORT_10T_POWER = 12;
private final int DECIMAL_SHORT_100T_POWER = 12;
private final NumberPattern[] DECIMAL_LONG_1K_OTHER = patterns("0 ribu", "-0 ribu");
private final NumberPattern[] DECIMAL_LONG_10K_OTHER = patterns("00 ribu", "-00 ribu");
private final NumberPattern[] DECIMAL_LONG_100K_OTHER = patterns("000 ribu", "-000 ribu");
private final NumberPattern[] DECIMAL_LONG_1M_OTHER = patterns("0 juta", "-0 juta");
private final NumberPattern[] DECIMAL_LONG_10M_OTHER = patterns("00 juta", "-00 juta");
private final NumberPattern[] DECIMAL_LONG_100M_OTHER = patterns("000 juta", "-000 juta");
private final NumberPattern[] DECIMAL_LONG_1B_OTHER = patterns("0 bilion", "-0 bilion");
private final NumberPattern[] DECIMAL_LONG_10B_OTHER = patterns("00 bilion", "-00 bilion");
private final NumberPattern[] DECIMAL_LONG_100B_OTHER = patterns("000 bilion", "-000 bilion");
private final NumberPattern[] DECIMAL_LONG_1T_OTHER = patterns("0 trilion", "-0 trilion");
private final NumberPattern[] DECIMAL_LONG_10T_OTHER = patterns("00 trilion", "-00 trilion");
private final NumberPattern[] DECIMAL_LONG_100T_OTHER = patterns("000 trilion", "-000 trilion");
private final int DECIMAL_LONG_1K_POWER = 3;
private final int DECIMAL_LONG_10K_POWER = 3;
private final int DECIMAL_LONG_100K_POWER = 3;
private final int DECIMAL_LONG_1M_POWER = 6;
private final int DECIMAL_LONG_10M_POWER = 6;
private final int DECIMAL_LONG_100M_POWER = 6;
private final int DECIMAL_LONG_1B_POWER = 9;
private final int DECIMAL_LONG_10B_POWER = 9;
private final int DECIMAL_LONG_100B_POWER = 9;
private final int DECIMAL_LONG_1T_POWER = 12;
private final int DECIMAL_LONG_10T_POWER = 12;
private final int DECIMAL_LONG_100T_POWER = 12;
private final NumberPattern[] CURRENCY_SHORT_1K_OTHER = patterns("¤0K", "-¤0K");
private final NumberPattern[] CURRENCY_SHORT_10K_OTHER = patterns("¤00K", "-¤00K");
private final NumberPattern[] CURRENCY_SHORT_100K_OTHER = patterns("¤000K", "-¤000K");
private final NumberPattern[] CURRENCY_SHORT_1M_OTHER = patterns("¤0J", "-¤0J");
private final NumberPattern[] CURRENCY_SHORT_10M_OTHER = patterns("¤00J", "-¤00J");
private final NumberPattern[] CURRENCY_SHORT_100M_OTHER = patterns("¤000J", "-¤000J");
private final NumberPattern[] CURRENCY_SHORT_1B_OTHER = patterns("¤0B", "-¤0B");
private final NumberPattern[] CURRENCY_SHORT_10B_OTHER = patterns("¤00B", "-¤00B");
private final NumberPattern[] CURRENCY_SHORT_100B_OTHER = patterns("¤000B", "-¤000B");
private final NumberPattern[] CURRENCY_SHORT_1T_OTHER = patterns("¤0T", "-¤0T");
private final NumberPattern[] CURRENCY_SHORT_10T_OTHER = patterns("¤00T", "-¤00T");
private final NumberPattern[] CURRENCY_SHORT_100T_OTHER = patterns("¤000T", "-¤000T");
private final int CURRENCY_SHORT_1K_POWER = 3;
private final int CURRENCY_SHORT_10K_POWER = 3;
private final int CURRENCY_SHORT_100K_POWER = 3;
private final int CURRENCY_SHORT_1M_POWER = 6;
private final int CURRENCY_SHORT_10M_POWER = 6;
private final int CURRENCY_SHORT_100M_POWER = 6;
private final int CURRENCY_SHORT_1B_POWER = 9;
private final int CURRENCY_SHORT_10B_POWER = 9;
private final int CURRENCY_SHORT_100B_POWER = 9;
private final int CURRENCY_SHORT_1T_POWER = 12;
private final int CURRENCY_SHORT_10T_POWER = 12;
private final int CURRENCY_SHORT_100T_POWER = 12;
public _NumberFormatter_ms() {
super(
new CLDRLocale("ms", "", "", ""),
new _Params(),
// decimal standard
patterns("#,##0.###", "-#,##0.###"),
// percent standard
patterns("#,##0%", "-#,##0%"),
// currency standard
patterns("¤#,##0.00", "-¤#,##0.00"),
// currency accounting
patterns("¤#,##0.00", "(¤#,##0.00)")
);
}
protected int getPowerOfTen_DECIMAL_SHORT(int digits) {
if (digits < 4) {
return 0;
}
switch (digits) {
case 4: return DECIMAL_SHORT_1K_POWER;
case 5: return DECIMAL_SHORT_10K_POWER;
case 6: return DECIMAL_SHORT_100K_POWER;
case 7: return DECIMAL_SHORT_1M_POWER;
case 8: return DECIMAL_SHORT_10M_POWER;
case 9: return DECIMAL_SHORT_100M_POWER;
case 10: return DECIMAL_SHORT_1B_POWER;
case 11: return DECIMAL_SHORT_10B_POWER;
case 12: return DECIMAL_SHORT_100B_POWER;
case 13: return DECIMAL_SHORT_1T_POWER;
case 14: return DECIMAL_SHORT_10T_POWER;
case 15:
default: return DECIMAL_SHORT_100T_POWER;
}
}
protected NumberPattern[] getPattern_DECIMAL_SHORT(int digits, PluralCategory category) {
if (digits < 4 || category == null) {
return DECIMAL_STANDARD_COMPACT;
}
switch (digits) {
case 4: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_1K_OTHER;
}
}
case 5: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_10K_OTHER;
}
}
case 6: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_100K_OTHER;
}
}
case 7: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_1M_OTHER;
}
}
case 8: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_10M_OTHER;
}
}
case 9: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_100M_OTHER;
}
}
case 10: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_1B_OTHER;
}
}
case 11: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_10B_OTHER;
}
}
case 12: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_100B_OTHER;
}
}
case 13: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_1T_OTHER;
}
}
case 14: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_10T_OTHER;
}
}
case 15: default: {
switch (category) {
case OTHER:
default: return DECIMAL_SHORT_100T_OTHER;
}
}
}
}
protected int getPowerOfTen_DECIMAL_LONG(int digits) {
if (digits < 4) {
return 0;
}
switch (digits) {
case 4: return DECIMAL_LONG_1K_POWER;
case 5: return DECIMAL_LONG_10K_POWER;
case 6: return DECIMAL_LONG_100K_POWER;
case 7: return DECIMAL_LONG_1M_POWER;
case 8: return DECIMAL_LONG_10M_POWER;
case 9: return DECIMAL_LONG_100M_POWER;
case 10: return DECIMAL_LONG_1B_POWER;
case 11: return DECIMAL_LONG_10B_POWER;
case 12: return DECIMAL_LONG_100B_POWER;
case 13: return DECIMAL_LONG_1T_POWER;
case 14: return DECIMAL_LONG_10T_POWER;
case 15:
default: return DECIMAL_LONG_100T_POWER;
}
}
protected NumberPattern[] getPattern_DECIMAL_LONG(int digits, PluralCategory category) {
if (digits < 4 || category == null) {
return DECIMAL_STANDARD_COMPACT;
}
switch (digits) {
case 4: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_1K_OTHER;
}
}
case 5: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_10K_OTHER;
}
}
case 6: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_100K_OTHER;
}
}
case 7: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_1M_OTHER;
}
}
case 8: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_10M_OTHER;
}
}
case 9: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_100M_OTHER;
}
}
case 10: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_1B_OTHER;
}
}
case 11: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_10B_OTHER;
}
}
case 12: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_100B_OTHER;
}
}
case 13: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_1T_OTHER;
}
}
case 14: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_10T_OTHER;
}
}
case 15: default: {
switch (category) {
case OTHER:
default: return DECIMAL_LONG_100T_OTHER;
}
}
}
}
protected int getPowerOfTen_CURRENCY_SHORT(int digits) {
if (digits < 4) {
return 0;
}
switch (digits) {
case 4: return CURRENCY_SHORT_1K_POWER;
case 5: return CURRENCY_SHORT_10K_POWER;
case 6: return CURRENCY_SHORT_100K_POWER;
case 7: return CURRENCY_SHORT_1M_POWER;
case 8: return CURRENCY_SHORT_10M_POWER;
case 9: return CURRENCY_SHORT_100M_POWER;
case 10: return CURRENCY_SHORT_1B_POWER;
case 11: return CURRENCY_SHORT_10B_POWER;
case 12: return CURRENCY_SHORT_100B_POWER;
case 13: return CURRENCY_SHORT_1T_POWER;
case 14: return CURRENCY_SHORT_10T_POWER;
case 15:
default: return CURRENCY_SHORT_100T_POWER;
}
}
protected NumberPattern[] getPattern_CURRENCY_SHORT(int digits, PluralCategory category) {
if (digits < 4 || category == null) {
return CURRENCY_STANDARD_COMPACT;
}
switch (digits) {
case 4: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_1K_OTHER;
}
}
case 5: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_10K_OTHER;
}
}
case 6: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_100K_OTHER;
}
}
case 7: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_1M_OTHER;
}
}
case 8: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_10M_OTHER;
}
}
case 9: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_100M_OTHER;
}
}
case 10: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_1B_OTHER;
}
}
case 11: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_10B_OTHER;
}
}
case 12: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_100B_OTHER;
}
}
case 13: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_1T_OTHER;
}
}
case 14: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_10T_OTHER;
}
}
case 15: default: {
switch (category) {
case OTHER:
default: return CURRENCY_SHORT_100T_OTHER;
}
}
}
}
public String getCurrencySymbol(String code) {
switch (code) {
case "ADP": return "ADP";
case "AED": return "AED";
case "AFA": return "AFA";
case "AFN": return "AFN";
case "ALL": return "ALL";
case "AMD": return "AMD";
case "ANG": return "ANG";
case "AOA": return "AOA";
case "AOK": return "AOK";
case "AON": return "AON";
case "AOR": return "AOR";
case "ARA": return "ARA";
case "ARL": return "ARL";
case "ARM": return "ARM";
case "ARP": return "ARP";
case "ARS": return "ARS";
case "ATS": return "ATS";
case "AUD": return "A$";
case "AWG": return "AWG";
case "AZM": return "AZM";
case "AZN": return "AZN";
case "BAD": return "BAD";
case "BAM": return "BAM";
case "BAN": return "BAN";
case "BBD": return "BBD";
case "BDT": return "BDT";
case "BEC": return "BEC";
case "BEF": return "BEF";
case "BEL": return "BEL";
case "BGL": return "BGL";
case "BGM": return "BGM";
case "BGN": return "BGN";
case "BGO": return "BGO";
case "BHD": return "BHD";
case "BIF": return "BIF";
case "BMD": return "BMD";
case "BND": return "BND";
case "BOB": return "BOB";
case "BOL": return "BOL";
case "BOP": return "BOP";
case "BOV": return "BOV";
case "BRB": return "BRB";
case "BRC": return "BRC";
case "BRE": return "BRE";
case "BRL": return "R$";
case "BRN": return "BRN";
case "BRR": return "BRR";
case "BRZ": return "BRZ";
case "BSD": return "BSD";
case "BTN": return "BTN";
case "BUK": return "BUK";
case "BWP": return "BWP";
case "BYB": return "BYB";
case "BYN": return "BYN";
case "BYR": return "BYR";
case "BZD": return "BZD";
case "CAD": return "CAD";
case "CDF": return "CDF";
case "CHE": return "CHE";
case "CHF": return "CHF";
case "CHW": return "CHW";
case "CLE": return "CLE";
case "CLF": return "CLF";
case "CLP": return "CLP";
case "CNY": return "CN¥";
case "COP": return "COP";
case "COU": return "COU";
case "CRC": return "CRC";
case "CSD": return "CSD";
case "CSK": return "CSK";
case "CUC": return "CUC";
case "CUP": return "CUP";
case "CVE": return "CVE";
case "CYP": return "CYP";
case "CZK": return "CZK";
case "DDM": return "DDM";
case "DEM": return "DEM";
case "DJF": return "DJF";
case "DKK": return "DKK";
case "DOP": return "DOP";
case "DZD": return "DZD";
case "ECS": return "ECS";
case "ECV": return "ECV";
case "EEK": return "EEK";
case "EGP": return "EGP";
case "ERN": return "ERN";
case "ESA": return "ESA";
case "ESB": return "ESB";
case "ESP": return "ESP";
case "ETB": return "ETB";
case "EUR": return "€";
case "FIM": return "FIM";
case "FJD": return "FJD";
case "FKP": return "FKP";
case "FRF": return "FRF";
case "GBP": return "£";
case "GEK": return "GEK";
case "GEL": return "GEL";
case "GHC": return "GHC";
case "GHS": return "GHS";
case "GIP": return "GIP";
case "GMD": return "GMD";
case "GNF": return "GNF";
case "GNS": return "GNS";
case "GQE": return "GQE";
case "GRD": return "GRD";
case "GTQ": return "GTQ";
case "GWE": return "GWE";
case "GWP": return "GWP";
case "GYD": return "GYD";
case "HKD": return "HK$";
case "HNL": return "HNL";
case "HRD": return "HRD";
case "HRK": return "HRK";
case "HTG": return "HTG";
case "HUF": return "HUF";
case "IDR": return "IDR";
case "IEP": return "IEP";
case "ILP": return "ILP";
case "ILS": return "₪";
case "INR": return "₹";
case "IQD": return "IQD";
case "IRR": return "IRR";
case "ISK": return "ISK";
case "ITL": return "ITL";
case "JMD": return "JMD";
case "JOD": return "JOD";
case "JPY": return "JP¥";
case "KES": return "KES";
case "KGS": return "KGS";
case "KHR": return "KHR";
case "KMF": return "KMF";
case "KPW": return "KPW";
case "KRH": return "KRH";
case "KRO": return "KRO";
case "KRW": return "₩";
case "KWD": return "KWD";
case "KYD": return "KYD";
case "KZT": return "KZT";
case "LAK": return "LAK";
case "LBP": return "LBP";
case "LKR": return "LKR";
case "LRD": return "LRD";
case "LSL": return "LSL";
case "LTL": return "LTL";
case "LTT": return "LTT";
case "LUC": return "LUC";
case "LUF": return "LUF";
case "LUL": return "LUL";
case "LVL": return "LVL";
case "LVR": return "LVR";
case "LYD": return "LYD";
case "MAD": return "MAD";
case "MAF": return "MAF";
case "MCF": return "MCF";
case "MDC": return "MDC";
case "MDL": return "MDL";
case "MGA": return "MGA";
case "MGF": return "MGF";
case "MKD": return "MKD";
case "MKN": return "MKN";
case "MLF": return "MLF";
case "MMK": return "MMK";
case "MNT": return "MNT";
case "MOP": return "MOP";
case "MRO": return "MRO";
case "MTL": return "MTL";
case "MTP": return "MTP";
case "MUR": return "MUR";
case "MVR": return "MVR";
case "MWK": return "MWK";
case "MXN": return "MXN";
case "MXP": return "MXP";
case "MXV": return "MXV";
case "MYR": return "RM";
case "MZE": return "MZE";
case "MZM": return "MZM";
case "MZN": return "MZN";
case "NAD": return "NAD";
case "NGN": return "NGN";
case "NIC": return "NIC";
case "NIO": return "NIO";
case "NLG": return "NLG";
case "NOK": return "NOK";
case "NPR": return "NPR";
case "NZD": return "NZ$";
case "OMR": return "OMR";
case "PAB": return "PAB";
case "PEI": return "PEI";
case "PEN": return "PEN";
case "PES": return "PES";
case "PGK": return "PGK";
case "PHP": return "PHP";
case "PKR": return "PKR";
case "PLN": return "PLN";
case "PLZ": return "PLZ";
case "PTE": return "PTE";
case "PYG": return "PYG";
case "QAR": return "QAR";
case "RHD": return "RHD";
case "ROL": return "ROL";
case "RON": return "RON";
case "RSD": return "RSD";
case "RUB": return "RUB";
case "RUR": return "RUR";
case "RWF": return "RWF";
case "SAR": return "SAR";
case "SBD": return "SBD";
case "SCR": return "SCR";
case "SDD": return "SDD";
case "SDG": return "SDG";
case "SDP": return "SDP";
case "SEK": return "SEK";
case "SGD": return "SGD";
case "SHP": return "SHP";
case "SIT": return "SIT";
case "SKK": return "SKK";
case "SLL": return "SLL";
case "SOS": return "SOS";
case "SRD": return "SRD";
case "SRG": return "SRG";
case "SSP": return "SSP";
case "STD": return "STD";
case "SUR": return "SUR";
case "SVC": return "SVC";
case "SYP": return "SYP";
case "SZL": return "SZL";
case "THB": return "THB";
case "TJR": return "TJR";
case "TJS": return "TJS";
case "TMM": return "TMM";
case "TMT": return "TMT";
case "TND": return "TND";
case "TOP": return "TOP";
case "TPE": return "TPE";
case "TRL": return "TRL";
case "TRY": return "TRY";
case "TTD": return "TTD";
case "TWD": return "NT$";
case "TZS": return "TZS";
case "UAH": return "UAH";
case "UAK": return "UAK";
case "UGS": return "UGS";
case "UGX": return "UGX";
case "USD": return "USD";
case "USN": return "USN";
case "USS": return "USS";
case "UYI": return "UYI";
case "UYP": return "UYP";
case "UYU": return "UYU";
case "UZS": return "UZS";
case "VEB": return "VEB";
case "VEF": return "VEF";
case "VND": return "₫";
case "VNN": return "VNN";
case "VUV": return "VUV";
case "WST": return "WST";
case "XAF": return "FCFA";
case "XAG": return "XAG";
case "XAU": return "XAU";
case "XBA": return "XBA";
case "XBB": return "XBB";
case "XBC": return "XBC";
case "XBD": return "XBD";
case "XCD": return "EC$";
case "XDR": return "XDR";
case "XEU": return "XEU";
case "XFO": return "XFO";
case "XFU": return "XFU";
case "XOF": return "CFA";
case "XPD": return "XPD";
case "XPF": return "CFPF";
case "XPT": return "XPT";
case "XRE": return "XRE";
case "XSU": return "XSU";
case "XTS": return "XTS";
case "XUA": return "XUA";
case "XXX": return "XXX";
case "YDD": return "YDD";
case "YER": return "YER";
case "YUD": return "YUD";
case "YUM": return "YUM";
case "YUN": return "YUN";
case "YUR": return "YUR";
case "ZAL": return "ZAL";
case "ZAR": return "ZAR";
case "ZMK": return "ZMK";
case "ZMW": return "ZMW";
case "ZRN": return "ZRN";
case "ZRZ": return "ZRZ";
case "ZWD": return "ZWD";
case "ZWL": return "ZWL";
case "ZWR": return "ZWR";
default: return "";
}
}
public String getNarrowCurrencySymbol(String code) {
switch (code) {
case "ADP": return "ADP";
case "AED": return "AED";
case "AFA": return "AFA";
case "AFN": return "AFN";
case "ALL": return "ALL";
case "AMD": return "AMD";
case "ANG": return "ANG";
case "AOA": return "Kz";
case "AOK": return "AOK";
case "AON": return "AON";
case "AOR": return "AOR";
case "ARA": return "ARA";
case "ARL": return "ARL";
case "ARM": return "ARM";
case "ARP": return "ARP";
case "ARS": return "$";
case "ATS": return "ATS";
case "AUD": return "$";
case "AWG": return "AWG";
case "AZM": return "AZM";
case "AZN": return "AZN";
case "BAD": return "BAD";
case "BAM": return "KM";
case "BAN": return "BAN";
case "BBD": return "$";
case "BDT": return "৳";
case "BEC": return "BEC";
case "BEF": return "BEF";
case "BEL": return "BEL";
case "BGL": return "BGL";
case "BGM": return "BGM";
case "BGN": return "BGN";
case "BGO": return "BGO";
case "BHD": return "BHD";
case "BIF": return "BIF";
case "BMD": return "$";
case "BND": return "$";
case "BOB": return "Bs";
case "BOL": return "BOL";
case "BOP": return "BOP";
case "BOV": return "BOV";
case "BRB": return "BRB";
case "BRC": return "BRC";
case "BRE": return "BRE";
case "BRL": return "R$";
case "BRN": return "BRN";
case "BRR": return "BRR";
case "BRZ": return "BRZ";
case "BSD": return "$";
case "BTN": return "BTN";
case "BUK": return "BUK";
case "BWP": return "P";
case "BYB": return "BYB";
case "BYN": return "р.";
case "BYR": return "BYR";
case "BZD": return "$";
case "CAD": return "$";
case "CDF": return "CDF";
case "CHE": return "CHE";
case "CHF": return "CHF";
case "CHW": return "CHW";
case "CLE": return "CLE";
case "CLF": return "CLF";
case "CLP": return "$";
case "CNY": return "¥";
case "COP": return "$";
case "COU": return "COU";
case "CRC": return "₡";
case "CSD": return "CSD";
case "CSK": return "CSK";
case "CUC": return "$";
case "CUP": return "$";
case "CVE": return "CVE";
case "CYP": return "CYP";
case "CZK": return "Kč";
case "DDM": return "DDM";
case "DEM": return "DEM";
case "DJF": return "DJF";
case "DKK": return "kr";
case "DOP": return "$";
case "DZD": return "DZD";
case "ECS": return "ECS";
case "ECV": return "ECV";
case "EEK": return "EEK";
case "EGP": return "E£";
case "ERN": return "ERN";
case "ESA": return "ESA";
case "ESB": return "ESB";
case "ESP": return "₧";
case "ETB": return "ETB";
case "EUR": return "€";
case "FIM": return "FIM";
case "FJD": return "$";
case "FKP": return "£";
case "FRF": return "FRF";
case "GBP": return "£";
case "GEK": return "GEK";
case "GEL": return "₾";
case "GHC": return "GHC";
case "GHS": return "GHS";
case "GIP": return "£";
case "GMD": return "GMD";
case "GNF": return "FG";
case "GNS": return "GNS";
case "GQE": return "GQE";
case "GRD": return "GRD";
case "GTQ": return "Q";
case "GWE": return "GWE";
case "GWP": return "GWP";
case "GYD": return "$";
case "HKD": return "$";
case "HNL": return "L";
case "HRD": return "HRD";
case "HRK": return "kn";
case "HTG": return "HTG";
case "HUF": return "Ft";
case "IDR": return "Rp";
case "IEP": return "IEP";
case "ILP": return "ILP";
case "ILS": return "₪";
case "INR": return "₹";
case "IQD": return "IQD";
case "IRR": return "IRR";
case "ISK": return "kr";
case "ITL": return "ITL";
case "JMD": return "$";
case "JOD": return "JOD";
case "JPY": return "¥";
case "KES": return "KES";
case "KGS": return "KGS";
case "KHR": return "៛";
case "KMF": return "CF";
case "KPW": return "₩";
case "KRH": return "KRH";
case "KRO": return "KRO";
case "KRW": return "₩";
case "KWD": return "KWD";
case "KYD": return "$";
case "KZT": return "₸";
case "LAK": return "₭";
case "LBP": return "L£";
case "LKR": return "Rs";
case "LRD": return "$";
case "LSL": return "LSL";
case "LTL": return "Lt";
case "LTT": return "LTT";
case "LUC": return "LUC";
case "LUF": return "LUF";
case "LUL": return "LUL";
case "LVL": return "Ls";
case "LVR": return "LVR";
case "LYD": return "LYD";
case "MAD": return "MAD";
case "MAF": return "MAF";
case "MCF": return "MCF";
case "MDC": return "MDC";
case "MDL": return "MDL";
case "MGA": return "Ar";
case "MGF": return "MGF";
case "MKD": return "MKD";
case "MKN": return "MKN";
case "MLF": return "MLF";
case "MMK": return "K";
case "MNT": return "₮";
case "MOP": return "MOP";
case "MRO": return "MRO";
case "MTL": return "MTL";
case "MTP": return "MTP";
case "MUR": return "Rs";
case "MVR": return "MVR";
case "MWK": return "MWK";
case "MXN": return "$";
case "MXP": return "MXP";
case "MXV": return "MXV";
case "MYR": return "RM";
case "MZE": return "MZE";
case "MZM": return "MZM";
case "MZN": return "MZN";
case "NAD": return "$";
case "NGN": return "₦";
case "NIC": return "NIC";
case "NIO": return "C$";
case "NLG": return "NLG";
case "NOK": return "kr";
case "NPR": return "Rs";
case "NZD": return "$";
case "OMR": return "OMR";
case "PAB": return "PAB";
case "PEI": return "PEI";
case "PEN": return "PEN";
case "PES": return "PES";
case "PGK": return "PGK";
case "PHP": return "₱";
case "PKR": return "Rs";
case "PLN": return "zł";
case "PLZ": return "PLZ";
case "PTE": return "PTE";
case "PYG": return "₲";
case "QAR": return "QAR";
case "RHD": return "RHD";
case "ROL": return "ROL";
case "RON": return "lei";
case "RSD": return "RSD";
case "RUB": return "₽";
case "RUR": return "р.";
case "RWF": return "RF";
case "SAR": return "SAR";
case "SBD": return "$";
case "SCR": return "SCR";
case "SDD": return "SDD";
case "SDG": return "SDG";
case "SDP": return "SDP";
case "SEK": return "kr";
case "SGD": return "$";
case "SHP": return "£";
case "SIT": return "SIT";
case "SKK": return "SKK";
case "SLL": return "SLL";
case "SOS": return "SOS";
case "SRD": return "$";
case "SRG": return "SRG";
case "SSP": return "£";
case "STD": return "Db";
case "SUR": return "SUR";
case "SVC": return "SVC";
case "SYP": return "£";
case "SZL": return "SZL";
case "THB": return "฿";
case "TJR": return "TJR";
case "TJS": return "TJS";
case "TMM": return "TMM";
case "TMT": return "TMT";
case "TND": return "TND";
case "TOP": return "T$";
case "TPE": return "TPE";
case "TRL": return "TRL";
case "TRY": return "₺";
case "TTD": return "$";
case "TWD": return "NT$";
case "TZS": return "TZS";
case "UAH": return "₴";
case "UAK": return "UAK";
case "UGS": return "UGS";
case "UGX": return "UGX";
case "USD": return "$";
case "USN": return "USN";
case "USS": return "USS";
case "UYI": return "UYI";
case "UYP": return "UYP";
case "UYU": return "$";
case "UZS": return "UZS";
case "VEB": return "VEB";
case "VEF": return "Bs";
case "VND": return "₫";
case "VNN": return "VNN";
case "VUV": return "VUV";
case "WST": return "WST";
case "XAF": return "FCFA";
case "XAG": return "XAG";
case "XAU": return "XAU";
case "XBA": return "XBA";
case "XBB": return "XBB";
case "XBC": return "XBC";
case "XBD": return "XBD";
case "XCD": return "$";
case "XDR": return "XDR";
case "XEU": return "XEU";
case "XFO": return "XFO";
case "XFU": return "XFU";
case "XOF": return "CFA";
case "XPD": return "XPD";
case "XPF": return "CFPF";
case "XPT": return "XPT";
case "XRE": return "XRE";
case "XSU": return "XSU";
case "XTS": return "XTS";
case "XUA": return "XUA";
case "XXX": return "XXX";
case "YDD": return "YDD";
case "YER": return "YER";
case "YUD": return "YUD";
case "YUM": return "YUM";
case "YUN": return "YUN";
case "YUR": return "YUR";
case "ZAL": return "ZAL";
case "ZAR": return "R";
case "ZMK": return "ZMK";
case "ZMW": return "ZK";
case "ZRN": return "ZRN";
case "ZRZ": return "ZRZ";
case "ZWD": return "ZWD";
case "ZWL": return "ZWL";
case "ZWR": return "ZWR";
default: return "";
}
}
public String getCurrencyDisplayName(String code) {
switch (code) {
case "ADP": return "ADP";
case "AED": return "Dirham Emiriah Arab Bersatu";
case "AFA": return "AFA";
case "AFN": return "Afghani Afghanistan";
case "ALL": return "Lek Albania";
case "AMD": return "Dram Armenia";
case "ANG": return "Guilder Antillean Netherland";
case "AOA": return "Kwanza Angola";
case "AOK": return "AOK";
case "AON": return "AON";
case "AOR": return "AOR";
case "ARA": return "ARA";
case "ARL": return "ARL";
case "ARM": return "ARM";
case "ARP": return "ARP";
case "ARS": return "Peso Argentina";
case "ATS": return "ATS";
case "AUD": return "Dolar Australia";
case "AWG": return "Florin Aruba";
case "AZM": return "AZM";
case "AZN": return "Manat Azerbaijan";
case "BAD": return "BAD";
case "BAM": return "Mark Boleh Tukar Bosnia-Herzegovina";
case "BAN": return "BAN";
case "BBD": return "Dolar Barbados";
case "BDT": return "Taka Bangladesh";
case "BEC": return "BEC";
case "BEF": return "BEF";
case "BEL": return "BEL";
case "BGL": return "BGL";
case "BGM": return "BGM";
case "BGN": return "Lev Bulgaria";
case "BGO": return "BGO";
case "BHD": return "Dinar Bahrain";
case "BIF": return "Franc Burundia";
case "BMD": return "Dolar Bermuda";
case "BND": return "Dolar Brunei";
case "BOB": return "Boliviano Bolivia";
case "BOL": return "BOL";
case "BOP": return "BOP";
case "BOV": return "BOV";
case "BRB": return "BRB";
case "BRC": return "BRC";
case "BRE": return "BRE";
case "BRL": return "Real Brazil";
case "BRN": return "BRN";
case "BRR": return "BRR";
case "BRZ": return "BRZ";
case "BSD": return "Dolar Bahamas";
case "BTN": return "Ngultrum Bhutan";
case "BUK": return "BUK";
case "BWP": return "Pula Botswana";
case "BYB": return "BYB";
case "BYN": return "Rubel Belarus";
case "BYR": return "Rubel Belarus (2000–2016)";
case "BZD": return "Dolar Belize";
case "CAD": return "Dolar Kanada";
case "CDF": return "Franc Congo";
case "CHE": return "CHE";
case "CHF": return "Franc Switzerland";
case "CHW": return "CHW";
case "CLE": return "CLE";
case "CLF": return "CLF";
case "CLP": return "Peso Chile";
case "CNY": return "Yuan Cina";
case "COP": return "Peso Colombia";
case "COU": return "COU";
case "CRC": return "Colon Costa Rica";
case "CSD": return "CSD";
case "CSK": return "CSK";
case "CUC": return "Peso Boleh Tukar Cuba";
case "CUP": return "Peso Cuba";
case "CVE": return "Escudo Tanjung Verde";
case "CYP": return "CYP";
case "CZK": return "Koruna Republik Czech";
case "DDM": return "DDM";
case "DEM": return "DEM";
case "DJF": return "Franc Djibouti";
case "DKK": return "Krone Denmark";
case "DOP": return "Peso Dominican";
case "DZD": return "Dinar Algeria";
case "ECS": return "ECS";
case "ECV": return "ECV";
case "EEK": return "EEK";
case "EGP": return "Paun Mesir";
case "ERN": return "ERN";
case "ESA": return "ESA";
case "ESB": return "ESB";
case "ESP": return "ESP";
case "ETB": return "Birr Ethiopia";
case "EUR": return "Euro";
case "FIM": return "FIM";
case "FJD": return "Dolar Fiji";
case "FKP": return "Paun Kepulauan Falkland";
case "FRF": return "FRF";
case "GBP": return "Paun British";
case "GEK": return "GEK";
case "GEL": return "Lari Georgia";
case "GHC": return "GHC";
case "GHS": return "Cedi Ghana";
case "GIP": return "Paun Gibraltar";
case "GMD": return "Dalasi Gambia";
case "GNF": return "Franc Guinea";
case "GNS": return "GNS";
case "GQE": return "GQE";
case "GRD": return "GRD";
case "GTQ": return "Quetzal Guatemala";
case "GWE": return "GWE";
case "GWP": return "GWP";
case "GYD": return "Dolar Guyana";
case "HKD": return "Dolar Hong Kong";
case "HNL": return "Lempira Honduras";
case "HRD": return "HRD";
case "HRK": return "Kuna Croatia";
case "HTG": return "Gourde Haiti";
case "HUF": return "Forint Hungary";
case "IDR": return "Rupiah Indonesia";
case "IEP": return "IEP";
case "ILP": return "ILP";
case "ILS": return "Sheqel Baru Israel";
case "INR": return "Rupee India";
case "IQD": return "Dinar Iraq";
case "IRR": return "Rial Iran";
case "ISK": return "Krona Iceland";
case "ITL": return "ITL";
case "JMD": return "Dolar Jamaica";
case "JOD": return "Dinar Jordan";
case "JPY": return "Yen Jepun";
case "KES": return "Syiling Kenya";
case "KGS": return "Som Kyrgystani";
case "KHR": return "Riel Kemboja";
case "KMF": return "Franc Comoria";
case "KPW": return "Won Korea Utara";
case "KRH": return "KRH";
case "KRO": return "KRO";
case "KRW": return "Won Korea Selatan";
case "KWD": return "Dinar Kuwait";
case "KYD": return "Dolar Kepulauan Cayman";
case "KZT": return "Tenge Kazakhstan";
case "LAK": return "Kip Laos";
case "LBP": return "Paun Lubnan";
case "LKR": return "Rupee Sri Lanka";
case "LRD": return "Dolar Liberia";
case "LSL": return "Loti Lesotho";
case "LTL": return "Litas Lithuania";
case "LTT": return "LTT";
case "LUC": return "LUC";
case "LUF": return "LUF";
case "LUL": return "LUL";
case "LVL": return "Lats Latvia";
case "LVR": return "LVR";
case "LYD": return "Dinar Libya";
case "MAD": return "Dirham Maghribi";
case "MAF": return "MAF";
case "MCF": return "MCF";
case "MDC": return "MDC";
case "MDL": return "Leu Moldova";
case "MGA": return "Ariary Malagasy";
case "MGF": return "MGF";
case "MKD": return "Denar Macedonia";
case "MKN": return "MKN";
case "MLF": return "MLF";
case "MMK": return "Kyat Myanma";
case "MNT": return "Tugrik Mongolia";
case "MOP": return "Pataca Macau";
case "MRO": return "Ouguiya Mauritania";
case "MTL": return "MTL";
case "MTP": return "MTP";
case "MUR": return "Rupee Mauritia";
case "MVR": return "Rufiyaa Maldives";
case "MWK": return "Kwacha Malawi";
case "MXN": return "Peso Mexico";
case "MXP": return "MXP";
case "MXV": return "MXV";
case "MYR": return "Ringgit Malaysia";
case "MZE": return "MZE";
case "MZM": return "MZM";
case "MZN": return "Metikal Mozambique";
case "NAD": return "Dolar Namibia";
case "NGN": return "Naira Nigeria";
case "NIC": return "NIC";
case "NIO": return "Cordoba Nicaragua";
case "NLG": return "NLG";
case "NOK": return "Krone Norway";
case "NPR": return "Rupee Nepal";
case "NZD": return "Dolar New Zealand";
case "OMR": return "Rial Oman";
case "PAB": return "Balboa Panama";
case "PEI": return "PEI";
case "PEN": return "Sol Peru";
case "PES": return "PES";
case "PGK": return "Kina Papua New Guinea";
case "PHP": return "Peso Filipina";
case "PKR": return "Rupee Pakistan";
case "PLN": return "Zloty Poland";
case "PLZ": return "PLZ";
case "PTE": return "PTE";
case "PYG": return "Guarani Paraguay";
case "QAR": return "Rial Qatar";
case "RHD": return "RHD";
case "ROL": return "ROL";
case "RON": return "Leu Romania";
case "RSD": return "Dinar Serbia";
case "RUB": return "Rubel Rusia";
case "RUR": return "RUR";
case "RWF": return "Franc Rwanda";
case "SAR": return "Riyal Saudi";
case "SBD": return "Dolar Kepulauan Solomon";
case "SCR": return "Rupee Seychelles";
case "SDD": return "SDD";
case "SDG": return "Paun Sudan";
case "SDP": return "SDP";
case "SEK": return "Krona Sweden";
case "SGD": return "Dolar Singapura";
case "SHP": return "Paun Saint Helena";
case "SIT": return "SIT";
case "SKK": return "SKK";
case "SLL": return "Leone Sierra Leone";
case "SOS": return "Syiling Somali";
case "SRD": return "Dolar Surinam";
case "SRG": return "SRG";
case "SSP": return "Paun Sudan selatan";
case "STD": return "Dobra Sao Tome dan Principe";
case "SUR": return "SUR";
case "SVC": return "SVC";
case "SYP": return "Paun Syria";
case "SZL": return "Lilangeni Swazi";
case "THB": return "Baht Thai";
case "TJR": return "TJR";
case "TJS": return "Somoni Tajikistan";
case "TMM": return "TMM";
case "TMT": return "Manat Turkmenistan";
case "TND": return "Dinar Tunisia";
case "TOP": return "Tongan Paʻanga";
case "TPE": return "TPE";
case "TRL": return "TRL";
case "TRY": return "Lira Turki";
case "TTD": return "Dolar Trinidad dan Tobago";
case "TWD": return "Dolar Taiwan Baru";
case "TZS": return "Syiling Tanzania";
case "UAH": return "Hryvnia Ukraine";
case "UAK": return "UAK";
case "UGS": return "UGS";
case "UGX": return "Syiling Uganda";
case "USD": return "Dolar AS";
case "USN": return "USN";
case "USS": return "USS";
case "UYI": return "UYI";
case "UYP": return "UYP";
case "UYU": return "UYU";
case "UZS": return "Som Uzbekistan";
case "VEB": return "VEB";
case "VEF": return "Bolivar Venezuela";
case "VND": return "Dong Vietnam";
case "VNN": return "VNN";
case "VUV": return "Vatu Vanuatu";
case "WST": return "Tala Samoa";
case "XAF": return "Franc CFA BEAC";
case "XAG": return "XAG";
case "XAU": return "XAU";
case "XBA": return "XBA";
case "XBB": return "XBB";
case "XBC": return "XBC";
case "XBD": return "XBD";
case "XCD": return "Dolar Caribbean Timur";
case "XDR": return "XDR";
case "XEU": return "XEU";
case "XFO": return "XFO";
case "XFU": return "XFU";
case "XOF": return "Franc CFA BCEAO";
case "XPD": return "XPD";
case "XPF": return "Franc CFP";
case "XPT": return "XPT";
case "XRE": return "XRE";
case "XSU": return "XSU";
case "XTS": return "XTS";
case "XUA": return "XUA";
case "XXX": return "Mata Wang Tidak Diketahui";
case "YDD": return "YDD";
case "YER": return "Rial Yaman";
case "YUD": return "YUD";
case "YUM": return "YUM";
case "YUN": return "YUN";
case "YUR": return "YUR";
case "ZAL": return "ZAL";
case "ZAR": return "Rand Afrika Selatan";
case "ZMK": return "Kwacha Zambia (1968–2012)";
case "ZMW": return "Kwacha Zambia";
case "ZRN": return "ZRN";
case "ZRZ": return "ZRZ";
case "ZWD": return "ZWD";
case "ZWL": return "ZWL";
case "ZWR": return "ZWR";
default: return "";
}
}
protected String getCurrencyPluralName(String code, PluralCategory category) {
switch (code) {
case "AED": {
switch (category) {
case OTHER:
default: return "Dirham Emiriah Arab Bersatu";
}
}
case "AFN": {
switch (category) {
case OTHER:
default: return "Afghani Afghanistan";
}
}
case "ALL": {
switch (category) {
case OTHER:
default: return "Lek Albania";
}
}
case "AMD": {
switch (category) {
case OTHER:
default: return "Dram Armenia";
}
}
case "ANG": {
switch (category) {
case OTHER:
default: return "Guilder Antillean Netherland";
}
}
case "AOA": {
switch (category) {
case OTHER:
default: return "Kwanza Angola";
}
}
case "ARS": {
switch (category) {
case OTHER:
default: return "Peso Argentina";
}
}
case "AUD": {
switch (category) {
case OTHER:
default: return "Dolar Australia";
}
}
case "AWG": {
switch (category) {
case OTHER:
default: return "Florin Aruba";
}
}
case "AZN": {
switch (category) {
case OTHER:
default: return "Manat Azerbaijan";
}
}
case "BAM": {
switch (category) {
case OTHER:
default: return "Mark Boleh Tukar Bosnia-Herzegovina";
}
}
case "BBD": {
switch (category) {
case OTHER:
default: return "Dolar Barbados";
}
}
case "BDT": {
switch (category) {
case OTHER:
default: return "Taka Bangladesh";
}
}
case "BGN": {
switch (category) {
case OTHER:
default: return "Lev Bulgaria";
}
}
case "BHD": {
switch (category) {
case OTHER:
default: return "Dinar Bahrain";
}
}
case "BIF": {
switch (category) {
case OTHER:
default: return "Franc Burundia";
}
}
case "BMD": {
switch (category) {
case OTHER:
default: return "Dolar Bermuda";
}
}
case "BND": {
switch (category) {
case OTHER:
default: return "Dolar Brunei";
}
}
case "BOB": {
switch (category) {
case OTHER:
default: return "Boliviano Bolivia";
}
}
case "BRL": {
switch (category) {
case OTHER:
default: return "Real Brazil";
}
}
case "BSD": {
switch (category) {
case OTHER:
default: return "Dolar Bahamas";
}
}
case "BTN": {
switch (category) {
case OTHER:
default: return "Ngultrum Bhutan";
}
}
case "BWP": {
switch (category) {
case OTHER:
default: return "Pula Botswana";
}
}
case "BYN": {
switch (category) {
case OTHER:
default: return "Rubel Belarus";
}
}
case "BYR": {
switch (category) {
case OTHER:
default: return "Rubel Belarus (2000–2016)";
}
}
case "BZD": {
switch (category) {
case OTHER:
default: return "Dolar Belize";
}
}
case "CAD": {
switch (category) {
case OTHER:
default: return "Dolar Kanada";
}
}
case "CDF": {
switch (category) {
case OTHER:
default: return "Franc Congo";
}
}
case "CHF": {
switch (category) {
case OTHER:
default: return "Franc Switzerland";
}
}
case "CLP": {
switch (category) {
case OTHER:
default: return "Peso Chile";
}
}
case "CNY": {
switch (category) {
case OTHER:
default: return "Yuan Cina";
}
}
case "COP": {
switch (category) {
case OTHER:
default: return "Peso Colombia";
}
}
case "CRC": {
switch (category) {
case OTHER:
default: return "Colon Costa Rica";
}
}
case "CUC": {
switch (category) {
case OTHER:
default: return "Peso Boleh Tukar Cuba";
}
}
case "CUP": {
switch (category) {
case OTHER:
default: return "Peso Cuba";
}
}
case "CVE": {
switch (category) {
case OTHER:
default: return "Escudo Tanjung Verde";
}
}
case "CZK": {
switch (category) {
case OTHER:
default: return "Koruna Republik Czech";
}
}
case "DJF": {
switch (category) {
case OTHER:
default: return "Franc Djibouti";
}
}
case "DKK": {
switch (category) {
case OTHER:
default: return "Krone Denmark";
}
}
case "DOP": {
switch (category) {
case OTHER:
default: return "Peso Dominican";
}
}
case "DZD": {
switch (category) {
case OTHER:
default: return "Dinar Algeria";
}
}
case "EGP": {
switch (category) {
case OTHER:
default: return "Paun Mesir";
}
}
case "ERN": {
switch (category) {
case OTHER:
default: return "Nakfa Eritrea";
}
}
case "ETB": {
switch (category) {
case OTHER:
default: return "Birr Ethiopia";
}
}
case "EUR": {
switch (category) {
case OTHER:
default: return "Euro";
}
}
case "FJD": {
switch (category) {
case OTHER:
default: return "Dolar Fiji";
}
}
case "FKP": {
switch (category) {
case OTHER:
default: return "Paun Kepulauan Falkland";
}
}
case "GBP": {
switch (category) {
case OTHER:
default: return "Paun British";
}
}
case "GEL": {
switch (category) {
case OTHER:
default: return "Lari Georgia";
}
}
case "GHS": {
switch (category) {
case OTHER:
default: return "Cedi Ghana";
}
}
case "GIP": {
switch (category) {
case OTHER:
default: return "Paun Gibraltar";
}
}
case "GMD": {
switch (category) {
case OTHER:
default: return "Dalasi Gambia";
}
}
case "GNF": {
switch (category) {
case OTHER:
default: return "Franc Guinea";
}
}
case "GTQ": {
switch (category) {
case OTHER:
default: return "Quetzal Guatemala";
}
}
case "GYD": {
switch (category) {
case OTHER:
default: return "Dolar Guyana";
}
}
case "HKD": {
switch (category) {
case OTHER:
default: return "Dolar Hong Kong";
}
}
case "HNL": {
switch (category) {
case OTHER:
default: return "Lempira Honduras";
}
}
case "HRK": {
switch (category) {
case OTHER:
default: return "Kuna Croatia";
}
}
case "HTG": {
switch (category) {
case OTHER:
default: return "Gourde Haiti";
}
}
case "HUF": {
switch (category) {
case OTHER:
default: return "Forint Hungary";
}
}
case "IDR": {
switch (category) {
case OTHER:
default: return "Rupiah Indonesia";
}
}
case "ILS": {
switch (category) {
case OTHER:
default: return "Sheqel Baru Israel";
}
}
case "INR": {
switch (category) {
case OTHER:
default: return "Rupee India";
}
}
case "IQD": {
switch (category) {
case OTHER:
default: return "Dinar Iraq";
}
}
case "IRR": {
switch (category) {
case OTHER:
default: return "Rial Iran";
}
}
case "ISK": {
switch (category) {
case OTHER:
default: return "Krona Iceland";
}
}
case "JMD": {
switch (category) {
case OTHER:
default: return "Dolar Jamaica";
}
}
case "JOD": {
switch (category) {
case OTHER:
default: return "Dinar Jordan";
}
}
case "JPY": {
switch (category) {
case OTHER:
default: return "Yen Jepun";
}
}
case "KES": {
switch (category) {
case OTHER:
default: return "Syiling Kenya";
}
}
case "KGS": {
switch (category) {
case OTHER:
default: return "Som Kyrgystani";
}
}
case "KHR": {
switch (category) {
case OTHER:
default: return "Riel Kemboja";
}
}
case "KMF": {
switch (category) {
case OTHER:
default: return "Franc Comoria";
}
}
case "KPW": {
switch (category) {
case OTHER:
default: return "Won Korea Utara";
}
}
case "KRW": {
switch (category) {
case OTHER:
default: return "Won Korea Selatan";
}
}
case "KWD": {
switch (category) {
case OTHER:
default: return "Dinar Kuwait";
}
}
case "KYD": {
switch (category) {
case OTHER:
default: return "Dolar Kepulauan Cayman";
}
}
case "KZT": {
switch (category) {
case OTHER:
default: return "Tenge Kazakhstan";
}
}
case "LAK": {
switch (category) {
case OTHER:
default: return "Kip Laos";
}
}
case "LBP": {
switch (category) {
case OTHER:
default: return "Paun Lubnan";
}
}
case "LKR": {
switch (category) {
case OTHER:
default: return "Rupee Sri Lanka";
}
}
case "LRD": {
switch (category) {
case OTHER:
default: return "Dolar Liberia";
}
}
case "LTL": {
switch (category) {
case OTHER:
default: return "Litas Lithuania";
}
}
case "LVL": {
switch (category) {
case OTHER:
default: return "Lats Latvia";
}
}
case "LYD": {
switch (category) {
case OTHER:
default: return "Dinar Libya";
}
}
case "MAD": {
switch (category) {
case OTHER:
default: return "Dirham Maghribi";
}
}
case "MDL": {
switch (category) {
case OTHER:
default: return "Leu Moldova";
}
}
case "MGA": {
switch (category) {
case OTHER:
default: return "Ariary Malagasy";
}
}
case "MKD": {
switch (category) {
case OTHER:
default: return "Denar Macedonia";
}
}
case "MMK": {
switch (category) {
case OTHER:
default: return "Kyat Myanma";
}
}
case "MNT": {
switch (category) {
case OTHER:
default: return "Tugrik Mongolia";
}
}
case "MOP": {
switch (category) {
case OTHER:
default: return "Pataca Macau";
}
}
case "MRO": {
switch (category) {
case OTHER:
default: return "Ouguiya Mauritania";
}
}
case "MUR": {
switch (category) {
case OTHER:
default: return "Rupee Mauritia";
}
}
case "MVR": {
switch (category) {
case OTHER:
default: return "Rufiyaa Maldives";
}
}
case "MWK": {
switch (category) {
case OTHER:
default: return "Kwacha Malawi";
}
}
case "MXN": {
switch (category) {
case OTHER:
default: return "Peso Mexico";
}
}
case "MYR": {
switch (category) {
case OTHER:
default: return "Ringgit Malaysia";
}
}
case "MZN": {
switch (category) {
case OTHER:
default: return "Metikal Mozambique";
}
}
case "NAD": {
switch (category) {
case OTHER:
default: return "Dolar Namibia";
}
}
case "NGN": {
switch (category) {
case OTHER:
default: return "Naira Nigeria";
}
}
case "NIO": {
switch (category) {
case OTHER:
default: return "Cordoba Nicaragua";
}
}
case "NOK": {
switch (category) {
case OTHER:
default: return "Krone Norway";
}
}
case "NPR": {
switch (category) {
case OTHER:
default: return "Rupee Nepal";
}
}
case "NZD": {
switch (category) {
case OTHER:
default: return "Dolar New Zealand";
}
}
case "OMR": {
switch (category) {
case OTHER:
default: return "Rial Oman";
}
}
case "PAB": {
switch (category) {
case OTHER:
default: return "Balboa Panama";
}
}
case "PEN": {
switch (category) {
case OTHER:
default: return "Sol Peru";
}
}
case "PGK": {
switch (category) {
case OTHER:
default: return "Kina Papua New Guinea";
}
}
case "PHP": {
switch (category) {
case OTHER:
default: return "Peso Filipina";
}
}
case "PKR": {
switch (category) {
case OTHER:
default: return "Rupee Pakistan";
}
}
case "PLN": {
switch (category) {
case OTHER:
default: return "Zloty Poland";
}
}
case "PYG": {
switch (category) {
case OTHER:
default: return "Guarani Paraguay";
}
}
case "QAR": {
switch (category) {
case OTHER:
default: return "Rial Qatar";
}
}
case "RON": {
switch (category) {
case OTHER:
default: return "Leu Romania";
}
}
case "RSD": {
switch (category) {
case OTHER:
default: return "Dinar Serbia";
}
}
case "RUB": {
switch (category) {
case OTHER:
default: return "Rubel Rusia";
}
}
case "RWF": {
switch (category) {
case OTHER:
default: return "Franc Rwanda";
}
}
case "SAR": {
switch (category) {
case OTHER:
default: return "Riyal Saudi";
}
}
case "SBD": {
switch (category) {
case OTHER:
default: return "Dolar Kepulauan Solomon";
}
}
case "SCR": {
switch (category) {
case OTHER:
default: return "Rupee Seychelles";
}
}
case "SDG": {
switch (category) {
case OTHER:
default: return "Paun Sudan";
}
}
case "SEK": {
switch (category) {
case OTHER:
default: return "Krona Sweden";
}
}
case "SGD": {
switch (category) {
case OTHER:
default: return "Dolar Singapura";
}
}
case "SHP": {
switch (category) {
case OTHER:
default: return "Paun Saint Helena";
}
}
case "SLL": {
switch (category) {
case OTHER:
default: return "Leone Sierra Leone";
}
}
case "SOS": {
switch (category) {
case OTHER:
default: return "Syiling Somali";
}
}
case "SRD": {
switch (category) {
case OTHER:
default: return "Dolar Surinam";
}
}
case "SSP": {
switch (category) {
case OTHER:
default: return "Paun Sudan selatan";
}
}
case "STD": {
switch (category) {
case OTHER:
default: return "Dobra Sao Tome dan Principe";
}
}
case "SYP": {
switch (category) {
case OTHER:
default: return "Paun Syria";
}
}
case "SZL": {
switch (category) {
case OTHER:
default: return "Lilangeni Swazi";
}
}
case "THB": {
switch (category) {
case OTHER:
default: return "Baht Thai";
}
}
case "TJS": {
switch (category) {
case OTHER:
default: return "Somoni Tajikistan";
}
}
case "TMT": {
switch (category) {
case OTHER:
default: return "Manat Turkmenistan";
}
}
case "TND": {
switch (category) {
case OTHER:
default: return "Dinar Tunisia";
}
}
case "TOP": {
switch (category) {
case OTHER:
default: return "Tongan Paʻanga";
}
}
case "TRY": {
switch (category) {
case OTHER:
default: return "Lira Turki";
}
}
case "TTD": {
switch (category) {
case OTHER:
default: return "Dolar Trinidad dan Tobago";
}
}
case "TWD": {
switch (category) {
case OTHER:
default: return "Dolar Taiwan Baru";
}
}
case "TZS": {
switch (category) {
case OTHER:
default: return "Syiling Tanzania";
}
}
case "UAH": {
switch (category) {
case OTHER:
default: return "Hryvnia Ukraine";
}
}
case "UGX": {
switch (category) {
case OTHER:
default: return "Syiling Uganda";
}
}
case "USD": {
switch (category) {
case OTHER:
default: return "Dolar AS";
}
}
case "UYU": {
switch (category) {
case OTHER:
default: return "Peso Uruguay";
}
}
case "UZS": {
switch (category) {
case OTHER:
default: return "Som Uzbekistan";
}
}
case "VEF": {
switch (category) {
case OTHER:
default: return "Bolivar Venezuela";
}
}
case "VND": {
switch (category) {
case OTHER:
default: return "Dong Vietnam";
}
}
case "VUV": {
switch (category) {
case OTHER:
default: return "Vatu Vanuatu";
}
}
case "WST": {
switch (category) {
case OTHER:
default: return "Tala Samoa";
}
}
case "XAF": {
switch (category) {
case OTHER:
default: return "Franc CFA BEAC";
}
}
case "XCD": {
switch (category) {
case OTHER:
default: return "Dolar Caribbean Timur";
}
}
case "XOF": {
switch (category) {
case OTHER:
default: return "Franc CFA BCEAO";
}
}
case "XPF": {
switch (category) {
case OTHER:
default: return "Franc CFP";
}
}
case "XXX": {
switch (category) {
case OTHER:
default: return "(mata wang tidak diketahui)";
}
}
case "YER": {
switch (category) {
case OTHER:
default: return "Rial Yaman";
}
}
case "ZAR": {
switch (category) {
case OTHER:
default: return "Rand Afrika Selatan";
}
}
case "ZMW": {
switch (category) {
case OTHER:
default: return "Kwacha Zambia";
}
}
default: return "";
}
}
protected void wrapUnits(PluralCategory category, DigitBuffer dbuf, String unit,
StringBuilder dest) {
switch (category) {
case OTHER:
default: {
dbuf.appendTo(dest);
dest.append(" ");
dest.append(unit);
break;
}
}
}
private static class _Params extends NumberFormatterParams {
_Params() {
this.decimal = ".";
this.group = ",";
this.percent = "%";
this.minus = "-";
this.plus = "+";
this.exponential = "E";
this.superscriptingExponent = "×";
this.perMille = "‰";
this.infinity = "∞";
this.nan = "NaN";
this.currencyDecimal = ".";
this.currencyGroup = ",";
}
}
}