Searched refs:checkCldr (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | SearchCLDR.java | 104 private static CheckCLDR checkCldr; field in SearchCLDR 163 checkCldr = null; in main() 175 checkCldr = (CheckCLDR) ctor.newInstance(cldrFactory); in main() 210 if (checkCldr != null) { in main() 215 checkCldr.setCldrFileToCheck(resolvedFile, options, result); in main() 288 if (checkCldr != null) { in main() 289 if (checkCldr.isSkipTest()) { in main() 294 checkCldr.check(path, file.getFullXPath(path), value, options, result); in main() 309 checkCldr.check(path, file.getFullXPath(path), value, options, result); in main() 332 if (checkCldr != null) { in main()
|
D | ConvertXTB.java | 63 private CheckCLDR checkCldr; field in ConvertXTB 96 this.checkCldr = CheckCLDR.getCheckAll(factory, checkFilter); in ConvertXTB() 500 checkCldr.setCldrFileToCheck(cldrFile, options, possibleErrors); in check() 509 checkCldr.check(xpath, fullPath, value, options, possibleErrors); in check()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 439 CompoundCheckCLDR checkCldr = CheckCLDR.getCheckAll(cldrFactory, checkFilter); in main() local 440 if (checkCldr.getFilteredTestList().size() == 0) { in main() 443 System.out.println("filtered tests: " + checkCldr.getFilteredTests()); in main() 449 checkCldr.setEnglishFile(english); in main() 560 checkCldr.setCldrFileToCheck(file, options, result); in main() 666 showExamples(checkCldr, prettyPath, localeID, path, value, fullPath, example); in main() 680 checkCldr.check(path, fullPath, value, new Options(options), result); in main() 682 checkCldr.getExamples(path, fullPath, value, new Options(options), result); in main() 810 showExamples(checkCldr, prettyPath, localeID, path, null, fullPath, example); in main() 850 checkCldr.handleFinish(); in main() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | VettingViewer.java | 333 private CheckCLDR checkCldr; field in VettingViewer.DefaultErrorStatus 348 checkCldr = CheckCLDR.getCheckAll(factory, ".*"); in initErrorStatus() 349 checkCldr.setCldrFileToCheck(cldrFile, options, result); in initErrorStatus() 357 checkCldr.check(path, fullPath, value, new CheckCLDR.Options(options), result2); in getErrorCheckStatus() 372 checkCldr.check(path, fullPath, value, new CheckCLDR.Options(options), result); in getErrorStatus()
|