Searched defs:hexDigit (Results 1 – 16 of 16) sorted by relevance
91 private int hexDigit(int d) { in hexDigit() method in UnicodeEscapePreprocessor
93 public static int hexDigitToInt(final char hexDigit) { in hexDigitToInt()112 public static int hexDigitMsb0ToInt(final char hexDigit) { in hexDigitMsb0ToInt()169 public static boolean[] hexDigitToBinary(final char hexDigit) { in hexDigitToBinary()226 public static boolean[] hexDigitMsb0ToBinary(final char hexDigit) { in hexDigitMsb0ToBinary()
231 int hexDigit = (codepoint >>> (digit << 2)) & 0xf; in appendNumericEntity() local
756 hexDigit(uint8_t digit) { in hexDigit() function
328 int hexDigit = (c>>bitNum) & 0x0f; in appendHexUChar() local
947 hexDigit(uint8_t digit) { in hexDigit() function
920 hexDigit(uint8_t digit) { in hexDigit() function
111 hexDigit(uint8_t digit) { in hexDigit() function
262 private static int hexDigit(char c) { in hexDigit() method
316 unsigned int hexDigit; in trailingHexadecimalFraction() local
972 llvm::integerPart hexDigit in mangleFloat() local
442 unsigned int hexDigit; in trailingHexadecimalFraction() local