Searched refs:cldrLocale (Results 1 – 1 of 1) sorted by relevance
36 String getDisplayName(CLDRLocale cldrLocale); in getDisplayName() argument38 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName() argument40 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage() argument42 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript() argument44 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant() argument46 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry() argument65 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant() argument66 return ldn.variantDisplayName(cldrLocale.getVariant()); in getDisplayVariant()70 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() argument71 return ldn.regionDisplayName(cldrLocale.getCountry()); in getDisplayCountry()[all …]