Searched defs:hexdigits (Results 1 – 12 of 12) sorted by relevance
29 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
31 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
38 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
420 static const char* hexdigits = "0123456789abcdef"; in Uint64ToHexString() local
775 static const char hexdigits[16] = variable
911 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local922 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local1429 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
825 static Py_UNICODE hexdigits[] = { variable
282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
98 hexdigits = "0123456789abcdef" variable
838 static const char *hexdigits = "0123456789ABCDEF"; in copy_hex_string() local
944 static const char *hexdigits = "0123456789abcdef"; in bytearray_repr() local