Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DMyString.h243 #define FORBID_STRING_OPS_UString2(t) FORBID_STRING_OPS(UString2, t)
732 class UString2
747 UString2 &operator=(wchar_t c);
748 UString2(wchar_t c);
751 UString2(): _chars(NULL), _len(0) {} in UString2() function
752 UString2(const wchar_t *s);
753 UString2(const UString2 &s);
754 ~UString2() { if (_chars) MY_STRING_DELETE(_chars); } in ~UString2()
773 UString2 &operator=(const wchar_t *s);
774 UString2 &operator=(const UString2 &s);
[all …]
DMyString.cpp1474 void UString2::ReAlloc2(unsigned newLimit) in ReAlloc2()
1481 void UString2::SetStartLen(unsigned len) in SetStartLen()
1499 UString2::UString2(const wchar_t *s) in UString2() function in UString2
1506 UString2::UString2(const UString2 &s): _chars(NULL), _len(0) in UString2() function in UString2
1533 UString2 &UString2::operator=(const wchar_t *s) in operator =()
1548 void UString2::SetFromAscii(const char *s) in SetFromAscii()
1565 UString2 &UString2::operator=(const UString2 &s) in operator =()
1582 bool operator==(const UString2 &s1, const UString2 &s2) in operator ==()
1587 bool operator==(const UString2 &s1, const wchar_t *s2) in operator ==()
1594 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 =()