Searched defs:hexdigits (Results 1 – 16 of 16) sorted by relevance
50 const char *hexdigits = "0123456789ABCDEF"; in create_escapes() local
31 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
29 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
179 char *hexdigits = "0123456789abcdef"; in load_extras_file() local
40 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
420 static const char* hexdigits = "0123456789abcdef"; in Uint64ToHexString() local
889 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local900 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local1409 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
792 static const char hexdigits[16] = variable
825 static Py_UNICODE hexdigits[] = { variable
284 static const char hexdigits[16] = "0123456789ABCDEF"; variable
139 static const char hexdigits[] = "0123456789abcdef"; variable
88 hexdigits = "0123456789abcdef" variable
869 static const char *hexdigits = "0123456789ABCDEF"; in copy_hex_string() local
944 static const char *hexdigits = "0123456789abcdef"; in bytearray_repr() local