Searched refs:getLocaleName (Results 1 – 10 of 10) sorted by relevance
115 System.out.println("ALL=" + getLocaleName(null, ALL)); in main()137 String localeName = getLocaleName(ALL, locales); in main()159 private static String getLocaleName(Set<CLDRLocale> all, Set<CLDRLocale> locales) { in getLocaleName() method in ListCoverageLevels226 String localeName = getLocaleName(all, locales); in getLocaleNameToAttributeList()
266 const char *getLocaleName(le_int32 run) const;398 const char *ULocRuns::getLocaleName(le_int32 run) const in getLocaleName() function in ULocRuns488 return lr->getLocaleName(run); in pl_getLocaleRunLocale()
197 + "\"/> <!--{ " + getLocaleName(input) + " } => { " in addLine()198 + getLocaleName(result) + " }-->"); in addLine()201 private String getLocaleName(String input) { in getLocaleName() method in LanguageTest
225 public String getLocaleName() { in getLocaleName() method in BasicDurationFormatterFactory
226 public String getLocaleName() { in getLocaleName() method in BasicDurationFormatterFactory
108 virtual const UChar* getLocaleName(int32_t index) const = 0;151 const UChar* locale = getLocaleName(i); in operator ==()154 if (!streq(locale, rhs->getLocaleName(ix))) { in operator ==()173 if (streq(locale, getLocaleName(i))) { in indexForLocale()277 virtual const UChar* getLocaleName(int32_t index) const;668 StringLocalizationInfo::getLocaleName(int32_t index) const { in getLocaleName() function in StringLocalizationInfo1043 UnicodeString name(TRUE, localizations->getLocaleName(index), -1); in getRuleSetDisplayNameLocale()
1106 .addCell(ConsoleCheckCLDR.getLocaleName(localeID)) in closeErrorFile()1137 .addCell(ConsoleCheckCLDR.getLocaleName(localeID)) in closeErrorFile()1213 .addCell(ConsoleCheckCLDR.getLocaleName(htmlOpenedFileLanguage)); in showErrorFileIndex()1286 .addCell(ConsoleCheckCLDR.getLocaleName(locale)) in showSections()1680 public static String getLocaleName(String locale) { in getLocaleName() method in ConsoleCheckCLDR
336 … errln(getLocaleName(cldrfile.getLocaleID()) + " exemplar pattern contains property: " + pattern); in getExemplarSet()351 return locale + " (" + getLocaleName(locale) + ")"; in getLocaleAndName()386 public String getLocaleName(String locale) { in getLocaleName() method in CLDRTest
210 locale = getLocaleName(full); in getFullyResolvedLDML()230 public static String getLocaleName(Document doc) { in getLocaleName() method in LDMLUtilities
131 com/ibm/icu/impl/duration/BasicDurationFormatterFactory#getLocaleName:()Ljava/lang/String;