Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileName.cpp340 unsigned GetRootPrefixSize(CFSTR s) throw() in GetRootPrefixSize() function
389 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function
404 unsigned GetRootPrefixSize(CFSTR s) throw() { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function
406 unsigned GetRootPrefixSize(const wchar_t *s) throw() { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function