Searched defs:hexDigit (Results 1 – 7 of 7) sorted by relevance
231 int hexDigit = (codepoint >>> (digit << 2)) & 0xf; in appendNumericEntity() local
752 hexDigit(uint8_t digit) { in hexDigit() function
352 int hexDigit = (c>>bitNum) & 0x0f; in appendHexUChar() local
769 hexDigit(uint8_t digit) { in hexDigit() function
106 hexDigit(uint8_t digit) { in hexDigit() function
315 unsigned int hexDigit; in trailingHexadecimalFraction() local
709 llvm::integerPart hexDigit in mangleFloat() local