Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DDataSection.java838 checkCldr.check(base_xpath_string, iTests, null); in setShimTests()
942 checkCldr.check(xpath, iTests, inheritedValue); in updateInheritedValue()
1576 if (checkCldr == null) { in make()
1583 section.populateFrom(ourSrc, checkCldr); in make()
1591 section.ensureComplete(ourSrc, checkCldr); in make()
1970 TestResultBundle checkCldr) { in populateFromAllXpaths() argument
2030 TestResultBundle checkCldr, int coverageValue, int base_xpath) { in populateFromThisXpath() argument
2118 row.updateInheritedValue(ourSrc, checkCldr); in populateFromThisXpath()
2188 if (checkCldr != null) { in populateFromThisXpath()
2218 if (avalue != null && checkCldr != null) { in populateFromThisXpathAddItemsForVotes()
[all …]
H A DSurveyMain.java3702 CheckCLDR checkCldr; in createCheck() local
3703 checkCldr = CheckCLDR.getCheckAll(getSTFactory(), "(?!.*(CheckCoverage).*).*"); in createCheck()
3707 return checkCldr; in createCheck()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DSearchCLDR.java104 private static CheckCLDR checkCldr;
163 checkCldr = null;
175 checkCldr = (CheckCLDR) ctor.newInstance(cldrFactory);
210 if (checkCldr != null) {
215 checkCldr.setCldrFileToCheck(resolvedFile, options, result);
288 if (checkCldr != null) {
289 if (checkCldr.isSkipTest()) {
294 checkCldr.check(path, file.getFullXPath(path), value, options, result);
309 checkCldr.check(path, file.getFullXPath(path), value, options, result);
332 if (checkCldr != null) {
H A DConvertXTB.java63 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()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/test/
H A DConsoleCheckCLDR.java439 CompoundCheckCLDR checkCldr = CheckCLDR.getCheckAll(cldrFactory, checkFilter);
440 if (checkCldr.getFilteredTestList().size() == 0) {
443 System.out.println("filtered tests: " + checkCldr.getFilteredTests());
449 checkCldr.setEnglishFile(english);
560 checkCldr.setCldrFileToCheck(file, options, result);
666 showExamples(checkCldr, prettyPath, localeID, path, value, fullPath, example);
680 checkCldr.check(path, fullPath, value, new Options(options), result);
682 checkCldr.getExamples(path, fullPath, value, new Options(options), result);
810 showExamples(checkCldr, prettyPath, localeID, path, null, fullPath, example);
850 checkCldr.handleFinish();
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVettingViewer.java333 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()