Home
last modified time | relevance | path

Searched refs:splitPos (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp435 int splitPos = s.Find(L':'); in ParseMethodFromString() local
438 if (splitPos >= 0) in ParseMethodFromString()
439 temp.DeleteFrom(splitPos); in ParseMethodFromString()
444 if (splitPos < 0) in ParseMethodFromString()
446 PropsString = s.Ptr(splitPos + 1); in ParseMethodFromString()