Searched refs:hexFromNibbles (Results 1 – 3 of 3) sorted by relevance
160 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() function177 Output.push_back(hexFromNibbles('0', Input.front())); in fromHex()183 uint8_t Hex = hexFromNibbles(Input[0], Input[1]); in fromHex()
134 Result.push_back(llvm::hexFromNibbles(*(I + 1), *(I + 2))); in percentDecode()
196 inline uint8_t hexFromNibbles(char MSB, char LSB) { in hexFromNibbles() function