Searched refs:g_auchDigits (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp43 static const unsigned char g_auchDigits[256] = variable
66 printf("static const unsigned char g_auchDigits[256] =\n"
138 && g_auchDigits[(unsigned char)psz[2]] < 16)
144 && g_auchDigits[(unsigned char)psz[1]] < 8)
155 && g_auchDigits[(unsigned char)psz[2]] < 16)
168 unsigned char chDigit = g_auchDigits[uch];
583 && g_auchDigits[(unsigned char)psz[2]] < 16)
589 && g_auchDigits[(unsigned char)psz[1]] < 8)
600 && g_auchDigits[(unsigned char)psz[2]] < 16)
613 unsigned char chDigit = g_auchDigits[uc
[all...]

Completed in 42 milliseconds