Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DXMLValidator.java57 new fileParserThread(args[i]).run(); in main()
93 new fileParserThread(s.getCanonicalPath()).run(); in parseDirectory()
162 public static class fileParserThread extends Thread { class in XMLValidator
165 fileParserThread(String _filename) { in fileParserThread() method in XMLValidator.fileParserThread