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