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_vi 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("0 N", "-0 N");
private final NumberPattern[] DECIMAL_SHORT_10K_OTHER = patterns("00 N", "-00 N");
private final NumberPattern[] DECIMAL_SHORT_100K_OTHER = patterns("000 N", "-000 N");
private final NumberPattern[] DECIMAL_SHORT_1M_OTHER = patterns("0 Tr", "-0 Tr");
private final NumberPattern[] DECIMAL_SHORT_10M_OTHER = patterns("00 Tr", "-00 Tr");
private final NumberPattern[] DECIMAL_SHORT_100M_OTHER = patterns("000 Tr", "-000 Tr");
private final NumberPattern[] DECIMAL_SHORT_1B_OTHER = patterns("0 T", "-0 T");
private final NumberPattern[] DECIMAL_SHORT_10B_OTHER = patterns("00 T", "-00 T");
private final NumberPattern[] DECIMAL_SHORT_100B_OTHER = patterns("000 T", "-000 T");
private final NumberPattern[] DECIMAL_SHORT_1T_OTHER = patterns("0 NT", "-0 NT");
private final NumberPattern[] DECIMAL_SHORT_10T_OTHER = patterns("00 NT", "-00 NT");
private final NumberPattern[] DECIMAL_SHORT_100T_OTHER = patterns("000 NT", "-000 NT");
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 nghìn", "-0 nghìn");
private final NumberPattern[] DECIMAL_LONG_10K_OTHER = patterns("00 nghìn", "-00 nghìn");
private final NumberPattern[] DECIMAL_LONG_100K_OTHER = patterns("000 nghìn", "-000 nghìn");
private final NumberPattern[] DECIMAL_LONG_1M_OTHER = patterns("0 triệu", "-0 triệu");
private final NumberPattern[] DECIMAL_LONG_10M_OTHER = patterns("00 triệu", "-00 triệu");
private final NumberPattern[] DECIMAL_LONG_100M_OTHER = patterns("000 triệu", "-000 triệu");
private final NumberPattern[] DECIMAL_LONG_1B_OTHER = patterns("0 tỷ", "-0 tỷ");
private final NumberPattern[] DECIMAL_LONG_10B_OTHER = patterns("00 tỷ", "-00 tỷ");
private final NumberPattern[] DECIMAL_LONG_100B_OTHER = patterns("000 tỷ", "-000 tỷ");
private final NumberPattern[] DECIMAL_LONG_1T_OTHER = patterns("0 nghìn tỷ", "-0 nghìn tỷ");
private final NumberPattern[] DECIMAL_LONG_10T_OTHER = patterns("00 nghìn tỷ", "-00 nghìn tỷ");
private final NumberPattern[] DECIMAL_LONG_100T_OTHER = patterns("000 nghìn tỷ", "-000 nghìn tỷ");
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("0 N ¤", "-0 N ¤");
private final NumberPattern[] CURRENCY_SHORT_10K_OTHER = patterns("00 N ¤", "-00 N ¤");
private final NumberPattern[] CURRENCY_SHORT_100K_OTHER = patterns("000 N ¤", "-000 N ¤");
private final NumberPattern[] CURRENCY_SHORT_1M_OTHER = patterns("0 Tr ¤", "-0 Tr ¤");
private final NumberPattern[] CURRENCY_SHORT_10M_OTHER = patterns("00 Tr ¤", "-00 Tr ¤");
private final NumberPattern[] CURRENCY_SHORT_100M_OTHER = patterns("000 Tr ¤", "-000 Tr ¤");
private final NumberPattern[] CURRENCY_SHORT_1B_OTHER = patterns("0 T ¤", "-0 T ¤");
private final NumberPattern[] CURRENCY_SHORT_10B_OTHER = patterns("00 T ¤", "-00 T ¤");
private final NumberPattern[] CURRENCY_SHORT_100B_OTHER = patterns("000 T ¤", "-000 T ¤");
private final NumberPattern[] CURRENCY_SHORT_1T_OTHER = patterns("0 NT ¤", "-0 NT ¤");
private final NumberPattern[] CURRENCY_SHORT_10T_OTHER = patterns("00 NT ¤", "-00 NT ¤");
private final NumberPattern[] CURRENCY_SHORT_100T_OTHER = patterns("000 NT ¤", "-000 NT ¤");
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_vi() {
super(
new CLDRLocale("vi", "", "", ""),
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 "AU$";
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 "CA$";
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 "MX$";
case "MXP": return "MXP";
case "MXV": return "MXV";
case "MYR": return "MYR";
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 "฿";
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 "US$";
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 "Đồng Peseta của Andora";
case "AED": return "Dirham UAE";
case "AFA": return "Đồng Afghani của Afghanistan (1927–2002)";
case "AFN": return "Afghani Afghanistan";
case "ALL": return "Lek Albania";
case "AMD": return "Dram Armenia";
case "ANG": return "Guilder Tây Ấn Hà Lan";
case "AOA": return "Kwanza Angola";
case "AOK": return "Đồng Kwanza của Angola (1977–1991)";
case "AON": return "Đồng Kwanza Mới của Angola (1990–2000)";
case "AOR": return "Đồng Kwanza Điều chỉnh lại của Angola (1995–1999)";
case "ARA": return "Đồng Austral của Argentina";
case "ARL": return "Đồng Peso Ley của Argentina (1970–1983)";
case "ARM": return "Đồng Peso Argentina (1881–1970)";
case "ARP": return "Đồng Peso Argentina (1983–1985)";
case "ARS": return "Peso Argentina";
case "ATS": return "Đồng Schiling Áo";
case "AUD": return "Đô la Australia";
case "AWG": return "Florin Aruba";
case "AZM": return "Đồng Manat của Azerbaijan (1993–2006)";
case "AZN": return "Manat Azerbaijan";
case "BAD": return "Đồng Dinar của Bosnia-Herzegovina (1992–1994)";
case "BAM": return "Mark Bosnia-Herzegovina có thể chuyển đổi";
case "BAN": return "Đồng Dinar Mới của Bosnia-Herzegovina (1994–1997)";
case "BBD": return "Đô la Barbados";
case "BDT": return "Taka Bangladesh";
case "BEC": return "Đồng Franc Bỉ (có thể chuyển đổi)";
case "BEF": return "Đồng Franc Bỉ";
case "BEL": return "Đồng Franc Bỉ (tài chính)";
case "BGL": return "Đồng Lev Xu của Bun-ga-ri";
case "BGM": return "Đồng Lev Xã hội chủ nghĩa của Bun-ga-ri";
case "BGN": return "Lev Bulgaria";
case "BGO": return "Đồng Lev của Bun-ga-ri (1879–1952)";
case "BHD": return "Dinar Bahrain";
case "BIF": return "Franc Burundi";
case "BMD": return "Đô la Bermuda";
case "BND": return "Đô la Brunei";
case "BOB": return "Boliviano Bolivia";
case "BOL": return "Đồng Boliviano của Bolivia (1863–1963)";
case "BOP": return "Đồng Peso Bolivia";
case "BOV": return "Đồng Mvdol Bolivia";
case "BRB": return "Đồng Cruzerio Mới của Braxin (1967–1986)";
case "BRC": return "Đồng Cruzado của Braxin (1986–1989)";
case "BRE": return "Đồng Cruzerio của Braxin (1990–1993)";
case "BRL": return "Real Braxin";
case "BRN": return "Đồng Cruzado Mới của Braxin (1989–1990)";
case "BRR": return "Đồng Cruzeiro của Braxin (1993–1994)";
case "BRZ": return "Đồng Cruzeiro của Braxin (1942–1967)";
case "BSD": return "Đô la Bahamas";
case "BTN": return "Ngultrum Bhutan";
case "BUK": return "Đồng Kyat Miến Điện";
case "BWP": return "Pula Botswana";
case "BYB": return "Đồng Rúp Mới của Belarus (1994–1999)";
case "BYN": return "Rúp Belarus";
case "BYR": return "Rúp Belarus (2000–2016)";
case "BZD": return "Đô la Belize";
case "CAD": return "Đô la Canada";
case "CDF": return "Franc Congo";
case "CHE": return "Đồng Euro WIR";
case "CHF": return "Franc Thụy sĩ";
case "CHW": return "Đồng France WIR";
case "CLE": return "Đồng Escudo của Chile";
case "CLF": return "Đơn vị Kế toán của Chile (UF)";
case "CLP": return "Peso Chile";
case "CNY": return "Nhân dân tệ";
case "COP": return "Peso Colombia";
case "COU": return "Đơn vị Giá trị Thực của Colombia";
case "CRC": return "Colón Costa Rica";
case "CSD": return "Đồng Dinar của Serbia (2002–2006)";
case "CSK": return "Đồng Koruna Xu của Czechoslovakia";
case "CUC": return "Peso Cuba có thể chuyển đổi";
case "CUP": return "Peso Cuba";
case "CVE": return "Escudo Cape Verde";
case "CYP": return "Đồng Bảng Síp";
case "CZK": return "Koruna Cộng hòa Séc";
case "DDM": return "Đồng Mark Đông Đức";
case "DEM": return "Đồng Mark Đức";
case "DJF": return "Franc Djibouti";
case "DKK": return "Krone Đan Mạch";
case "DOP": return "Peso Dominica";
case "DZD": return "Dinar Algeria";
case "ECS": return "Đồng Scure Ecuador";
case "ECV": return "Đơn vị Giá trị Không đổi của Ecuador";
case "EEK": return "Crun Extônia";
case "EGP": return "Bảng Ai Cập";
case "ERN": return "Nakfa Eritrea";
case "ESA": return "Đồng Peseta Tây Ban Nha (Tài khoản)";
case "ESB": return "Đồng Peseta Tây Ban Nha (tài khoản có thể chuyển đổi)";
case "ESP": return "Đồng Peseta Tây Ban Nha";
case "ETB": return "Birr Ethiopia";
case "EUR": return "Euro";
case "FIM": return "Đồng Markka Phần Lan";
case "FJD": return "Đô la Fiji";
case "FKP": return "Bảng Quần đảo Falkland";
case "FRF": return "Franc Pháp";
case "GBP": return "Bảng Anh";
case "GEK": return "Đồng Kupon Larit của Georgia";
case "GEL": return "Lari Gruzia";
case "GHC": return "Cedi Ghana (1979–2007)";
case "GHS": return "Cedi Ghana";
case "GIP": return "Bảng Gibraltar";
case "GMD": return "Dalasi Gambia";
case "GNF": return "Franc Guinea";
case "GNS": return "Syli Guinea";
case "GQE": return "Đồng Ekwele của Guinea Xích Đạo";
case "GRD": return "Drachma Hy Lạp";
case "GTQ": return "Quetzal Guatemala";
case "GWE": return "Đồng Guinea Escudo Bồ Đào Nha";
case "GWP": return "Peso Guinea-Bissau";
case "GYD": return "Đô la Guyana";
case "HKD": return "Đô la Hồng Kông";
case "HNL": return "Lempira Honduras";
case "HRD": return "Đồng Dinar Croatia";
case "HRK": return "Kuna Croatia";
case "HTG": return "Gourde Haiti";
case "HUF": return "Forint Hungary";
case "IDR": return "Rupiah Indonesia";
case "IEP": return "Pao Ai-len";
case "ILP": return "Pao Ixraen";
case "ILS": return "Sheqel Israel mới";
case "INR": return "Rupee Ấn Độ";
case "IQD": return "Dinar I-rắc";
case "IRR": return "Rial Iran";
case "ISK": return "Króna Iceland";
case "ITL": return "Lia Ý";
case "JMD": return "Đô la Jamaica";
case "JOD": return "Dinar Jordan";
case "JPY": return "Yên Nhật";
case "KES": return "Shilling Kenya";
case "KGS": return "Som Kyrgyzstan";
case "KHR": return "Riel Campuchia";
case "KMF": return "Franc Comoros";
case "KPW": return "Won Triều Tiên";
case "KRH": return "Đồng Hwan Hàn Quốc (1953–1962)";
case "KRO": return "Đồng Won Hàn Quốc (1945–1953)";
case "KRW": return "Won Hàn Quốc";
case "KWD": return "Dinar Kuwait";
case "KYD": return "Đô la Quần đảo Cayman";
case "KZT": return "Tenge Kazakhstan";
case "LAK": return "Kip Lào";
case "LBP": return "Bảng Li-băng";
case "LKR": return "Rupee Sri Lanka";
case "LRD": return "Đô la Liberia";
case "LSL": return "Ioti Lesotho";
case "LTL": return "Litas Lít-va";
case "LTT": return "Đồng Talonas Litva";
case "LUC": return "Đồng Franc Luxembourg có thể chuyển đổi";
case "LUF": return "Đồng Franc Luxembourg";
case "LUL": return "Đồng Franc Luxembourg tài chính";
case "LVL": return "Lats Latvia";
case "LVR": return "Đồng Rúp Latvia";
case "LYD": return "Dinar Libi";
case "MAD": return "Dirham Ma-rốc";
case "MAF": return "Đồng Franc Ma-rốc";
case "MCF": return "Đồng Franc Monegasque";
case "MDC": return "Đồng Cupon Moldova";
case "MDL": return "Leu Moldova";
case "MGA": return "Ariary Malagasy";
case "MGF": return "Đồng Franc Magalasy";
case "MKD": return "Denar Macedonia";
case "MKN": return "Đồng Denar Macedonia (1992–1993)";
case "MLF": return "Đồng Franc Mali";
case "MMK": return "Kyat Myanma";
case "MNT": return "Tugrik Mông Cổ";
case "MOP": return "Pataca Ma Cao";
case "MRO": return "Ouguiya Mauritania";
case "MTL": return "Lia xứ Man-tơ";
case "MTP": return "Đồng Bảng Malta";
case "MUR": return "Rupee Mauritius";
case "MVR": return "Rufiyaa Maldives";
case "MWK": return "Kwacha Malawi";
case "MXN": return "Peso Mexico";
case "MXP": return "Đồng Peso Bạc Mê-hi-cô (1861–1992)";
case "MXV": return "Đơn vị Đầu tư Mê-hi-cô";
case "MYR": return "Ringgit Malaysia";
case "MZE": return "Escudo Mozambique";
case "MZM": return "Đồng Metical Mozambique (1980–2006)";
case "MZN": return "Metical Mozambique";
case "NAD": return "Đô la Namibia";
case "NGN": return "Naira Nigeria";
case "NIC": return "Đồng Córdoba Nicaragua (1988–1991)";
case "NIO": return "Córdoba Nicaragua";
case "NLG": return "Đồng Guilder Hà Lan";
case "NOK": return "Krone Na Uy";
case "NPR": return "Rupee Nepal";
case "NZD": return "Đô la New Zealand";
case "OMR": return "Rial Oman";
case "PAB": return "Balboa Panama";
case "PEI": return "Đồng Inti Peru";
case "PEN": return "Sol Peru";
case "PES": return "Đồng Sol Peru (1863–1965)";
case "PGK": return "Kina Papua New Guinean";
case "PHP": return "Peso Philipin";
case "PKR": return "Rupee Pakistan";
case "PLN": return "Zloty Ba Lan";
case "PLZ": return "Đồng Zloty Ba Lan (1950–1995)";
case "PTE": return "Đồng Escudo Bồ Đào Nha";
case "PYG": return "Guarani Paraguay";
case "QAR": return "Rial Qatar";
case "RHD": return "Đồng Đô la Rhode";
case "ROL": return "Đồng Leu Rumani (1952–2006)";
case "RON": return "Leu Romania";
case "RSD": return "Dinar Serbia";
case "RUB": return "Rúp Nga";
case "RUR": return "Đồng Rúp Nga (1991–1998)";
case "RWF": return "Franc Rwanda";
case "SAR": return "Riyal Ả Rập Xê-út";
case "SBD": return "Đô la quần đảo Solomon";
case "SCR": return "Rupee Seychelles";
case "SDD": return "Đồng Dinar Sudan (1992–2007)";
case "SDG": return "Bảng Sudan";
case "SDP": return "Đồng Bảng Sudan (1957–1998)";
case "SEK": return "Krona Thụy Điển";
case "SGD": return "Đô la Singapore";
case "SHP": return "Bảng St. Helena";
case "SIT": return "Tôla Xlôvênia";
case "SKK": return "Cuaron Xlôvác";
case "SLL": return "Leone Sierra Leone";
case "SOS": return "Schilling Somali";
case "SRD": return "Đô la Suriname";
case "SRG": return "Đồng Guilder Surinam";
case "SSP": return "Bảng Nam Sudan";
case "STD": return "Dobra São Tomé và Príncipe";
case "SUR": return "Đồng Rúp Sô viết";
case "SVC": return "Colón El Salvador";
case "SYP": return "Bảng Syria";
case "SZL": return "Lilangeni Swaziland";
case "THB": return "Bạt Thái Lan";
case "TJR": return "Đồng Rúp Tajikistan";
case "TJS": return "Somoni Tajikistan";
case "TMM": return "Đồng Manat Turkmenistan (1993–2009)";
case "TMT": return "Manat Turkmenistan";
case "TND": return "Dinar Tunisia";
case "TOP": return "Paʻanga Tonga";
case "TPE": return "Đồng Escudo Timor";
case "TRL": return "Lia Thổ Nhĩ Kỳ (1922–2005)";
case "TRY": return "Lia Thổ Nhĩ Kỳ";
case "TTD": return "Đô la Trinidad và Tobago";
case "TWD": return "Đô la Đài Loan mới";
case "TZS": return "Shilling Tanzania";
case "UAH": return "Hryvnia Ucraina";
case "UAK": return "Đồng Karbovanets Ucraina";
case "UGS": return "Đồng Shilling Uganda (1966–1987)";
case "UGX": return "Shilling Uganda";
case "USD": return "Đô la Mỹ";
case "USN": return "Đô la Mỹ (Ngày tiếp theo)";
case "USS": return "Đô la Mỹ (Cùng ngày)";
case "UYI": return "Đồng Peso Uruguay (Đơn vị Theo chỉ số)";
case "UYP": return "Đồng Peso Uruguay (1975–1993)";
case "UYU": return "Peso Uruguay";
case "UZS": return "Som Uzbekistan";
case "VEB": return "Đồng bolívar của Venezuela (1871–2008)";
case "VEF": return "Bolívar Venezuela";
case "VND": return "Đồng Việt Nam";
case "VNN": return "Đồng Việt Nam (1978–1985)";
case "VUV": return "Vatu Vanuatu";
case "WST": return "Tala Samoa";
case "XAF": return "Franc CFA Trung Phi";
case "XAG": return "Bạc";
case "XAU": return "Vàng";
case "XBA": return "Đơn vị Tổng hợp Châu Âu";
case "XBB": return "Đơn vị Tiền tệ Châu Âu";
case "XBC": return "Đơn vị Kế toán Châu Âu (XBC)";
case "XBD": return "Đơn vị Kế toán Châu Âu (XBD)";
case "XCD": return "Đô la Đông Caribê";
case "XDR": return "Quyền Rút vốn Đặc biệt";
case "XEU": return "Đơn vị Tiền Châu Âu";
case "XFO": return "Đồng France Pháp Vàng";
case "XFU": return "Đồng UIC-Franc Pháp";
case "XOF": return "Franc CFA Tây Phi";
case "XPD": return "Paladi";
case "XPF": return "Franc CFP";
case "XPT": return "Bạch kim";
case "XRE": return "Quỹ RINET";
case "XSU": return "XSU";
case "XTS": return "Mã Tiền tệ Kiểm tra";
case "XUA": return "XUA";
case "XXX": return "Tiền tệ chưa biết";
case "YDD": return "Đồng Dinar Yemen";
case "YER": return "Rial Yemen";
case "YUD": return "Đồng Dinar Nam Tư Xu (1966–1990)";
case "YUM": return "Đồng Dinar Nam Tư Mới (1994–2002)";
case "YUN": return "Đồng Dinar Nam Tư Có thể chuyển đổi (1990–1992)";
case "YUR": return "Đồng Dinar Nam Tư Tái cơ cấu (1992–1993)";
case "ZAL": return "Đồng Rand Nam Phi (tài chính)";
case "ZAR": return "Rand Nam Phi";
case "ZMK": return "Đồng kwacha của Zambia (1968–2012)";
case "ZMW": return "Kwacha Zambia";
case "ZRN": return "Đồng Zaire Mới (1993–1998)";
case "ZRZ": return "Đồng Zaire (1971–1993)";
case "ZWD": return "Đồng Đô la Zimbabwe (1980–2008)";
case "ZWL": return "Đồng Đô la Zimbabwe (2009)";
case "ZWR": return "Đồng Đô la Zimbabwe (2008)";
default: return "";
}
}
protected String getCurrencyPluralName(String code, PluralCategory category) {
switch (code) {
case "AED": {
switch (category) {
case OTHER:
default: return "Dirham UAE";
}
}
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 Tây Ấn Hà Lan";
}
}
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 "Đô la 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 Bosnia-Herzegovina có thể chuyển đổi";
}
}
case "BBD": {
switch (category) {
case OTHER:
default: return "Đô la 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 Burundi";
}
}
case "BMD": {
switch (category) {
case OTHER:
default: return "Đô la Bermuda";
}
}
case "BND": {
switch (category) {
case OTHER:
default: return "Đô la Brunei";
}
}
case "BOB": {
switch (category) {
case OTHER:
default: return "Boliviano Bolivia";
}
}
case "BRL": {
switch (category) {
case OTHER:
default: return "Real Braxin";
}
}
case "BSD": {
switch (category) {
case OTHER:
default: return "Đô la 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 "Rúp Belarus";
}
}
case "BYR": {
switch (category) {
case OTHER:
default: return "Rúp Belarus (2000–2016)";
}
}
case "BZD": {
switch (category) {
case OTHER:
default: return "Đô la Belize";
}
}
case "CAD": {
switch (category) {
case OTHER:
default: return "Đô la Canada";
}
}
case "CDF": {
switch (category) {
case OTHER:
default: return "Franc Congo";
}
}
case "CHF": {
switch (category) {
case OTHER:
default: return "Franc Thụy sĩ";
}
}
case "CLP": {
switch (category) {
case OTHER:
default: return "Peso Chile";
}
}
case "CNY": {
switch (category) {
case OTHER:
default: return "Nhân dân tệ";
}
}
case "COP": {
switch (category) {
case OTHER:
default: return "Peso Colombia";
}
}
case "CRC": {
switch (category) {
case OTHER:
default: return "Colón Costa Rica";
}
}
case "CUC": {
switch (category) {
case OTHER:
default: return "Peso Cuba có thể chuyển đổi";
}
}
case "CUP": {
switch (category) {
case OTHER:
default: return "Peso Cuba";
}
}
case "CVE": {
switch (category) {
case OTHER:
default: return "Escudo Cape Verde";
}
}
case "CZK": {
switch (category) {
case OTHER:
default: return "Koruna Cộng hòa Séc";
}
}
case "DJF": {
switch (category) {
case OTHER:
default: return "Franc Djibouti";
}
}
case "DKK": {
switch (category) {
case OTHER:
default: return "Krone Đan Mạch";
}
}
case "DOP": {
switch (category) {
case OTHER:
default: return "Peso Dominica";
}
}
case "DZD": {
switch (category) {
case OTHER:
default: return "Dinar Algeria";
}
}
case "EGP": {
switch (category) {
case OTHER:
default: return "Bảng Ai Cập";
}
}
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 "Đô la Fiji";
}
}
case "FKP": {
switch (category) {
case OTHER:
default: return "Bảng Quần đảo Falkland";
}
}
case "GBP": {
switch (category) {
case OTHER:
default: return "Bảng Anh";
}
}
case "GEL": {
switch (category) {
case OTHER:
default: return "Lari Gruzia";
}
}
case "GHS": {
switch (category) {
case OTHER:
default: return "Cedi Ghana";
}
}
case "GIP": {
switch (category) {
case OTHER:
default: return "Bảng 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 "Đô la Guyana";
}
}
case "HKD": {
switch (category) {
case OTHER:
default: return "Đô la Hồng Kông";
}
}
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 Israel mới";
}
}
case "INR": {
switch (category) {
case OTHER:
default: return "Rupee Ấn Độ";
}
}
case "IQD": {
switch (category) {
case OTHER:
default: return "Dinar I-rắc";
}
}
case "IRR": {
switch (category) {
case OTHER:
default: return "Rial Iran";
}
}
case "ISK": {
switch (category) {
case OTHER:
default: return "króna Iceland";
}
}
case "JMD": {
switch (category) {
case OTHER:
default: return "Đô la Jamaica";
}
}
case "JOD": {
switch (category) {
case OTHER:
default: return "Dinar Jordan";
}
}
case "JPY": {
switch (category) {
case OTHER:
default: return "Yên Nhật";
}
}
case "KES": {
switch (category) {
case OTHER:
default: return "Shilling Kenya";
}
}
case "KGS": {
switch (category) {
case OTHER:
default: return "Som Kyrgyzstan";
}
}
case "KHR": {
switch (category) {
case OTHER:
default: return "Riel Campuchia";
}
}
case "KMF": {
switch (category) {
case OTHER:
default: return "Franc Comoros";
}
}
case "KPW": {
switch (category) {
case OTHER:
default: return "Won Triều Tiên";
}
}
case "KRW": {
switch (category) {
case OTHER:
default: return "Won Hàn Quốc";
}
}
case "KWD": {
switch (category) {
case OTHER:
default: return "Dinar Kuwait";
}
}
case "KYD": {
switch (category) {
case OTHER:
default: return "Đô la Quần đảo Cayman";
}
}
case "KZT": {
switch (category) {
case OTHER:
default: return "Tenge Kazakhstan";
}
}
case "LAK": {
switch (category) {
case OTHER:
default: return "Kip Lào";
}
}
case "LBP": {
switch (category) {
case OTHER:
default: return "Bảng Li-băng";
}
}
case "LKR": {
switch (category) {
case OTHER:
default: return "Rupee Sri Lanka";
}
}
case "LRD": {
switch (category) {
case OTHER:
default: return "Đô la Liberia";
}
}
case "LTL": {
switch (category) {
case OTHER:
default: return "litas Lít-va";
}
}
case "LVL": {
switch (category) {
case OTHER:
default: return "lats Lativia";
}
}
case "LYD": {
switch (category) {
case OTHER:
default: return "Dinar Libi";
}
}
case "MAD": {
switch (category) {
case OTHER:
default: return "Dirham Ma-rốc";
}
}
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 Mông Cổ";
}
}
case "MOP": {
switch (category) {
case OTHER:
default: return "Pataca Ma Cao";
}
}
case "MRO": {
switch (category) {
case OTHER:
default: return "Ouguiya Mauritania";
}
}
case "MUR": {
switch (category) {
case OTHER:
default: return "Rupee Mauritius";
}
}
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 "Metical Mozambique";
}
}
case "NAD": {
switch (category) {
case OTHER:
default: return "Đô la Namibia";
}
}
case "NGN": {
switch (category) {
case OTHER:
default: return "Naira Nigeria";
}
}
case "NIO": {
switch (category) {
case OTHER:
default: return "Córdoba Nicaragua";
}
}
case "NOK": {
switch (category) {
case OTHER:
default: return "Krone Na Uy";
}
}
case "NPR": {
switch (category) {
case OTHER:
default: return "Rupee Nepal";
}
}
case "NZD": {
switch (category) {
case OTHER:
default: return "Đô la 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 Guinean";
}
}
case "PHP": {
switch (category) {
case OTHER:
default: return "Peso Philipin";
}
}
case "PKR": {
switch (category) {
case OTHER:
default: return "Rupee Pakistan";
}
}
case "PLN": {
switch (category) {
case OTHER:
default: return "Zloty Ba Lan";
}
}
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 "Rúp Nga";
}
}
case "RWF": {
switch (category) {
case OTHER:
default: return "Franc Rwanda";
}
}
case "SAR": {
switch (category) {
case OTHER:
default: return "Riyal Ả Rập Xê-út";
}
}
case "SBD": {
switch (category) {
case OTHER:
default: return "Đô la quần đảo Solomon";
}
}
case "SCR": {
switch (category) {
case OTHER:
default: return "Rupee Seychelles";
}
}
case "SDG": {
switch (category) {
case OTHER:
default: return "Bảng Sudan";
}
}
case "SEK": {
switch (category) {
case OTHER:
default: return "Krona Thụy Điển";
}
}
case "SGD": {
switch (category) {
case OTHER:
default: return "Đô la Singapore";
}
}
case "SHP": {
switch (category) {
case OTHER:
default: return "bảng St. Helena";
}
}
case "SLL": {
switch (category) {
case OTHER:
default: return "Leone Sierra Leone";
}
}
case "SOS": {
switch (category) {
case OTHER:
default: return "Schilling Somali";
}
}
case "SRD": {
switch (category) {
case OTHER:
default: return "Đô la Suriname";
}
}
case "SSP": {
switch (category) {
case OTHER:
default: return "Bảng Nam Sudan";
}
}
case "STD": {
switch (category) {
case OTHER:
default: return "Dobra São Tomé và Príncipe";
}
}
case "SYP": {
switch (category) {
case OTHER:
default: return "Bảng Syria";
}
}
case "SZL": {
switch (category) {
case OTHER:
default: return "Lilangeni Swaziland";
}
}
case "THB": {
switch (category) {
case OTHER:
default: return "Bạt Thái Lan";
}
}
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 "Paʻanga Tonga";
}
}
case "TRL": {
switch (category) {
case OTHER:
default: return "lia Thổ Nhĩ Kỳ (1922–2005)";
}
}
case "TRY": {
switch (category) {
case OTHER:
default: return "Lia Thổ Nhĩ Kỳ";
}
}
case "TTD": {
switch (category) {
case OTHER:
default: return "Đô la Trinidad và Tobago";
}
}
case "TWD": {
switch (category) {
case OTHER:
default: return "Đô la Đài Loan mới";
}
}
case "TZS": {
switch (category) {
case OTHER:
default: return "Shilling Tanzania";
}
}
case "UAH": {
switch (category) {
case OTHER:
default: return "Hryvnia Ucraina";
}
}
case "UGX": {
switch (category) {
case OTHER:
default: return "Shilling Uganda";
}
}
case "USD": {
switch (category) {
case OTHER:
default: return "Đô la Mỹ";
}
}
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 "Bolívar Venezuela";
}
}
case "VND": {
switch (category) {
case OTHER:
default: return "Đồng Việt Nam";
}
}
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 Trung Phi";
}
}
case "XCD": {
switch (category) {
case OTHER:
default: return "Đô la Đông Caribê";
}
}
case "XOF": {
switch (category) {
case OTHER:
default: return "franc CFA Tây Phi";
}
}
case "XPF": {
switch (category) {
case OTHER:
default: return "Franc CFP";
}
}
case "XXX": {
switch (category) {
case OTHER:
default: return "(tiền tệ chưa biết)";
}
}
case "YER": {
switch (category) {
case OTHER:
default: return "Rial Yemen";
}
}
case "ZAR": {
switch (category) {
case OTHER:
default: return "Rand Nam Phi";
}
}
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 = ".";
}
}
}