Home
last modified time | relevance | path

Searched refs:int2Char (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java173 private char int2Char(int i) { in int2Char() method in TokenDecoder
367 …outputString += Character.toString(int2Char(firstChar - 1)) + Character.toString(int2Char(secondCh… in int2CellStr()
369 outputString += Character.toString(int2Char(col)); in int2CellStr()