Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRLocale.java30 String getDisplayName(CLDRLocale cldrLocale); in getDisplayName()
33 CLDRLocale cldrLocale, in getDisplayName()
37 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage()
39 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript()
41 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant()
43 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry()
62 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant()
67 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry()
72 public String getDisplayName(CLDRLocale cldrLocale) { in getDisplayName()
103 public String getDisplayScript(CLDRLocale cldrLocale) { in getDisplayScript()
[all …]
DVettingViewer.java370 private final CLDRLocale cldrLocale; field in VettingViewer.FileInfo
1731 int getBaselineProblemCount(CLDRLocale cldrLocale) throws ExecutionException; in getBaselineProblemCount()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DLSRSource.java18 private final CLDRLocale cldrLocale; field in LSRSource