Home
last modified time | relevance | path

Searched refs:checkCodes (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java553checkCodes(xpath, "currency", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
555checkCodes(xpath, "script", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
557checkCodes(xpath, "territory", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
559checkCodes(xpath, "language", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
561 checkCodes(xpath, "tzid", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
571 …private static void checkCodes(String xpath, String code, String avalue, StandardCodes codes, Map<…
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java743 checkCodes("language", sc, localeAliasInfo, fullData); in getSubtagVariables()
744 checkCodes("script", sc, localeAliasInfo, fullData); in getSubtagVariables()
745 checkCodes("territory", sc, localeAliasInfo, fullData); in getSubtagVariables()
865 private static void checkCodes(String type, StandardCodes sc, in checkCodes() method in CountItems