Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.cpp484 int splitPos = s.Find(L':'); in ParseMethodFromString() local
487 if (splitPos >= 0) in ParseMethodFromString()
488 temp.DeleteFrom(splitPos); in ParseMethodFromString()
493 if (splitPos < 0) in ParseMethodFromString()
495 PropsString = s.Ptr(splitPos + 1); in ParseMethodFromString()