Searched refs:cldrLocale (Results 1 – 2 of 2) 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 …]
381 private final CLDRLocale cldrLocale; field in VettingViewer.FileInfo388 this.cldrLocale = CLDRLocale.getInstance(localeId); in FileInfo()530 if (userVoteStatus.userDidVote(voterId, cldrLocale, path)) { in updateVotedOrAbstained()551 … VoteResolver<String> resolver = userVoteStatus.getVoteResolver(baselineFile, cldrLocale, path); in recordMissingChangedEtc()1539 int getBaselineProblemCount(CLDRLocale cldrLocale) throws ExecutionException; in getBaselineProblemCount() argument