Searched defs:hexDigit (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexFile.cpp138 static const char hexDigit[] = "0123456789abcdef"; local
144 *cp++ = hexDigit[digest[i] >> 4];
145 *cp++ = hexDigit[digest[i] & 0x0f];

Completed in 4 milliseconds