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();
229 : type.equals("timezone") ? STANDARD_CODES.getCanonicalTimeZones() in isRootCode()
230 : 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
479 return STANDARD_CODES.getLocaleCoverageLevel(
481 || STANDARD_CODES.getLocaleCoverageLevel(
483 || STANDARD_CODES.getLocaleCoverageLevel(
DTestSupplementalInfo.java100 private static final StandardCodes STANDARD_CODES = testInfo field in TestSupplementalInfo
891 STANDARD_CODES.getGoodAvailableCodes(CodeType.territory)); in TestTimeData()
1166 Set<String> languageCodes = STANDARD_CODES in TestMacrolanguages()
1380 Set<String> currencyCodes = STANDARD_CODES in TestCurrency()
1389 STANDARD_CODES.getGoodAvailableCodes("territory")); in TestCurrency()
1394 for (String territory : STANDARD_CODES in TestCurrency()
1579 Set<String> currencyCodes = STANDARD_CODES in TestCurrencyDecimalPlaces()
1676 Set<String> testLocales = STANDARD_CODES.getLocaleCoverageLocales( in TestPluralCompleteness()
DTestInheritance.java848 private static final StandardCodes STANDARD_CODES = testInfo.getStandardCodes(); field in TestInheritance
875 if (!STANDARD_CODES.getAvailableCodes(subtagType).contains(subtag)) { in checkValidCode()
907 Map<String, String> data = STANDARD_CODES.getLangData(subtagType, in getName()
DTestCoverageLevel.java65 private static final StandardCodes STANDARD_CODES = testInfo.getStandardCodes(); field in TestCoverageLevel
220 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.java144 private static final StandardCodes STANDARD_CODES = SC; field in ShowLocaleCoverage
227 locales = STANDARD_CODES.getLocaleCoverageLocales(organization); in main()
586 …Set<String> checkModernLocales = STANDARD_CODES.getLocaleCoverageLocales(Organization.cldr, EnumSe… in showCoverage()