Home
last modified time | relevance | path

Searched defs: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()
38 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName()
40 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage()
42 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript()
44 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant()
46 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry()
65 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant()
70 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry()
75 public String getDisplayName(CLDRLocale cldrLocale) { in getDisplayName()
106 public String getDisplayScript(CLDRLocale cldrLocale) { in getDisplayScript()
[all …]