Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java96 Births english = new Births("en"); in main()
125 Births other = new Births(fileName); in main()
179 static class Births { class in GenerateBirth
187 Births(String file) { in Births() method in GenerateBirth.Births
266 Set<String> writeBirth(PrintWriter out, Births onlyNewer) { in writeBirth()
322 … Set<String> writeBirth(String directory, String filename, Births onlyNewer) throws IOException { in writeBirth()