Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1542 Set<Choice> choicesForPath = pathInfo.problems; in writeTables() local
1543 choicesForSection.putAll(Row.of(section, subsection), choicesForPath); in writeTables() local
1544 choicesForHeader.putAll(Row.of(section, subsection, header), choicesForPath); in writeTables() local
1574 Set<Choice> choicesForPath = pathInfo.problems; in writeTables() local
1588 Choice.appendRowStyles(choicesForPath, output); in writeTables()
1594 if (choicesForPath.contains(Choice.englishChanged)) { in writeTables()
1620 … addCell(output, newWinningValue, null, choicesForPath.contains(Choice.missingCoverage) ? "tv-miss" in writeTables()
1630 Choice.appendDisplay(choicesForPath, "", output); in writeTables()