/external/lzma/CPP/7zip/UI/Common/ |
DefaultName.h | 8 UString GetDefaultName2(const UString &fileName,
9 const UString &extension, const UString &addSubExtension);
|
ExtractingFilePath.h | 8 UString MakePathNameFromParts(const UStringVector &parts);
10 UString GetCorrectFsPath(const UString &path);
11 UString GetCorrectFullFsPath(const UString &path);
|
Property.h | 10 UString Name;
11 UString Value;
|
ArchiveName.h | 8 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
|
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);
|
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...] |
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...] |
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/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...] |
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...] |
UTFConvert.h | 8 bool ConvertUTF8ToUnicode(const AString &utfString, UString &resultString);
9 bool ConvertUnicodeToUTF8(const UString &unicodeString, AString &resultString);
|
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/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;
|
FileDir.h | 14 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2);
20 bool MyGetWindowsDirectory(UString &path);
21 bool MyGetSystemDirectory(UString &path);
41 bool RemoveDirectoryWithSubItems(const UString &path);
47 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
48 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath, int &fileNamePartStartIndex);
55 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath,
57 bool MyGetFullPathName(LPCWSTR fileName, UString &resultPath);
58 bool GetOnlyName(LPCWSTR fileName, UString &resultName); [all...] |
/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...] |
/external/icu4c/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...] |
/external/lzma/CPP/7zip/Common/ |
FilePathAutoRename.h | 8 bool AutoRenamePath(UString &fullProcessedPath);
|
/external/icu4c/samples/ustring/ |
readme.txt | 2 ustring: Unicode String Manipulation 9 ustring.cpp Main source file in C++ 10 ustring.sln Windows MSVC workspace. Double-click this to get started. 11 ustring.vcproj Windows MSVC project file 13 To Build ustring on Windows 15 2. In MSVC, open the workspace file icu\samples\ustring\ustring.sln 24 3. cd into the ustring directory, e.g. 25 cd c:\icu\source\samples\ustring\debug 27 ustring [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
utexttst.c | 18 #include "unicode/ustring.h" 66 UChar uString[] = {0x41, 0x42, 0x43, 0}; 71 uta = utext_openUChars(NULL, uString, -1, &status); 88 UChar uString[] = {0x41, 0x42, 0x43, 0}; 94 uta = utext_openUChars(NULL, uString, -1, &status); 101 TEST_ASSERT(len == u_strlen(uString)); 108 UChar uString[] = {0x41, 0x42, 0x43, 0}; 116 uta = utext_openUChars(NULL, uString, -1, &status); 122 TEST_ASSERT(len == u_strlen(uString)); 127 TEST_ASSERT(c==uString[0]) [all...] |
/external/icu4c/test/cintltst/ |
utexttst.c | 18 #include "unicode/ustring.h" 66 UChar uString[] = {0x41, 0x42, 0x43, 0}; 71 uta = utext_openUChars(NULL, uString, -1, &status); 88 UChar uString[] = {0x41, 0x42, 0x43, 0}; 94 uta = utext_openUChars(NULL, uString, -1, &status); 101 TEST_ASSERT(len == u_strlen(uString)); 108 UChar uString[] = {0x41, 0x42, 0x43, 0}; 116 uta = utext_openUChars(NULL, uString, -1, &status); 122 TEST_ASSERT(len == u_strlen(uString)); 127 TEST_ASSERT(c==uString[0]) [all...] |