Searched refs:isJunkFile (Results 1 – 2 of 2) sorted by relevance
569 return name.endsWith(suffix) && !isJunkFile(name); // skip junk and backup files in getAllCLDRFilesEndingWith()696 if (!isJunkFile(subfile.getName())) { in getFilesRecursively()712 public static final boolean isJunkFile(String name) { in isJunkFile() method in CLDRConfig
182 if (CLDRConfig.isJunkFile(name)) { in checkDtds()