Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRLocale.java31 String getDisplayName(CLDRLocale cldrLocale); in getDisplayName() argument
33 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName() argument
35 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage() argument
37 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript() argument
39 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant() argument
41 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry() argument
60 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant() argument
61 return ldn.variantDisplayName(cldrLocale.getVariant()); in getDisplayVariant()
65 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() argument
66 return ldn.regionDisplayName(cldrLocale.getCountry()); in getDisplayCountry()
[all …]