Searched refs:cellValue (Results 1 – 2 of 2) sorted by relevance
1596 … String cellValue = winning == null ? "<i>missing</i>" : TransliteratorUtilities.toHTML in writeTables() local1600 cellValue += "<br><span style='color:#900'><b>OLD: </b>" in writeTables()1603 cellValue += "<br><b><i>missing</i></b>"; in writeTables()1605 addCell(output, cellValue, null, "tv-eng", HTMLType.markup); in writeTables()
547 static String getBidiStyle(String cellValue) {548 return BIDI_R.containsSome(cellValue) ? " style='direction:rtl'" : "";