Searched refs:getLocaleAndName (Results 1 – 3 of 3) sorted by relevance
115 errln("Failure for locale: " + getLocaleAndName(locale)); in TestLocales()122 errln("\t" + getLocaleAndName(locale) + "\t" + level + "\t" in TestLocales()125 logln("OK\t" + getLocaleAndName(locale) + "\t" + level + "\t" in TestLocales()133 private String getLocaleAndName(String locale) { in getLocaleAndName() method in TestCoverage
154 …assertEquals(getLocaleAndName(locale) + draft + " " + type + " pattern incorrect", pattern, value); in TestCurrencyFormats()223 warnln(getLocaleAndName(parent) + draft + in TestCommonChildren()264 … logln(getLocaleAndName(locale) + "\t" + xpath + "\t<" + value + "> contains " + missing in TestThatExemplarsContainAll()273 … counts.add(nf.format(count) + "\t" + getLocaleAndName(locale) + "\t" + localeMissing); in TestThatExemplarsContainAll()276 errln(getLocaleAndName(locale) + "\t uses " + localeMissing + ", not in exemplars"); in TestThatExemplarsContainAll()310 errln(getLocaleAndName(locale) + " has empty exemplar set"); in getFixedExemplarSet()315 …errln(getLocaleAndName(locale) + "Auxiliary & main exemplars should be disjoint, but overlap with … in getFixedExemplarSet()341 … errln(getLocaleAndName(cldrfile.getLocaleID()) + " has illegal exemplar set: <" + v + ">"); in getExemplarSet()347 public String getLocaleAndName(String locale) { in getLocaleAndName() method in CLDRTest443 …errln(getLocaleAndName(locale) + "\tillegal attribute value for " + code + ", value:\t" + show(ava… in TestForIllegalAttributeValues()[all …]
941 … System.out.println(getLocaleAndName(locale) + "\tEnabled Organizations:\t" + orgToMaxVote); in LocaleVotingData()943 … System.out.println(getLocaleAndName(locale) + "\tDisputed Items:\t" + disputedCount); in LocaleVotingData()947 …System.out.println(getLocaleAndName(locale) + "\tMIA organizations:\t" + missingOrganizationCounte… in LocaleVotingData()949 … .println(getLocaleAndName(locale) + "\tConflicted organizations:\t" + conflictedOrganizations); in LocaleVotingData()950 …System.out.println(getLocaleAndName(locale) + "\tCool organizations!:\t" + goodOrganizationCounter… in LocaleVotingData()952 … System.out.println(getLocaleAndName(locale) + "\tOptimal Status:\t" + winningStatusCounter); in LocaleVotingData()1429 String line = "# " + getLocaleAndName(localeID) + "\tSummary\t" + level + "\t" + value; in showSummary()1569 getLocaleAndName(localeID) in showValue()1651 System.out.println("Locale:\t" + getLocaleAndName(localeID)); in showHeader()1726 public static String getLocaleAndName(String locale) { in getLocaleAndName() method in ConsoleCheckCLDR