Home
last modified time | relevance | path

Searched refs:iso4217Country (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DIsoCurrencyParser.java194 public static String getCountryCode(String iso4217Country) { in getCountryCode() argument
195 iso4217Country = iso4217Country.trim(); in getCountryCode()
196 if (iso4217Country.startsWith("\"")) { in getCountryCode()
197 iso4217Country = iso4217Country.substring(1, iso4217Country.length() - 1); in getCountryCode()
199 String name = iso4217CountryToCountryCode.get(iso4217Country); in getCountryCode()
201 if (iso4217Country.startsWith("ZZ")) { in getCountryCode()
205 + StackTracker.currentElement(0).getFileName(), iso4217Country)); in getCountryCode()