/external/lzma/CPP/Windows/ |
FileDir.cpp | 27 bool GetLongPathBase(LPCWSTR fileName, UString &res);
28 bool GetLongPath(LPCWSTR fileName, UString &res);
35 static UString GetUnicodePath(const CSysString &sysPath)
60 bool MyGetWindowsDirectory(UString &path)
75 bool MyGetSystemDirectory(UString &path)
106 UString longPath;
128 UString longPath;
140 UString longPath;
148 bool GetLongPaths(LPCWSTR s1, LPCWSTR s2, UString &d1, UString &d2) [all...] |
PropVariantConversions.cpp | 12 static UString ConvertUInt64ToString(UInt64 value)
19 static UString ConvertInt64ToString(Int64 value)
67 UString ConvertFileTimeToString(const FILETIME &ft, bool includeTime, bool includeSeconds)
75 UString ConvertPropVariantToString(const PROPVARIANT &prop)
79 case VT_EMPTY: return UString();
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveExtractCallback.h | 34 UString _directoryPath;
38 UString _diskFilePath;
39 UString _filePath;
86 void CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath);
137 const UString &directoryPath,
|
ArchiveCommandLine.cpp | 249 static bool ParseArchiveCommand(const UString &commandString, CArchiveCommand &command)
251 UString commandStringUpper = commandString;
253 UString postString;
266 const UString &name, bool include, NRecursedType::EEnum type)
304 const UString &s = nonSwitchStrings[i];
316 const UString &switchParam, bool include,
322 UString mappingName = switchParam.Left(splitPos);
324 UString switchParam2 = switchParam.Mid(splitPos + 1);
329 UString mappingSize = switchParam2.Left(splitPos);
330 UString eventName = switchParam2.Mid(splitPos + 1); [all...] |
ArchiveExtractCallback.cpp | 30 const UString &directoryPath,
110 void CArchiveExtractCallback::CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath)
160 UString fullPath;
248 UString processedPath = MakePathNameFromParts(pathParts);
259 UString fullPathNew;
270 UString fullProcessedPath = _directoryPath + processedPath;
324 UString message = UString(kCantAutoRename) + fullProcessedPath;
331 UString existPath = fullProcessedPath;
334 UString message = kCantAutoRename + fullProcessedPath; [all...] |
Extract.h | 26 UString OutputDir;
30 // UString Password;
73 UString &errorMessage,
|
UpdateCallback.h | 58 UString VolName;
59 UString VolExt;
|
Extract.cpp | 25 UString &errorMessage,
38 UString filePath;
55 UString outDir = options.OutputDir;
69 errorMessage = ((UString)L"Can not create output directory ") + outDir;
109 UString &errorMessage,
125 const UString &arcPath = arcPaths[i];
144 const UString &arcPath = arcPaths[i];
171 UString s = arcPath.Mid(pos + 1);
223 UString password;
233 const UString &s = archiveLink.Arcs[v].ErrorMessage; [all...] |
LoadCodecs.cpp | 166 UInt32 index, PROPID propID, UString &res)
188 static void SplitString(const UString &srcString, UStringVector &destStrings)
191 UString s;
273 UString ext, addExt;
297 UString iconTypes = MyLoadStringW(m, kIconTypesResId);
302 const UString &s = pairs[i];
310 UString num = s.Mid(pos + 1);
324 bool CCodecIcons::FindIconIndex(const UString &ext, int &iconIndex) const
456 int CCodecs::FindFormatForArchiveName(const UString &arcPath) const
463 UString ext = arcPath.Mid(dotPos + 1); [all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
ParseProperties.cpp | 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
40 HRESULT ParsePropDictionaryValue(const UString &srcStringSpec, UInt32 &dicSize)
42 UString srcString = srcStringSpec;
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
100 bool StringToBool(const UString &s, bool &res)
136 int ParseStringToUInt32(const UString &srcString, UInt32 &number)
150 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
|
HandlerOut.cpp | 82 static bool AreEqual(const UString &methodName, const wchar_t *s)
92 static inline bool IsBZip2Method(const UString &methodName)
95 static inline bool IsPpmdMethod(const UString &methodName)
98 static inline bool IsDeflateMethod(const UString &methodName)
162 static int FindPropIdExact(const UString &name)
170 static int FindPropIdStart(const UString &name)
174 UString t = g_NameToPropID[i].Name;
288 static void SplitParams(const UString &srcString, UStringVector &subStrings)
291 UString name;
309 static void SplitParam(const UString ¶m, UString &name, UString &value) [all...] |
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 51 void PrintString(const UString &s)
119 UString Password;
184 UString _directoryPath; // Output directory
185 UString _filePath; // name inside arcvhive
186 UString _diskFilePath; // full path to file on disk
201 void Init(IInArchive *archiveHandler, const UString &directoryPath);
205 UString Password;
210 void CArchiveExtractCallback::Init(IInArchive *archiveHandler, const UString &directoryPath)
239 UString fullPath;
311 UString fullProcessedPath = _directoryPath + _filePath; [all...] |
/external/lzma/CPP/7zip/Common/ |
CreateCoder.h | 16 UString Name;
65 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams);
69 CMethodId methodId, UString &name);
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 38 UString Password;
|
7zUpdate.h | 25 UString Name;
53 UString GetExtension() const;
|
/external/lzma/CPP/7zip/UI/Console/ |
OpenCallbackConsole.cpp | 41 HRESULT COpenCallbackConsole::Open_GetPasswordIfAny(UString &password)
|
UpdateCallbackConsole.h | 27 UString Password;
|
ExtractCallbackConsole.h | 48 HRESULT SetPassword(const UString &password);
52 UString Password;
|
MainAr.cpp | 82 UString message;
99 catch(const UString &s)
|
UserInputUtils.cpp | 62 UString GetPassword(CStdOutStream *outStream)
78 UString res = g_StdIn.ScanUStringUntilNewLine();
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
reslist.h | 26 #include "unicode/ustring.h" 68 struct SRBRoot *bundle_open(const struct UString* comment, UBool isPoolBundle, UErrorCode *status); 113 struct SResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 122 struct SResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 133 struct SResource *string_open(struct SRBRoot *bundle, char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 142 struct SResource *alias_open(struct SRBRoot *bundle, char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 149 struct SResource* intvector_open(struct SRBRoot *bundle, char *tag, const struct UString* comment, UErrorCode *status); 156 struct SResource *int_open(struct SRBRoot *bundle, char *tag, int32_t value, const struct UString* comment, UErrorCode *status); 164 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status); 175 struct UString fComment [all...] |
read.c | 21 #include "unicode/ustring.h" 41 struct UString *token, 44 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status); 45 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status); 46 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status); 63 struct UString *token, 65 struct UString *comment, 118 struct UString *token, 319 struct UString *token, 375 struct UString *token [all...] |
/external/lzma/CPP/Common/ |
StdInStream.cpp | 72 UString CStdInStream::ScanUStringUntilNewLine()
78 UString dest;
|
/external/icu/icu4c/source/tools/genrb/ |
read.c | 21 #include "unicode/ustring.h" 42 struct UString *token, 45 static UChar32 getNextChar (UCHARBUF *buf, UBool skipwhite, struct UString *token, UErrorCode *status); 46 static void seekUntilNewline (UCHARBUF *buf, struct UString *token, UErrorCode *status); 47 static void seekUntilEndOfComment (UCHARBUF *buf, struct UString *token, UErrorCode *status); 65 struct UString *token, 67 struct UString *comment, 120 struct UString *token, 321 struct UString *token, 377 struct UString *token [all...] |
/external/lzma/CPP/7zip/Archive/ |
SplitHandler.cpp | 38 UString _subName;
65 UString _unchangedPart;
66 UString _changedPart;
69 UString GetNextName()
71 UString newName;
121 newName = UString(L'1') + newName;
153 UString name;
163 UString prefix, ext;
171 UString extBig = ext;
233 UString fullName = seqName.GetNextName(); [all...] |