Searched refs:checkCodes (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CLDRTest.java | 547 … checkCodes(xpath, "currency", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity() 549 … checkCodes(xpath, "script", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity() 551 … checkCodes(xpath, "territory", avalue, codes, results, xpathsFailing, checkReplacements); in checkValidity() 553 … checkCodes(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/ |
D | CountItems.java | 741 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
|