Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc811 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local
822 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local
/external/libpng/contrib/libtests/
Dtarith.c282 static const char hexdigits[16] = "0123456789ABCDEF"; variable