Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java629 …private void showRow(Appendable output, RowStyle rowStyle, String name, String skeleton, String en… in showRow() argument
633 switch (rowStyle) { in showRow()
642 … String startCell = rowStyle == RowStyle.header ? "<th class='dtf-h'>" : "<td class='dtf-s'>"; in showRow()
643 String endCell = rowStyle == RowStyle.header ? "</th>" : "</td>"; in showRow()
659 if (rowStyle != RowStyle.header) { in showRow()