/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;
|
/external/lzma/CPP/7zip/UI/Common/ |
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...] |
UpdateCallback.h | 58 UString VolName;
59 UString VolExt;
|
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...] |
ArchiveOpenCallback.cpp | 63 int COpenCallbackImp::FindName(const UString &name)
73 UString Name;
97 UString fullPath = _folderPrefix + name;
|
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...] |
/external/lzma/CPP/7zip/Archive/Common/ |
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/chromium_org/third_party/icu/source/samples/cal/ |
uprint.c | 18 #include "unicode/ustring.h" 22 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/chromium_org/third_party/icu/source/samples/date/ |
uprint.c | 19 #include "unicode/ustring.h" 23 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/icu/icu4c/source/samples/cal/ |
uprint.c | 18 #include "unicode/ustring.h" 22 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/icu/icu4c/source/samples/date/ |
uprint.c | 19 #include "unicode/ustring.h" 23 /* Print a ustring to the specified FILE* in the default codepage */
|
/external/icu/icu4c/source/samples/ustring/ |
ustring.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ustring", "ustring.vcxproj", "{FF92E6C1-BACA-41AD-BB6D-ECA19C05573E}"
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.h | 25 UString Name;
53 UString GetExtension() const;
|
/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...] |
/external/chromium_org/third_party/icu/source/tools/genrb/ |
parse.cpp | 33 #include "unicode/ustring.h" 57 struct UString value; 58 struct UString comment; 93 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status); 95 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status); 105 UString *value; 151 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) 185 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustr_cnv.h | 25 * that is used for the ustring and UnicodeString API.
|
/external/chromium_org/third_party/icu/source/i18n/ |
tolowtrn.cpp | 16 #include "unicode/ustring.h"
|
toupptrn.cpp | 15 #include "unicode/ustring.h"
|
/external/chromium_org/third_party/icu/source/samples/case/ |
ucase.c | 15 #include "unicode/ustring.h" 47 /* ustring.h APIs, UChar * string case mapping with a Turkish locale */ 60 /* ustring.h APIs, UChar * string case mapping with a Engish locale */ 72 /* ustring.h APIs, UChar * string case folding */
|
/external/chromium_org/third_party/icu/source/samples/ustring/ |
ustring.vcxproj.filters | 18 <ClCompile Include="ustring.cpp">
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaconf.h | 17 #include "unicode/ustring.h"
|
/external/icu/icu4c/source/common/ |
ustr_cnv.h | 25 * that is used for the ustring and UnicodeString API.
|
/external/icu/icu4c/source/i18n/ |
currunit.cpp | 16 #include "unicode/ustring.h"
|