Searched refs:alphabetic_code (Results 1 – 1 of 1) sorted by relevance
220 String alphabetic_code; field in IsoCurrencyParser.ISOCurrencyHandler240 alphabetic_code = "XXX"; in handlePathValue()246 alphabetic_code = value; in handlePathValue()261 if (type.equals("CcyMnrUnts") && alphabetic_code.length() > 0 in handlePathValue()262 && !KNOWN_BAD_ISO_DATA_CODES.contains(alphabetic_code)) { in handlePathValue()264 codeList.put(alphabetic_code, data); in handlePathValue()265 countryToCodes.put(data.getCountryCode(), alphabetic_code); in handlePathValue() local