IsoCurrencyParser.java | 218 String country_code; field in class:IsoCurrencyParser.ISOCurrencyHandler 236 country_code = getCountryCode(value); 237 if (country_code == null) { 238 country_code = "ZZ"; 263 Data data = new Data(country_code, currency_name, numeric_code, minor_unit);
|