Searched refs:cldrLocale (Results 1 – 1 of 1) sorted by relevance
31 String getDisplayName(CLDRLocale cldrLocale); in getDisplayName() argument33 …String getDisplayName(CLDRLocale cldrLocale, boolean onlyConstructCompound, Transform<String, Stri… in getDisplayName() argument35 String getDisplayLanguage(CLDRLocale cldrLocale); in getDisplayLanguage() argument37 String getDisplayScript(CLDRLocale cldrLocale); in getDisplayScript() argument39 String getDisplayVariant(CLDRLocale cldrLocale); in getDisplayVariant() argument41 String getDisplayCountry(CLDRLocale cldrLocale); in getDisplayCountry() argument60 public String getDisplayVariant(CLDRLocale cldrLocale) { in getDisplayVariant() argument61 return ldn.variantDisplayName(cldrLocale.getVariant()); in getDisplayVariant()65 public String getDisplayCountry(CLDRLocale cldrLocale) { in getDisplayCountry() argument66 return ldn.regionDisplayName(cldrLocale.getCountry()); in getDisplayCountry()[all …]