Searched defs:hexdigits (Results 1 – 2 of 2) sorted by relevance
811 static const char *hexdigits = "0123456789abcdef"; in FastHexToBuffer() local822 static const char *hexdigits = "0123456789abcdef"; in InternalFastHexToBuffer() local
282 static const char hexdigits[16] = "0123456789ABCDEF"; variable