Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java310 Set<String> writeBirth(PrintWriter out, Births onlyNewer) { in writeBirth() argument
330 if (onlyNewer != null) { in writeBirth()
332 … R3<CldrVersion, String, String> otherInfo = onlyNewer.pathToBirthCurrentPrevious.get(xpath); in writeBirth()
369 … Set<String> writeBirth(String directory, String filename, Births onlyNewer) throws IOException { in writeBirth() argument
371 Set<String> newer = writeBirth(out, onlyNewer); in writeBirth()