Home
last modified time | relevance | path

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

/third_party/boost/boost/property_tree/json_parser/detail/
Dwrite.hpp50 const char *hexdigits = "0123456789ABCDEF"; in create_escapes() local
/third_party/python/Lib/
Dstring.py29 hexdigits = digits + 'abcdef' + 'ABCDEF' variable
/third_party/giflib/
Dgifbuild.c589 const static char *hexdigits = "0123456789ABCDEF"; in Icon2Gif() local
/third_party/freetype/src/sfnt/
Dsfdriver.c775 static const char hexdigits[16] = variable
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c775 static const char hexdigits[16] = variable
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c776 static const char hexdigits[16] = variable
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc892 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local
903 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local
1412 static const char hexdigits[] = "0123456789abcdef"; in AlphaNum() local
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
/third_party/libpng/contrib/libtests/
Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.c1152 static const char hexdigits[16] = in generate_hyperlink_id() local
/third_party/python/Tools/gdb/
Dlibpython.py98 hexdigits = "0123456789abcdef" variable