Searched refs:onlyNewer (Results 1 – 1 of 1) sorted by relevance
310 Set<String> writeBirth(PrintWriter out, Births onlyNewer) { in writeBirth() argument330 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() argument371 Set<String> newer = writeBirth(out, onlyNewer); in writeBirth()