Home
last modified time | relevance | path

Searched refs:FChar (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileName.cpp37 int FindSepar(const FChar *s) throw() in FindSepar()
39 for (const FChar *p = s;; p++) in FindSepar()
41 const FChar c = *p; in FindSepar()
177 FChar c = s[2]; in IsNetworkPath()
190 FChar c = s[2]; in GetNetworkServerPrefixSize()
286 FChar c = path[i]; in FindAltStreamColon()
519 FChar c = s[i]; in AreThereDotsFolders()
524 FChar c1 = s[i + 1]; in AreThereDotsFolders()
568 FChar c = s[i]; in GetUseSuperPathType()
573 FChar c in GetUseSuperPathType()
[all...]
H A DFileName.h14 int FindSepar(const FChar *s) throw();
H A DFileIO.cpp376 FChar path[4] = { s[4], ':', '\\', 0 }; in CalcDeviceSize()
H A DFileFind.cpp481 FChar drive[4] = { path[4], ':', '\\', 0 }; in Find()
/third_party/lzma/CPP/Common/
H A DMyString.h956 typedef wchar_t FChar; typedef
963 AString fs2fas(const FChar *s);
969 typedef char FChar; typedef
998 inline FString operator+(const FString &s1, const FChar *s2) in operator +()
1003 inline FString operator+(const FChar *s1, const FString &s2)
1016 UString fs2us(const FChar *s);
1031 typedef const FChar *CFSTR;
H A DMyString.cpp1780 UString fs2us(const FChar *s) in fs2us()
/third_party/lzma/CPP/7zip/UI/Common/
H A DOpenArchive.h456 void SetNumSlashes(const FChar *s);
H A DEnumDirItems.cpp41 const FChar *p = path.RightPtr(1); in FindFile_KeepDots()
46 FChar c = p[-1]; in FindFile_KeepDots()
454 const int pos = fi.Name.Find(FChar(':')); in EnumerateItems2()
H A DArchiveExtractCallback.cpp141 static const FChar * const k_ZoneId_StreamName = FTEXT(":Zone.Identifier");
2506 void CDirPathSortPair::SetNumSlashes(const FChar *s) in SetNumSlashes()
2510 FChar c = *s++; in SetNumSlashes()

Completed in 13 milliseconds