Searched refs:charToHex (Results 1 – 7 of 7) sorted by relevance
28 assertEquals(-1, CharTypes.charToHex(input)); in testHexOutOfRange()
226 public static int charToHex(int ch) in charToHex() method in CharTypes
2379 int digit = CharTypes.charToHex(c); in _decodeSplitEscaped()2824 int digit = CharTypes.charToHex(ch); in _decodeFastCharEscape()2829 digit = CharTypes.charToHex(ch); in _decodeFastCharEscape()2833 digit = CharTypes.charToHex(ch); in _decodeFastCharEscape()2837 digit = CharTypes.charToHex(ch); in _decodeFastCharEscape()
855 static int charToHex(char c) in charToHex() function886 h0 = charToHex(hashStr[j*2 + 0]); in XSUM_canonicalFromString()889 h1 = charToHex(hashStr[j*2 + 1]); in XSUM_canonicalFromString()
2546 int digit = CharTypes.charToHex(ch); in _decodeEscaped()
2592 int digit = CharTypes.charToHex(ch); in _decodeEscaped()
3322 int digit = CharTypes.charToHex(ch); in _decodeEscaped()