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

/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp246 unsigned long ulLast = ulStart; local
253 ulLast = strtoul(pszEnd, &pszEnd, 16);
266 *pLast = (RTUNICP)ulLast;

Completed in 77 milliseconds