Home
last modified time | relevance | path

Searched defs:hexdigits (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/
Dstring.py29 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c775 static const char hexdigits[16] = variable
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
/third_party/skia/m133/third_party/externals/libpng/contrib/libtests/
Dtarith.c284 static const char hexdigits[16] = "0123456789ABCDEF"; variable
/third_party/curl/lib/
Durlapi.c139 static const char hexdigits[] = "0123456789abcdef"; variable
/third_party/python/Tools/gdb/
Dlibpython.py88 hexdigits = "0123456789abcdef" variable
/third_party/cups/tools/
Dipptool.c876 static const char *hexdigits = "0123456789ABCDEF"; in copy_hex_string() local