Searched refs:outdatedPaths (Results 1 – 5 of 5) sorted by relevance
20 OutdatedPaths outdatedPaths = new OutdatedPaths(); field in TestOutdatedPaths24 outdatedPaths.countOutdated("en")); in TestBasic()29 outdatedPaths.countOutdated("fr") > 10); in TestBasic()54 logln("Count:\t" + outdatedPaths.countOutdated(locale)); in checkShow()56 if (outdatedPaths.isOutdated(locale, spath)) { in checkShow()64 + outdatedPaths.getPreviousEnglish(originalPath) in checkShow()
13 private OutdatedPaths outdatedPaths; field in CheckNew18 outdatedPaths = OutdatedPaths.getInstance(); in CheckNew()69 boolean isOutdated = outdatedPaths.isOutdated(cldrFileToCheck.getLocaleID(), path); in handleCheck()76 String oldEnglishValue = outdatedPaths.getPreviousEnglish(path); in handleCheck()
233 OutdatedPaths outdatedPaths = SINGLETON.get(); in getInstance() local234 if (outdatedPaths == null) { in getInstance()235 outdatedPaths = new OutdatedPaths(); in getInstance()236 SINGLETON = new SoftReference<OutdatedPaths>(outdatedPaths); in getInstance()238 return outdatedPaths; in getInstance()
144 OutdatedPaths outdatedPaths = new OutdatedPaths(dataDirectory); in main() local151 if (newer.size() != outdatedPaths.countOutdated(locale)) { in main()155 boolean isOutdated = outdatedPaths.isRawOutdated(locale, xpath); in main()160 if (outdatedPaths.isSkipped(xpath)) { in main()163 String previous = outdatedPaths.getPreviousEnglish(xpath); in main()
213 return outdatedPaths; in getOutdatedPaths()218 static final OutdatedPaths outdatedPaths = new OutdatedPaths(); field in VettingViewer897 && outdatedPaths.isOutdated(localeID, path)) { in getFileInfo()1598 String previous = outdatedPaths.getPreviousEnglish(path); in writeTables()