Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1530 Relation<Row.R3<SectionId, PageId, String>, Choice> choicesForHeader = Relation.of( in writeTables() local
1544 choicesForHeader.putAll(Row.of(section, subsection, header), choicesForPath); in writeTables()
1577 … Set<Choice> headerChoices = choicesForHeader.get(Row.of(section, subsection, header)); in writeTables()