Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVettingViewer.java1590 addCell(output, nf.format(++count), null, "tv-num", HTMLType.plain); in writeTables()
1592 addCell(output, code, null, "tv-code", HTMLType.plain); in writeTables()
1605 addCell(output, cellValue, null, "tv-eng", HTMLType.markup); in writeTables()
1607 … addCell(output, englishFile.getWinningValue(path), null, "tv-eng", HTMLType.plain); in writeTables()
1614 : "tv-last", HTMLType.plain); in writeTables()
1621 : "tv-win", HTMLType.plain); in writeTables()
1639 addCell(output, pathInfo.htmlMessage, null, "tv-test", HTMLType.markup); in writeTables()
1873 enum HTMLType { enum in VettingViewer
1877 …private void addCell(Appendable output, String value, String title, String classValue, HTMLType ht… in addCell()
1889 … .append(htmlType == HTMLType.markup ? value : TransliteratorUtilities.toHTML.transform(value)) in addCell()