Searched refs:hexDigitChars (Results 1 – 1 of 1) sorted by relevance
606 const char *hexDigitChars) in partAsHex() argument614 dst[count] = hexDigitChars[part & 0xf]; in partAsHex()2675 const char *hexDigitChars; in convertNormalToHexString() local2684 hexDigitChars = upperCase ? hexDigitsUpper: hexDigitsLower; in convertNormalToHexString()2739 dst += partAsHex (dst, part, curDigits, hexDigitChars); in convertNormalToHexString()2749 *q = hexDigitChars[hexDigitValue (*q) + 1]; in convertNormalToHexString()