Searched defs:xmlFiles (Results 1 – 4 of 4) sorted by relevance
115 CldrDataType type, CldrDraftStatus draftStatus, Set<Path> xmlFiles) { in forCldrFiles()236 ImmutableSet<Path> xmlFiles = listXmlFilesForType(type); in getDataForType() local248 ImmutableSet<Path> xmlFiles = getDirectoriesForType(type) in listXmlFilesForType() local
51 private final ImmutableSet<Path> xmlFiles; field in XmlDataSource78 XmlDataSource(CldrDataType dtdType, Set<Path> xmlFiles, CldrDraftStatus draftStatus) { in XmlDataSource()84 …CldrDataType dtdType, Set<Path> xmlFiles, CldrDraftStatus draftStatus, Function<Path, Reader> open… in XmlDataSource()
56 def getFunctions(xmlFiles): argument
256 Set<Path> xmlFiles = files in loadSpecialsData() local