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