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.java31 String getDisplayName(CLDRLocale cldrLocale); in getDisplayName()
33 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName()
35 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage()
37 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript()
39 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant()
41 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry()
60 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant()
65 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry()
70 public String getDisplayName(CLDRLocale cldrLocale) { in getDisplayName()
101 public String getDisplayScript(CLDRLocale cldrLocale) { in getDisplayScript()
[all …]