Searched refs:hexDigitChars (Results 1 – 1 of 1) sorted by relevance
658 const char *hexDigitChars) in partAsHex() argument666 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()2752 const char *hexDigitChars; in convertNormalToHexString() local2761 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()2816 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()2826 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()