Searched refs:colorResults (Results 1 – 2 of 2) sorted by relevance
169 int[] colorResults = new int[cellNum]; in testCharOverline() local201 colorResults[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType[2])).intValue(); in testCharOverline()218 …or(" + inputType[2] + ") value got in ." + fileType + " file.", expectedColor, colorResults[i], 0); in testCharOverline()
168 int[] colorResults = new int[cellNum]; in testCharUnderline() local199 colorResults[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType[2])).intValue(); in testCharUnderline()212 …or(" + inputType[2] + ") value got in ." + fileType + " file.", expectedColor, colorResults[i], 0); in testCharUnderline()
Completed in 24 milliseconds