Home
last modified time | relevance | path

Searched refs:getAllCLDRFilesEndingWith (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLocale.java163 for (File file : CLDRConfig.getInstance().getAllCLDRFilesEndingWith( in TestLocalePartsValidity()
DTestBasic.java1431 for (File file : CLDRConfig.getInstance().getAllCLDRFilesEndingWith(".xml")) { in TestDtdComparisonsAll()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java544 public Set<File> getAllCLDRFilesEndingWith(final String suffix) { in getAllCLDRFilesEndingWith() method in CLDRConfig