Searched refs:showInfo (Results 1 – 2 of 2) sorted by relevance
57 private static boolean showInfo = false; field in QuickCheck76 showInfo = CldrUtility.getProperty("showinfo", "false", "true").matches("(?i)T|TRUE"); in main()275 if (showInfo) { in checkPaths()283 if (showInfo) System.out.println(prettied + "\t\t" + path); in checkPaths()290 if (showInfo) { in checkPaths()299 if (showInfo) for (String path : pathToLocale.keySet()) { in checkPaths()
259 + "\t" + showInfo(preferredSet)); in main()282 private static String showInfo(Relation<Character, String> preferredSet) { in showInfo() method in FindPreferredHours