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.java1188 String columnTitle = UCharacter.toTitleCase(type.toString(), null); in showErrorFileIndex() local
1191 columnTitle = "MC: " + columnTitle; in showErrorFileIndex()
1193 columnTitle = "MV: " + columnTitle; in showErrorFileIndex()
1195 indexTablePrinter.addColumn(columnTitle).setHeaderAttributes("class='" + type + "'") in showErrorFileIndex()