Searched refs:AsciiValue (Results 1 – 1 of 1) sorted by relevance
599 char AsciiValue; local1601 AsciiValue = toupper(code[ptr]);1602 HexValue = isdigit(AsciiValue) ? AsciiValue - '0' : (AsciiValue - 'A')+10;