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

/vbox/src/VBox/Runtime/common/string/
H A Dstrtonum.cpp55 static const char g_auchShift[36] = variable
162 iShift = g_auchShift[uBase];
607 iShift = g_auchShift[uBase]; /** @todo test this, it's probably not 100% right yet. */

Completed in 47 milliseconds