Home
last modified time | relevance | path

Searched defs:localeNameToFileInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DVettingViewer.java791 private final Map<String, VettingViewer<T>.FileInfo> localeNameToFileInfo; field in VettingViewer.WriteContext
800 Map<String, FileInfo> localeNameToFileInfo, in WriteContext()
1052 Map<String, FileInfo> localeNameToFileInfo = SHOW_SUBTYPES ? new TreeMap<>() : null; in writeSummaryTable() local
1107 Map<String, FileInfo> localeNameToFileInfo, in showSubtypes()