Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateStatistics.java316 nativeName = getFixedDisplayCountry(localeID, country); in addCounts()
317 englishName = getFixedDisplayCountry("en", country); in addCounts()
390 private static String getFixedDisplayCountry(String localeID, String country) { in getFixedDisplayCountry() method in GenerateStatistics