Searched refs:RowStyle (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DateTimeFormats.java | 441 …showRow(output, RowStyle.header, FIELDS_TITLE, "Skeleton", "English Example", "Native Example", fa… in addTable() 452 showRow(output, RowStyle.separator, skeleton, null, null, null, false); in addTable() 457 …showRow(output, RowStyle.normal, name, skeleton, comparison.getExample(skeleton), getExample(skele… in addTable() 461 …showRow(output, RowStyle.separator, "Additional Patterns in Locale data", null, null, null, false); in addTable() 478 …showRow(output, RowStyle.normal, skeleton, skeleton, comparison.getExample(skeleton), getExample(s… in addTable() 613 enum RowStyle { enum in DateTimeFormats 629 …private void showRow(Appendable output, RowStyle rowStyle, String name, String skeleton, String en… 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()
|