Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java91 public static boolean errorsOnly = false; field in ConsoleCheckCLDR
289 errorsOnly = options[ERRORS_ONLY].doesOccur; in main()
566 if (errorsOnly) { in main()
693 if (errorsOnly && !statusType.equals(CheckStatus.errorType)) continue; in main()