Home
last modified time | relevance | path

Searched refs:isJunkFile (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java569 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
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java182 if (CLDRConfig.isJunkFile(name)) { in checkDtds()