Home
last modified time | relevance | path

Searched refs:UString2 (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/Common/
DMyString.h655 class UString2
665 UString2 &operator=(char c);
666 UString2 &operator=(unsigned char c);
667 UString2 &operator=(wchar_t c);
668 UString2(char c);
669 UString2(unsigned char c);
672 UString2(): _chars(NULL), _len(0) {} in UString2() function
674 UString2(const wchar_t *s);
675 UString2(const UString2 &s);
676 ~UString2() { if (_chars) MY_STRING_DELETE(_chars); } in ~UString2()
[all …]
DMyString.cpp1391 void UString2::ReAlloc2(unsigned newLimit) in ReAlloc2()
1398 void UString2::SetStartLen(unsigned len) in SetStartLen()
1415 UString2::UString2(const wchar_t *s) in UString2() function in UString2
1422 UString2::UString2(const UString2 &s): _chars(NULL), _len(0) in UString2() function in UString2
1448 UString2 &UString2::operator=(const wchar_t *s) in operator =()
1463 void UString2::SetFromAscii(const char *s) in SetFromAscii()
1480 UString2 &UString2::operator=(const UString2 &s) in operator =()
1497 bool operator==(const UString2 &s1, const UString2 &s2) in operator ==()
1502 bool operator==(const UString2 &s1, const wchar_t *s2) in operator ==()
1509 bool operator==(const wchar_t *s1, const UString2 &s2) in operator ==()
/external/lzma/CPP/Windows/
DPropVariant.h81 CPropVariant& operator=(const UString2 &s);
DPropVariant.cpp122 CPropVariant& CPropVariant::operator=(const UString2 &s) in operator =()