Searched refs:hexDigitChars (Results 1 – 1 of 1) sorted by relevance
856 const char *hexDigitChars) in partAsHex() argument864 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()3431 const char *hexDigitChars; in convertNormalToHexString() local3440 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()3495 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()3505 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()