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

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp53 static bool StringToUInt32(const wchar_t *s, UInt32 &v) function
467 if (!StringToUInt32(s.Ptr(pos + 1), size)
875 if (StringToUInt32(name, v))
1234 if (!StringToUInt32(nonSwitchStrings[curCommandIndex], options.NumIterations))

Completed in 198 milliseconds