Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1196 String columnTitle = UCharacter.toTitleCase(type.toString(), null); in showErrorFileIndex() local
1199 columnTitle = "MC: " + columnTitle; in showErrorFileIndex()
1201 columnTitle = "MV: " + columnTitle; in showErrorFileIndex()
1203 indexTablePrinter.addColumn(columnTitle).setHeaderAttributes("class='" + type + "'") in showErrorFileIndex()