Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java156 private void checkFile(PathChecker pathChecker, String fullFile) { in checkFile() argument
157 if (!fullFile.endsWith(".xml")) { in checkFile()
173 try (InputStream fis0 = new FileInputStream(fullFile); in checkFile()
178 XMLStreamReader r = f.createXMLStreamReader(fullFile, bufferedReader); in checkFile()
197 pathChecker.testLog.errln(fullFile + "error"); in checkFile()
205 warnln("Can't read " + fullFile); in checkFile()
207 …row (IllegalArgumentException) new IllegalArgumentException("Can't read " + fullFile).initCause(e); in checkFile()
211 throw new ICUException(fullFile, e); in checkFile()
/external/antlr/tool/src/main/java/org/antlr/tool/
DGrammar.java2367 File fullFile = tool.getImportedVocabFile(vocabName); in importTokenVocabulary() local
2369 FileReader fr = new FileReader(fullFile); in importTokenVocabulary()
2437 fullFile); in importTokenVocabulary()
2441 fullFile, in importTokenVocabulary()
2446 fullFile, in importTokenVocabulary()