Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java614 countryCode = fixCountryCode(row.get(COUNTRY_CODE), row); in RowData()
2259 private static String fixCountryCode(String countryCode, List<String> row) { in fixCountryCode() method in ConvertLanguageData