Searched refs:cHex (Results 1 – 1 of 1) sorted by relevance
43 static char cHex[] = "0123456789ABCDEF"; in toHex() local47 sStrBuf.append( cHex[nhigh] ); in toHex()48 sStrBuf.append( cHex[nlow] ); in toHex()
Completed in 4 milliseconds