Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java32 private boolean showErrors; field in PrettyPath
61 …if (showErrors) System.out.println("Warning:\tIncomplete translit:\t" + prettyString + "\t " + pat… in getPrettyPath()
64 if (showErrors) System.out.println("Warning:\tpath length != 3: " + prettyString); in getPrettyPath()
84 if (showErrors) System.out.println("Warning:\tFailed bijection, " + prettyString); in addBackmap()
85 if (showErrors) System.out.println("Warning:\tPath1: " + path); in addBackmap()
86 if (showErrors) System.out.println("Warning:\tPath2: " + old); in addBackmap()
119 return showErrors; in isShowErrors()
122 public PrettyPath setShowErrors(boolean showErrors) { in setShowErrors() argument
123 this.showErrors = showErrors; in setShowErrors()
DVerifyCompactNumbers.java287 showErrors(errors, out); in showNumbers()
288 showErrors(debugCreationErrors, out); in showNumbers()
297 private static void showErrors(Set<String> errors, Appendable out) throws IOException { in showErrors() method in VerifyCompactNumbers
/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java594 public int showErrors() { in showErrors() method in CheckHtmlFiles.HeadingInfoList
890 int fatalCount = headingInfoList.showErrors(); in parseFile()
DShowKeyboards.java271 showErrors(errors); in showHtml()
336 private static void showErrors(Set<Exception> errors) { in showErrors() method in ShowKeyboards