Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/network/
DFormDataBuilder.cpp231 static const char hexDigits[17] = "0123456789ABCDEF"; in encodeStringAsFormData() local
/external/webkit/WebCore/platform/
DKURL.cpp89 static const char hexDigits[17] = "0123456789ABCDEF"; variable