Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DOutdatedPaths.java73 Map<Long, PathHeader> id2header = new HashMap<>(); // for debugging in OutdatedPaths() local
75 readLocaleToPaths(directory, id2header); in OutdatedPaths()
79 readBirthValues(directory, id2header, pathToBirthNPrevious); in OutdatedPaths()
82 private void readLocaleToPaths(String directory, Map<Long, PathHeader> id2header) { in readLocaleToPaths() argument
95 id2header = getIdToPath(factory); in readLocaleToPaths()
111 System.out.println(locale + "\t" + id2header.get(item)); in readLocaleToPaths()
124 Map<Long, PathHeader> id2header, in readBirthValues() argument
151 + (id2header == null ? "" : "\t" + id2header.get(pathId))); in readBirthValues()