Searched refs:hexDigitChars (Results 1 – 1 of 1) sorted by relevance
527 const char *hexDigitChars) in partAsHex() argument535 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()2747 const char *hexDigitChars; in convertNormalToHexString() local2756 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()2811 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()2821 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()