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.java547checkCodes(xpath, "currency", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
549checkCodes(xpath, "script", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
551checkCodes(xpath, "territory", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
553checkCodes(xpath, "language", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
555 checkCodes(xpath, "tzid", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity()
565 …private static void checkCodes(String xpath, String code, String avalue, StandardCodes codes, Map<…
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java741 checkCodes("language", sc, localeAliasInfo, fullData); in getSubtagVariables()
742 checkCodes("script", sc, localeAliasInfo, fullData); in getSubtagVariables()
743 checkCodes("territory", sc, localeAliasInfo, fullData); in getSubtagVariables()
863 private static void checkCodes(String type, StandardCodes sc, in checkCodes() method in CountItems