Home
last modified time | relevance | path

Searched refs:STANDARD_CODES (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DPathDescription.java37 private static final StandardCodes STANDARD_CODES = StandardCodes.make(); field in PathDescription
38 private static Map<String, String> ZONE2COUNTRY = STANDARD_CODES.getZoneToCounty();
230 : type.equals("timezone") ? STANDARD_CODES.getCanonicalTimeZones() in isRootCode()
231 : STANDARD_CODES.getSurveyToolDisplayCodes(type); in isRootCode()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DCheckYear.java37 private static final StandardCodes STANDARD_CODES = StandardCodes.make(); field in CheckYear
480 return STANDARD_CODES.getLocaleCoverageLevel(
482 || STANDARD_CODES.getLocaleCoverageLevel(
484 || STANDARD_CODES.getLocaleCoverageLevel(
DTestSupplementalInfo.java93 private static final StandardCodes STANDARD_CODES = testInfo field in TestSupplementalInfo
857 STANDARD_CODES.getGoodAvailableCodes(CodeType.territory)); in TestTimeData()
1131 Set<String> languageCodes = STANDARD_CODES in TestMacrolanguages()
1338 Set<String> currencyCodes = STANDARD_CODES in TestCurrency()
1347 STANDARD_CODES.getGoodAvailableCodes("territory")); in TestCurrency()
1352 for (String territory : STANDARD_CODES in TestCurrency()
1537 Set<String> currencyCodes = STANDARD_CODES in TestCurrencyDecimalPlaces()
1634 Set<String> testLocales = STANDARD_CODES.getLocaleCoverageLocales( in TestPluralCompleteness()
DTestInheritance.java1059 private static final StandardCodes STANDARD_CODES = testInfo.getStandardCodes(); field in TestInheritance
1086 if (!STANDARD_CODES.getAvailableCodes(subtagType).contains(subtag)) { in checkValidCode()
1119 Map<String, String> data = STANDARD_CODES.getLangData(subtagType, in getName()
DTestCoverageLevel.java58 private static final StandardCodes STANDARD_CODES = testInfo.getStandardCodes(); field in TestCoverageLevel
214 for (String territory : STANDARD_CODES.getAvailableCodes(
/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralConfirmation.java33 private static final StandardCodes STANDARD_CODES = testInfo.getStandardCodes(); field in GeneratePluralConfirmation
64 Set<String> locales = STANDARD_CODES.getLocaleCoverageLocales(Organization.google); in mainOld2()
DShowLocaleCoverage.java90 private static final StandardCodes STANDARD_CODES = SC; field in ShowLocaleCoverage
172 locales = STANDARD_CODES.getLocaleCoverageLocales(organization); in main()
632 …Set<String> checkModernLocales = STANDARD_CODES.getLocaleCoverageLocales(Organization.cldr, EnumSe… in printData()