Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateBirth.java181 final Map<String, Row.R3<Versions, String, String>> pathToBirthCurrentPrevious; field in GenerateBirth.Births
199 pathToBirthCurrentPrevious = new HashMap<String, Row.R3<Versions, String, String>>(); in Births()
220 pathToBirthCurrentPrevious.put(xpath, Row.of(version, base, previousValue)); in Births()
241 dataOut.writeInt(pathToBirthCurrentPrevious.size()); in writeBirthValues()
246 … for (Entry<String, R3<Versions, String, String>> entry : pathToBirthCurrentPrevious.entrySet()) { in writeBirthValues()
282 R3<Versions, String, String> info = pathToBirthCurrentPrevious.get(xpath); in writeBirth()
285 … R3<Versions, String, String> otherInfo = onlyNewer.pathToBirthCurrentPrevious.get(xpath); in writeBirth()