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

/external/lzma/CPP/Windows/
H A DFileName.cpp277 unsigned GetRootPrefixSize(CFSTR s) function in namespace:NWindows::NFile::NName
326 unsigned GetRootPrefixSize(const wchar_t *s) throw() function in namespace:NWindows::NFile::NName
340 unsigned GetRootPrefixSize(CFSTR s) { return IS_SEPAR(s[0]) ? 1 : 0; } function in namespace:NWindows::NFile::NName
342 unsigned GetRootPrefixSize(const wchar_t *s) { return IS_SEPAR(s[0]) ? 1 : 0; } function in namespace:NWindows::NFile::NName
752 unsigned prefixSize = GetRootPrefixSize(s);

Completed in 67 milliseconds