HomeSort by relevance Sort by last modified time
    Searched refs:UString (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/lzma/CPP/Common/
MyString.h 317 class UString
335 UString(unsigned num, const wchar_t *s); // for Mid
336 UString(unsigned num, const UString &s); // for Left
337 UString(const UString &s, wchar_t c); // it's for String + char
338 UString(const wchar_t *s1, unsigned num1, const wchar_t *s2, unsigned num2);
340 friend UString operator+(const UString &s, wchar_t c) { return UString(s, c); } ;
    [all...]
Wildcard.cpp 91 void SplitPathToParts(const UString &path, UStringVector &pathParts)
97 UString name;
110 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name)
121 void SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name)
137 UString ExtractDirPrefixFromPath(const UString &path)
    [all...]
MyString.cpp 199 bool UString::IsPrefixedBy_Ascii_NoCase(const char *s) const throw()
746 // ---------- UString ----------
748 void UString::InsertSpace(unsigned index, unsigned size)
754 void UString::ReAlloc(unsigned newLimit)
766 void UString::SetStartLen(unsigned len)
774 void UString::Grow_1()
783 void UString::Grow(unsigned n)
797 UString::UString(unsigned num, const wchar_t *s)
808 UString::UString(unsigned num, const UString &s)
    [all...]
StringConvert.cpp 12 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage)
14 UString resultString;
27 void MultiByteToUnicodeString2(UString &dest, const AString &srcString, UINT codePage)
56 void UnicodeStringToMultiByte2(AString &dest, const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
89 void UnicodeStringToMultiByte2(AString &dest, const UString &srcString, UINT codePage)
95 AString UnicodeStringToMultiByte(const UString &s, UINT codePage, char defaultChar, bool &defaultCharWasUsed)
114 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage)
132 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage)
134 UString resultString;
148 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage)
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.h 37 UString _filePath;
51 UString _itemDefaultName;
62 UString _message;
66 const UString &itemDefaultName,
71 HRESULT StartProgressDialog(const UString &title, NWindows::CThread &thread)
  /external/lzma/CPP/7zip/UI/Console/
OpenCallbackConsole.h 20 UString Password;
UserInputUtils.h 22 UString GetPassword(CStdOutStream *outStream);
HashCon.h 12 UString m_FileName;
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 20 UString Title;
21 UString Message;
46 UString _titleFileName;
47 UString _status;
48 UString _filePath;
83 HRESULT ScanProgress(UInt64 numFiles, UInt64 totalSize, const UString &fileName, bool isDir = false);
92 void Set_TitleFileName(const UString &fileName);
93 void Set_Status(const UString &s);
94 void Set_FilePath(const UString &path, bool isDir = false);
105 UString _titleFileName;
    [all...]
PasswordDialog.h 21 UString Password;
OverwriteDialog.cpp 35 void COverwriteDialog::ReduceString(UString &s)
48 UString sizeString;
52 const UString &fileName = fileInfo.Name;
54 UString s1 = fileName.Left(slashPos + 1);
55 UString s2 = fileName.Ptr(slashPos + 1);
60 UString s = s1;
BrowseDialog.cpp 68 extern UString HResultToMessage(HRESULT errorCode);
77 UString s = HResultToMessage(errorCode);
98 UString _topDirPrefix; // we don't open parent of that folder
99 UString DirPrefix;
111 bool GetParentPath(const UString &path, UString &parentPrefix, UString &name);
113 HRESULT Reload(const UString &pathPrefix, const UString &selectedName);
132 UString Title;
    [all...]
OverwriteDialog.h 19 UString Name;
51 void ReduceString(UString &s);
  /external/lzma/CPP/Windows/
CommonDialog.h 15 UString &resPath
ErrorMsg.cpp 18 static bool MyFormatMessage(DWORD errorCode, UString &message)
43 UString MyFormatMessage(DWORD errorCode)
45 UString message;
56 message = (UString)L"Error #" + s;
ResourceString.cpp 39 static void MyLoadString2(HINSTANCE hInstance, UINT resourceID, UString &s)
54 UString MyLoadString(UINT resourceID)
69 UString dest;
75 void MyLoadString(HINSTANCE hInstance, UINT resourceID, UString &dest)
98 void MyLoadString(UINT resourceID, UString &dest)
  /external/icu/icu4c/source/tools/genrb/
read.h 47 struct UString *token,
49 struct UString *comment,
ustr.c 21 #include "unicode/ustring.h"
26 static void ustr_resize(struct UString *s, int32_t len, UErrorCode *status);
32 ustr_init(struct UString *s)
39 ustr_initChars(struct UString *s, const char* source, int32_t length, UErrorCode *status)
70 ustr_deinit(struct UString *s)
80 ustr_cpy(struct UString *dst,
81 const struct UString *src,
101 ustr_setlen(struct UString *s,
119 ustr_cat(struct UString *dst,
120 const struct UString *src
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
DirItem.h 20 UString Name;
23 // UString ShortName;
47 UString GetPrefixesPath(const CIntVector &parents, int index, const UString &name) const;
92 UString GetPhyPath(unsigned index) const;
93 UString GetLogPath(unsigned index) const;
95 unsigned AddPrefix(int phyParent, int logParent, const UString &prefix);
99 const UString &logPrefix,
114 UString Name;
PropIDUtils.h 10 void ConvertPropertyToString(UString &dest, const PROPVARIANT &propVariant, PROPID propID, bool full = true);
12 bool ConvertNtReparseToString(const Byte *data, UInt32 size, UString &s);
ArchiveCommandLine.h 13 struct CArcCmdLineException: public UString
65 UString ArchiveName;
69 UString Password;
90 UString ArcType;
118 const UString &addPathPrefix,
LoadCodecs.h 37 UString Ext;
38 UString AddExt;
41 CArcExtInfo(const UString &ext): Ext(ext) {}
42 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
53 UString Name;
88 UString GetMainExt() const
91 return UString();
94 int FindExtension(const UString &ext) const;
97 UString GetAllExtensions() const
    [all...]
ZipRegistry.h 47 UString Method;
48 UString Options;
49 UString EncryptionMethod;
66 UString ArcType;
  /external/lzma/CPP/7zip/Common/
MethodProps.h 12 bool StringToBool(const UString &s, bool &res);
14 unsigned ParseStringToUInt32(const UString &srcString, UInt32 &number);
15 HRESULT ParsePropToUInt32(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
17 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
57 HRESULT SetParam(const UString &name, const UString &value);
166 HRESULT ParseParamsFromString(const UString &srcString);
167 HRESULT ParseParamsFromPROPVARIANT(const UString &realName, const PROPVARIANT &value);
173 UString MethodName;
181 HRESULT ParseMethodFromPROPVARIANT(const UString &realName, const PROPVARIANT &value);
    [all...]
CreateCoder.h 16 UString Name;
29 UString Name;
81 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams);
85 CMethodId methodId, UString &name);
89 const UString &name, CMethodId &methodId);
124 UString &name,

Completed in 342 milliseconds

12 3 4 5 6