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

/external/lzma/CPP/Windows/
H A DFileName.cpp141 unsigned GetRootPrefixSize(CFSTR s) throw() function in namespace:NWindows::NFile::NName
188 unsigned GetRootPrefixSize(const wchar_t *s) throw() function in namespace:NWindows::NFile::NName
202 unsigned GetRootPrefixSize(CFSTR s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; }
204 unsigned GetRootPrefixSize(const wchar_t *s) throw() { return s[0] == CHAR_PATH_SEPRATOR ? 1 : 0; } function in namespace:NWindows::NFile::NName
597 unsigned prefixSize = GetRootPrefixSize(s);

Completed in 48 milliseconds