Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
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
91 id2header = getIdToPath(factory); in readLocaleToPaths()
107 System.out.println(locale + "\t" + id2header.get(item)); in readLocaleToPaths()
118 public static void readBirthValues(String outdatedDirectory, Map<Long, PathHeader> id2header, in readBirthValues() argument
138 + (id2header == null ? "" : "\t" + id2header.get(pathId))); in readBirthValues()