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.java111 Births english = new Births("en"); in main()
159 Births other = new Births(fileName); in main()
213 static class Births { class in GenerateBirth
221 Births(String file) { in Births() method in GenerateBirth.Births
310 Set<String> writeBirth(PrintWriter out, Births onlyNewer) { in writeBirth()
369 … Set<String> writeBirth(String directory, String filename, Births onlyNewer) throws IOException { in writeBirth()