Searched refs:alphabetic_code (Results 1 – 1 of 1) sorted by relevance
221 String alphabetic_code; field in IsoCurrencyParser.ISOCurrencyHandler242 alphabetic_code = "XXX"; in handlePathValue()248 alphabetic_code = value; in handlePathValue()263 if (type.equals("CcyMnrUnts") && alphabetic_code.length() > 0 in handlePathValue()264 && !KNOWN_BAD_ISO_DATA_CODES.contains(alphabetic_code)) { in handlePathValue()266 codeList.put(alphabetic_code, data); in handlePathValue()267 countryToCodes.put(data.getCountryCode(), alphabetic_code); in handlePathValue() local