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