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.java36 String getDisplayName(CLDRLocale cldrLocale); in getDisplayName() argument
38 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName() argument
40 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage() argument
42 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript() argument
44 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant() argument
46 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry() argument
65 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant() argument
66 return ldn.variantDisplayName(cldrLocale.getVariant()); in getDisplayVariant()
70 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() argument
71 return ldn.regionDisplayName(cldrLocale.getCountry()); in getDisplayCountry()
[all …]