Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DTablePrinter.java45 private String tableAttributes; field in TablePrinter
51 return tableAttributes; in getTableAttributes()
54 public TablePrinter setTableAttributes(String tableAttributes) { in setTableAttributes() argument
55 this.tableAttributes = tableAttributes; in setTableAttributes()
343 if (tableAttributes != null) { in toTableInternal()
344 result.append(' ').append(tableAttributes); in toTableInternal()