Searched refs:styleResults (Results 1 – 2 of 2) sorted by relevance
167 int[] styleResults = new int[cellNum]; in testCharOverline() local197 styleResults[i] = ((Short) SCUtil.getCellProperties(cells[i], inputType[0])).shortValue(); in testCharOverline()208 …yle(" + inputType[0] + ") value got in ." + fileType + " file.", expectedLine, styleResults[i], 0); in testCharOverline()
166 int[] styleResults = new int[cellNum]; in testCharUnderline() local196 styleResults[i] = ((Short) SCUtil.getCellProperties(cells[i], inputType[0])).shortValue(); in testCharUnderline()205 …yle(" + inputType[0] + ") value got in ." + fileType + " file.", expectedLine, styleResults[i], 0); in testCharUnderline()
Completed in 342 milliseconds