Searched refs:secondChar (Results 1 – 1 of 1) sorted by relevance
366 int secondChar = (col + 1) % 26; in int2CellStr() local367 …ring += Character.toString(int2Char(firstChar - 1)) + Character.toString(int2Char(secondChar - 1)); in int2CellStr()