/external/lzma/CPP/7zip/UI/Common/ |
DefaultName.h | 8 UString GetDefaultName2(const UString &fileName,
9 const UString &extension, const UString &addSubExtension);
|
ArchiveName.h | 8 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
|
Property.h | 10 UString Name;
11 UString Value;
|
ExtractingFilePath.h | 8 UString MakePathNameFromParts(const UStringVector &parts);
10 UString GetCorrectFsPath(const UString &path);
11 UString GetCorrectFullFsPath(const UString &path);
|
WorkDir.h | 8 UString GetWorkDir(const NWorkDir::CInfo &workDirInfo, const UString &path);
|
DefaultName.cpp | 7 static UString GetDefaultName3(const UString &fileName,
8 const UString &extension, const UString &addSubExtension)
29 UString GetDefaultName2(const UString &fileName,
30 const UString &extension, const UString &addSubExtension)
32 UString name = GetDefaultName3(fileName, extension, addSubExtension);
|
ArchiveName.cpp | 12 static UString CreateArchiveName2(const UString &srcName, bool fromPrev, bool keepName)
14 UString resultName = L"Archive";
17 UString dirPrefix;
42 UString archiveName2 = resultName.Left(dotPos);
51 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName)
|
DirItem.h | 16 UString Name;
31 UString GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const;
36 UString GetPhyPath(int index) const;
37 UString GetLogPath(int index) const;
39 int AddPrefix(int phyParent, int logParent, const UString &prefix);
42 void EnumerateDirectory(int phyParent, int logParent, const UString &phyPrefix,
46 const UString &phyPrefix,
47 const UString &logPrefix,
58 UString Name; [all...] |
Update.h | 16 UString OriginalPath;
18 UString Prefix; // path(folder) prefix including slash
19 UString Name; // base name
20 UString BaseExtension; // archive type extension or "exe" extension
21 UString VolExtension; // archive type extension for volumes
24 UString TempPrefix; // path(folder) for temp location
25 UString TempPostfix;
29 void ParseFromPath(const UString &path)
52 UString GetPathWithoutExt() const
57 UString GetFinalPath() const [all...] |
PropIDUtils.h | 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
|
ExtractingFilePath.cpp | 11 static UString ReplaceIncorrectChars(const UString &s)
14 UString res;
37 static bool CheckTail(const UString &name, int len)
42 UString s = name.Left(dotPos);
47 static bool CheckNameNum(const UString &name, const wchar_t *reservedName)
60 static bool IsSupportedName(const UString &name)
79 static UString GetCorrectFileName(const UString &path)
82 return UString();
[all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
ItemNameUtils.h | 11 UString MakeLegalName(const UString &name);
12 UString GetOSName(const UString &name);
13 UString GetOSName2(const UString &name);
17 inline UString WinNameToOSName(const UString &name) { return name; }
19 UString WinNameToOSName(const UString &name); [all...] |
ParseProperties.h | 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
10 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
13 bool StringToBool(const UString &s, bool &res);
15 int ParseStringToUInt32(const UString &srcString, UInt32 &number);
16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
|
ItemNameUtils.cpp | 15 UString MakeLegalName(const UString &name)
17 UString zipName = name;
22 UString GetOSName(const UString &name)
24 UString newName = name;
29 UString GetOSName2(const UString &name)
32 return UString();
33 UString newName = GetOSName(name); [all...] |
/external/lzma/CPP/7zip/Common/ |
FilePathAutoRename.h | 8 bool AutoRenamePath(UString &fullProcessedPath);
|
/external/lzma/CPP/Windows/ |
FileName.h | 19 void NormalizeDirPathPrefix(UString &dirPath); // ensures that it ended with '\\'
22 void SplitNameToPureNameAndExtension(const UString &fullName,
23 UString &pureName, UString &extensionDelimiter, UString &extension);
|
Error.h | 19 inline UString MyFormatMessageW(DWORD messageID)
22 bool MyFormatMessage(DWORD messageID, UString &message);
23 inline UString MyFormatMessageW(DWORD messageID)
25 UString message;
|
PropVariantConversions.h | 10 UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime = true, bool includeSeconds = true);
11 UString ConvertPropVariantToString(const PROPVARIANT &prop);
|
/external/lzma/CPP/Common/ |
Wildcard.h | 8 int CompareFileNames(const UString &s1, const UString &s2);
10 void SplitPathToParts(const UString &path, UStringVector &pathParts);
11 void SplitPathToParts(const UString &path, UString &dirPrefix, UString &name);
12 UString ExtractDirPrefixFromPath(const UString &path);
13 UString ExtractFileNameFromPath(const UString &path); [all...] |
UTFConvert.h | 8 bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
9 bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);
|
StringConvert.h | 10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP);
11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
12 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
17 inline const UString& GetUnicodeString(const UString &unicodeString)
19 inline UString GetUnicodeString(const AString &ansiString)
21 inline UString GetUnicodeString(const AString &multiByteString, UINT codePage)
25 inline const UString& GetUnicodeString(const UString &unicodeString, UINT)
32 inline AString GetAnsiString(const UString &unicodeString) [all...] |
CommandLineParser.h | 10 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2);
11 void SplitCommandLine(const UString &s, UStringVector &parts);
47 bool ParseString(const UString &s, const CSwitchForm *switchForms);
68 const UString &commandString, UString &postString);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
ustr.h | 39 struct UString { 45 void ustr_init(struct UString *s); 48 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status); 50 void ustr_deinit(struct UString *s); 52 void ustr_setlen(struct UString *s, int32_t len, UErrorCode *status); 54 void ustr_cpy(struct UString *dst, const struct UString *src, 57 void ustr_cat(struct UString *dst, const struct UString *src, 60 void ustr_ncat(struct UString *dst, const struct UString *src [all...] |
read.h | 46 struct UString *token, 48 struct UString *comment,
|
/external/icu/icu4c/source/tools/genrb/ |
ustr.h | 52 struct UString { 58 U_CFUNC void ustr_init(struct UString *s); 61 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status); 63 U_CFUNC void ustr_deinit(struct UString *s); 65 U_CFUNC void ustr_setlen(struct UString *s, int32_t len, UErrorCode *status); 67 U_CFUNC void ustr_cpy(struct UString *dst, const struct UString *src, 70 U_CFUNC void ustr_cat(struct UString *dst, const struct UString *src, 73 U_CFUNC void ustr_ncat(struct UString *dst, const struct UString *src [all...] |