Searched refs:outdatedPaths (Results 1 – 6 of 6) sorted by relevance
23 OutdatedPaths outdatedPaths = new OutdatedPaths(); field in TestOutdatedPaths28 CldrVersion birth = outdatedPaths.getEnglishBirth(path); in TestBirths()41 assertEquals("English should have none", 0, outdatedPaths.countOutdated("en")); in TestBasic()45 assertTrue("French should have at least one", outdatedPaths.countOutdated("fr") > 10); in TestBasic()69 logln(locale + " total outdated:\t" + outdatedPaths.countOutdated(locale)); in checkShow()71 if (outdatedPaths.isOutdated(locale, spath)) { in checkShow()80 + outdatedPaths.getEnglishBirth(originalPath) in checkShow()83 + outdatedPaths.getPreviousEnglish(originalPath) in checkShow()
645 OutdatedPaths outdatedPaths = OutdatedPaths.getInstance(); in checkCheckNew() local646 boolean isOutdated = outdatedPaths.isOutdated(locale, path); in checkCheckNew()649 String oldEnglishValue = outdatedPaths.getPreviousEnglish(path); in checkCheckNew()
12 private OutdatedPaths outdatedPaths; field in CheckNew17 outdatedPaths = OutdatedPaths.getInstance(); in CheckNew()59 outdatedPaths.isOutdated(cldrFileToCheck.getLocaleID(), path) in handleCheck()72 String oldEnglishValue = outdatedPaths.getPreviousEnglish(path); in handleCheck()74 CldrVersion birth = outdatedPaths.getEnglishBirth(path); in handleCheck()
285 OutdatedPaths outdatedPaths = SINGLETON.get(); in getInstance() local286 if (outdatedPaths == null) { in getInstance()287 outdatedPaths = new OutdatedPaths(); in getInstance()288 SINGLETON = new SoftReference<>(outdatedPaths); in getInstance()290 return outdatedPaths; in getInstance()
220 OutdatedPaths outdatedPaths = new OutdatedPaths(dataDirectory); in main() local227 if (newer.size() != outdatedPaths.countOutdated(locale)) { in main()231 boolean isOutdated = outdatedPaths.isRawOutdated(locale, xpath); in main()242 if (outdatedPaths.isSkipped(xpath)) { in main()245 String previous = outdatedPaths.getPreviousEnglish(xpath); in main()
84 return outdatedPaths; in getOutdatedPaths()88 private static final OutdatedPaths outdatedPaths = new OutdatedPaths(); field in VettingViewer613 && outdatedPaths.isOutdated(localeId, path)) { in recordMissingChangedEtc()622 String oldEnglishValue = outdatedPaths.getPreviousEnglish(path); in recordEnglishChanged()