Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileName.cpp277 unsigned GetRootPrefixSize(CFSTR s) in GetRootPrefixSize() function
326 unsigned GetRootPrefixSize(const wchar_t *s) throw() in GetRootPrefixSize() function
340 unsigned GetRootPrefixSize(CFSTR s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function
342 unsigned GetRootPrefixSize(const wchar_t *s) { return IS_SEPAR(s[0]) ? 1 : 0; } in GetRootPrefixSize() function