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