Home
last modified time | relevance | path

Searched defs:xmlFiles (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/api/
DCldrDataSupplier.java115 CldrDataType type, CldrDraftStatus draftStatus, Set<Path> xmlFiles) { in forCldrFiles()
236 ImmutableSet<Path> xmlFiles = listXmlFilesForType(type); in getDataForType() local
248 ImmutableSet<Path> xmlFiles = getDirectoriesForType(type) in listXmlFilesForType() local
DXmlDataSource.java51 private final ImmutableSet<Path> xmlFiles; field in XmlDataSource
78 XmlDataSource(CldrDataType dtdType, Set<Path> xmlFiles, CldrDraftStatus draftStatus) { in XmlDataSource()
84 …CldrDataType dtdType, Set<Path> xmlFiles, CldrDraftStatus draftStatus, Function<Path, Reader> open… in XmlDataSource()
/external/mesa3d/src/mapi/new/
DgenCommon.py56 def getFunctions(xmlFiles): argument
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DLdmlConverter.java256 Set<Path> xmlFiles = files in loadSpecialsData() local