/external/lzma/CPP/7zip/UI/Common/ |
ArchiveOpenCallback.cpp | 63 int COpenCallbackImp::FindName(const UString &name)
73 UString Name;
97 UString fullPath = _folderPrefix + name;
|
IFileExtractCallback.h | 42 virtual HRESULT SetPassword(const UString &password) = 0;
|
UpdatePair.cpp | 45 static void ThrowError(const UString &message, const UString &s1, const UString &s2)
47 UString m = message;
|
SetProperties.cpp | 17 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop)
47 UString name = property.Name;
|
Update.cpp | 60 UString Name;
68 UString Prefix;
118 UString res = temp;
120 res = UString(L'0') + res;
121 UString name = Prefix + res;
246 bool CUpdateOptions::Init(const CCodecs *codecs, const CIntVector &formatIndices, const UString &arcPath)
267 UString typeExt = arcInfo.GetMainExt();
268 UString ext = typeExt;
310 /* const UString & stdInFileName, */
314 const UString &sfxModule, [all...] |
UpdateCallback.cpp | 188 const UString path = DirItems->GetPhyPath(up.DirIndex);
221 UString res = temp;
223 res = UString(L'0') + res;
224 UString fileName = VolName;
|
OpenArchive.cpp | 38 HRESULT CArc::GetItemPath(UInt32 index, UString &result) const
115 const UString fileName = ExtractFileNameFromPath(Path);
116 UString extension;
380 const UString &filePath,
464 static void SetCallback(const UString &filePath,
474 UString fullName;
486 const UString &filePath,
494 UString fullName, prefix, name;
517 HRESULT CArchiveLink::ReOpen(CCodecs *codecs, const UString &filePath,
|
/external/lzma/CPP/Windows/ |
Error.cpp | 30 bool MyFormatMessage(DWORD messageID, UString &message)
|
FileFind.cpp | 29 bool GetLongPath(LPCWSTR fileName, UString &res);
117 UString longPath;
140 UString longPath;
367 UString longPath;
384 UString longPath;
432 UString buffer;
438 UString string;
|
FileFind.h | 74 UString Name;
125 UString _wildcard;
129 CEnumeratorW(const UString &wildcard): _wildcard(wildcard) {}
|
DLL.h | 54 bool MyGetModuleFileName(HMODULE hModule, UString &result);
|
FileIO.cpp | 69 bool GetLongPathBase(LPCWSTR s, UString &res)
76 UString curDir;
90 res = UString(L"\\\\?\\") + curDir + s;
94 bool GetLongPath(LPCWSTR path, UString &longPath)
117 UString longPath;
145 UString longPath;
|
DLL.cpp | 88 bool MyGetModuleFileName(HMODULE hModule, UString &result)
|
Registry.h | 54 // LONG SetValue(LPCWSTR name, const UString &value);
74 LONG QueryValue(LPCWSTR name, UString &value);
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.c | 33 #include "unicode/ustring.h" 59 struct UString value; 60 struct UString comment; 95 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status); 97 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status); 107 UString *value; 153 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) 187 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status [all...] |
/external/icu/icu4c/source/tools/genrb/ |
parse.cpp | 42 #include "unicode/ustring.h" 79 struct UString value; 80 struct UString comment; 115 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status); 117 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status); 127 UString *value; 173 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) 207 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zHandler.cpp | 27 extern UString ConvertMethodIdToString(UInt64 id);
91 UString resString;
104 UString methodName;
144 static UString ConvertUInt32ToString(UInt32 value)
151 static UString GetStringForSizeValue(UInt32 value)
156 UString result;
185 static inline void AddHexToString(UString &res, Byte value)
263 UString methodsString;
270 UString methodName, propsString;
409 UString password; [all...] |
7zHandlerOut.cpp | 40 static inline bool IsCopyMethod(const UString &methodName)
422 static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UInt32 &stream)
440 static HRESULT GetBindInfo(UString &srcString, CBind &bind)
460 UString name = names[i];
|
7zUpdate.cpp | 55 static int GetReverseSlashPos(const UString &name)
74 UString CUpdateItem::GetExtension() const
267 UString us = ui.Name.Mid(ExtensionPos);
334 static bool IsExeExt(const UString &ext)
657 UString Password;
1046 UString prevExtension;
1056 UString ext = ui.GetExtension();
|
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 119 UString Name;
151 static void PrintString(EAdjustment adjustment, int width, const UString &textString)
203 static UString GetPropName(PROPID propID, BSTR name)
304 UString s;
344 UString s = ConvertPropertyToString(prop, fieldInfo.PropID);
384 UString temp = textString;
422 bool &passwordEnabled, UString &password,
436 const UString &archiveName = arcPaths[i];
523 UString s = ConvertPropertyToString(prop, propID);
543 UString s = ConvertPropertyToString(prop, propID); [all...] |
ExtractCallbackConsole.cpp | 141 HRESULT CExtractCallbackConsole::SetPassword(const UString &password)
222 UString message;
|
Main.cpp | 134 UString s = MultiByteToUnicodeString(args[i]);
158 static void PrintString(CStdOutStream &stdStream, const UString &s, int size)
270 UString s;
415 UString errorMessage;
546 UString message;
|
/external/lzma/CPP/Common/ |
UTFConvert.cpp | 123 bool ConvertUTF8ToUnicode(const AString &src, UString &dest)
135 bool ConvertUnicodeToUTF8(const UString &src, AString &dest)
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 199 const UString &command = nonSwitchStrings[paramIndex++];
211 UString mf = L"BT4";
221 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
267 const UString &inputName = nonSwitchStrings[paramIndex++];
289 const UString &outputName = nonSwitchStrings[paramIndex++];
|
/external/lzma/CPP/7zip/Common/ |
CreateCoder.cpp | 91 const UString &name,
127 CMethodId methodId, UString &name)
|