Searched refs:showCodes (Results 1 – 2 of 2) sorted by relevance
491 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
178 private static String showCodes(Set<String> newCodes, String linePrefix) { in showCodes() method in GenerateValidityXml