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.java196 public static String getCountryCode(String iso4217Country) { in getCountryCode() argument
197 iso4217Country = iso4217Country.trim(); in getCountryCode()
198 if (iso4217Country.startsWith("\"")) { in getCountryCode()
199 iso4217Country = iso4217Country.substring(1, iso4217Country.length() - 1); in getCountryCode()
201 String name = iso4217CountryToCountryCode.get(iso4217Country); in getCountryCode()
203 if (iso4217Country.startsWith("ZZ")) { in getCountryCode()
207 + StackTracker.currentElement(0).getFileName(), iso4217Country)); in getCountryCode()