Home
last modified time | relevance | path

Searched refs:FChar (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/Windows/
DFileName.cpp30 int FindSepar(const FChar *s) throw() in FindSepar()
32 for (const FChar *p = s;; p++) in FindSepar()
34 const FChar c = *p; in FindSepar()
143 FChar c = s[2]; in IsNetworkPath()
156 FChar c = s[2]; in GetNetworkServerPrefixSize()
221 FChar c = path[i]; in FindAltStreamColon()
456 FChar c = s[i]; in AreThereDotsFolders()
461 FChar c1 = s[i + 1]; in AreThereDotsFolders()
505 FChar c = s[i]; in GetUseSuperPathType()
510 FChar c2 = s[i + 1]; in GetUseSuperPathType()
[all …]
DFileName.h14 int FindSepar(const FChar *s) throw();
DFileIO.cpp266 FChar path[4] = { s[4], ':', '\\', 0 }; in CalcDeviceSize()
DFileFind.cpp430 FChar drive[4] = { path[4], ':', '\\', 0 }; in Find()
/external/lzma/CPP/Common/
DMyString.h832 typedef wchar_t FChar; typedef
839 AString fs2fas(const FChar *s);
845 typedef char FChar; typedef
848 UString fs2us(const FChar *s);
864 typedef const FChar *CFSTR;
DMyString.cpp1644 UString fs2us(const FChar *s) in fs2us()
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.h423 void SetNumSlashes(const FChar *s);
DArchiveExtractCallback.cpp1653 void CDirPathSortPair::SetNumSlashes(const FChar *s) in SetNumSlashes()
1657 FChar c = *s++; in SetNumSlashes()