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.java496 showCodes(sc, "language"); in checkStandardCodes()
497 showCodes(sc, "script"); in checkStandardCodes()
498 showCodes(sc, "territory"); in checkStandardCodes()
499 showCodes(sc, "tzid"); in checkStandardCodes()
500 showCodes(sc, "currency"); in checkStandardCodes()
608 private static void showCodes(StandardCodes sc, String type) { in showCodes() method in TestUtilities
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateValidityXml.java177 private static String showCodes(Set<String> newCodes, String linePrefix) { in showCodes() method in GenerateValidityXml