Searched refs:showErrors (Results 1 – 4 of 4) sorted by relevance
32 private boolean showErrors; field in PrettyPath61 …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() argument123 this.showErrors = showErrors; in setShowErrors()
287 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
594 public int showErrors() { in showErrors() method in CheckHtmlFiles.HeadingInfoList890 int fatalCount = headingInfoList.showErrors(); in parseFile()
271 showErrors(errors); in showHtml()336 private static void showErrors(Set<Exception> errors) { in showErrors() method in ShowKeyboards