Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCLDRUtils.java106 CLDRFile emptyFile = SimpleFactory.makeFile(aloc.getBaseName()); in TestEmptyCLDRFile() local
109 emptyFile.write(new PrintWriter(outStream)); in TestEmptyCLDRFile()
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DPartialFormattingTest.java642 public void emptyFile() throws Exception { in emptyFile() method in PartialFormattingTest