Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java491 showCodes(sc, "language"); in checkStandardCodes()
492 showCodes(sc, "script"); in checkStandardCodes()
493 showCodes(sc, "territory"); in checkStandardCodes()
494 showCodes(sc, "tzid"); in checkStandardCodes()
495 showCodes(sc, "currency"); in checkStandardCodes()
603 private static void showCodes(StandardCodes sc, String type) { in showCodes() method in TestUtilities
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateValidityXml.java178 private static String showCodes(Set<String> newCodes, String linePrefix) { in showCodes() method in GenerateValidityXml