Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java34 private boolean showErrors; field in PrettyPath
63 …if (showErrors) System.out.println("Warning:\tIncomplete translit:\t" + prettyString + "\t " + pat… in getPrettyPath()
66 if (showErrors) System.out.println("Warning:\tpath length != 3: " + prettyString); in getPrettyPath()
86 if (showErrors) System.out.println("Warning:\tFailed bijection, " + prettyString); in addBackmap()
87 if (showErrors) System.out.println("Warning:\tPath1: " + path); in addBackmap()
88 if (showErrors) System.out.println("Warning:\tPath2: " + old); in addBackmap()
121 return showErrors; in isShowErrors()
124 public PrettyPath setShowErrors(boolean showErrors) { in setShowErrors() argument
125 this.showErrors = showErrors; in setShowErrors()
DVerifyCompactNumbers.java249 showErrors(errors, out); in showNumbers()
250 showErrors(debugCreationErrors, out); in showNumbers()
315 private static void showErrors(Set<String> errors, Appendable out) throws IOException { in showErrors() method in VerifyCompactNumbers
/external/llvm-project/clang-tools-extra/clangd/tool/
DCheck.cpp54 unsigned showErrors(llvm::ArrayRef<Diag> Diags) { in showErrors() function
140 ErrCount += showErrors(InvocationDiags); in buildInvocation()
171 ErrCount += showErrors(Preamble->Diags); in buildAST()
180 ErrCount += showErrors(llvm::makeArrayRef(AST->getDiagnostics()) in buildAST()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java595 public int showErrors() { in showErrors() method in CheckHtmlFiles.HeadingInfoList
891 int fatalCount = headingInfoList.showErrors(); in parseFile()
DShowKeyboards.java275 showErrors(errors); in showHtml()
340 private static void showErrors(Set<Exception> errors) { in showErrors() method in ShowKeyboards