/external/lzma/CPP/7zip/UI/FileManager/ |
OverwriteDialog.h | 19 UString Name;
51 void ReduceString(UString &s);
|
ExtractCallback.h | 70 UString Name;
228 UString _currentArchivePath;
231 UString _currentFilePath;
237 UString _filePath;
278 UString Password;
282 UString _lang_Extracting;
283 UString _lang_Testing;
284 UString _lang_Skipping;
285 UString _lang_Empty;
|
/external/lzma/CPP/Common/ |
CommandLineParser.cpp | 23 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2)
45 void SplitCommandLine(const UString &s, UStringVector &parts)
47 UString sTemp = s;
52 UString s1, s2;
84 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms)
182 const UString &s = commandStrings[i];
|
StdInStream.h | 25 UString ScanUStringUntilNewLine();
|
TextConfig.cpp | 110 int FindTextConfigItem(const CObjectVector<CTextConfigPair> &pairs, const UString &id) throw()
118 UString GetTextConfigValue(const CObjectVector<CTextConfigPair> &pairs, const UString &id)
122 return UString();
|
StdInStream.cpp | 61 UString CStdInStream::ScanUStringUntilNewLine()
67 UString dest;
|
/external/lzma/CPP/Windows/Control/ |
PropertyPage.h | 42 UString Title;
46 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);
|
/external/lzma/CPP/7zip/UI/Console/ |
List.h | 19 bool &passwordEnabled, UString &password,
|
HashCon.h | 12 UString _fileName;
|
OpenCallbackConsole.h | 61 UString Password;
|
UserInputUtils.cpp | 55 UString GetPassword(CStdOutStream *outStream)
75 UString res = g_StdIn.ScanUStringUntilNewLine();
|
/external/lzma/CPP/Windows/ |
Shell.h | 74 UString QueryFileName(UINT fileIndex);
88 bool GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path);
89 bool BrowseForFolder(LPBROWSEINFO lpbi, UString &resultPath);
90 bool BrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR initialFolder, UString &resultPath);
|
ErrorMsg.cpp | 18 static bool MyFormatMessage(DWORD errorCode, UString &message)
43 UString MyFormatMessage(DWORD errorCode)
45 UString m;
|
FileName.h | 18 void NormalizeDirPathPrefix(UString &dirPath);
88 bool GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew);
89 bool GetSuperPaths(CFSTR s1, CFSTR s2, UString &d1, UString &d2, bool onlyIfNew);
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveName.cpp | 14 UString CreateArchiveName(const NFind::CFileInfo &fi, bool keepName)
75 UString CreateArchiveName(const UString &path, bool fromPrev, bool keepName)
|
OpenArchive.h | 31 UString FormatName;
129 UString filePath;
163 UString ErrorMessage;
164 UString WarningMessage;
227 UString Path; // Path from root (including alt stream name, if alt stream)
231 UString MainPath;
234 UString AltStreamName;
285 UString Path;
286 UString filePath;
287 UString DefaultName; [all...] |
SetProperties.cpp | 18 static void ParseNumberString(const UString &s, NCOM::CPropVariant &prop)
48 UString name = property.Name;
|
/external/lzma/CPP/7zip/UI/GUI/ |
ExtractDialog.h | 76 UString DirPath;
77 UString ArcPath;
80 UString Password;
|
ExtractDialog.cpp | 102 UString s = LangString(langIDs[i]);
140 UString s;
190 UString pathPrefix = DirPath;
197 UString pathName;
248 UString password;
277 UString currentPath;
279 UString title = LangString(IDS_EXTRACT_SET_FOLDER);
280 UString resultPath;
289 void AddUniqueString(UStringVector &list, const UString &s)
348 UString s; [all...] |
/external/lzma/CPP/7zip/Common/ |
MethodProps.cpp | 11 bool StringToBool(const UString &s, bool &res)
37 unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number)
45 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
69 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads)
94 static HRESULT StringToDictSize(const UString &s, NCOM::CPropVariant &destProp)
257 static int FindPropIdExact(const UString &name)
288 static void SplitParams(const UString &srcString, UStringVector &subStrings)
291 UString s;
309 static void SplitParam(const UString ¶m, UString &name, UString &value) [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
Environs.c | 154 (void)AsciiStrToUnicodeStr( string, gMD->UString);
155 OpStat = ShellExecute( &MyHandle, gMD->UString, FALSE, NULL, &CmdStat);
180 (void)AsciiStrToUnicodeStr( name, gMD->UString);
181 EfiEnv = ShellGetEnvironmentVariable(gMD->UString);
235 UName = &gMD->UString[0];
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
SfxSetup.cpp | 116 static void ShowErrorMessageSpec(const UString &name)
118 UString message = NError::MyFormatMessage(::GetLastError());
146 UString archiveName, switches;
148 UString executeFile, executeParameters;
172 UString dirPrefix = L"." WSTRING_PATH_SEPARATOR;
173 UString appLaunched;
184 UString friendlyName = GetTextConfigValue(pairs, L"Title");
185 UString installPrompt = GetTextConfigValue(pairs, L"BeginPrompt");
186 UString progress = GetTextConfigValue(pairs, L"Progress");
229 UString errorMessage; [all...] |
/external/icu/icu4c/source/tools/genrb/ |
reslist.h | 29 #include "unicode/ustring.h" 71 SRBRoot(const UString *comment, UBool isPoolBundle, UErrorCode &errorCode); 144 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 146 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 148 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 150 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status); 152 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status); 154 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status); 156 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); 162 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment [all...] |
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
SfxCon.cpp | 154 bool ParseArchiveCommand(const UString &commandString, CArchiveCommand &command)
156 UString s = commandString;
195 const UString &name, bool include, NRecursedType::EEnum type)
221 const UString &name, bool include, NRecursedType::EEnum type)
234 UString s = MultiByteToUnicodeString(args[i]);
279 UString arcPath = commandStrings.Front();
317 const UString &cmd = nonSwitchStrings[curCommandIndex];
337 const UString &s = nonSwitchStrings[curCommandIndex];
351 UString password;
420 UString errorMessage; [all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 58 UString Password;
|