Home | History | Annotate | Download | only in 7z

Lines Matching refs:slashPos

436   int slashPos = Name.ReverseFind_PathSepar();

438 if (dotPos <= slashPos)
644 int slashPos = ui.Name.ReverseFind_PathSepar();
645 NamePos = slashPos + 1;
647 if (dotPos <= slashPos)
826 int slashPos = ui.Name.ReverseFind_PathSepar();
829 // if (dotPos > slashPos)
838 if (dotPos > slashPos)
2319 int slashPos = ui.Name.ReverseFind_PathSepar();
2321 const wchar_t *ext = ui.Name.Ptr(dotPos <= slashPos ? ui.Name.Len() : dotPos + 1);