Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
H A DMyString.h266 #define FORBID_STRING_OPS_UString2(t) FORBID_STRING_OPS(UString2, t)
845 class UString2 class
860 UString2 &operator=(wchar_t c);
862 UString2(const AString &s);
863 UString2 &operator=(const AString &s);
864 UString2 &operator+=(const AString &s);
867 UString2(const FString &s);
868 UString2 &operator=(const FString &s);
869 UString2 &operator+=(const FString &s);
873 UString2() function in UString2
[all...]
H A DMyString.cpp1595 // ---------- UString2 ----------
1597 void UString2::ReAlloc2(unsigned newLimit) in ReAlloc2()
1613 void UString2::SetStartLen(unsigned len) in SetStartLen()
1622 UString2::UString2(wchar_t c)
1631 UString2::UString2(const wchar_t *s) in UString2() function in UString2
1638 UString2::UString2(const UString2 function in UString2
[all...]
/third_party/lzma/CPP/Windows/
H A DPropVariant.h137 CPropVariant& operator=(const UString2 &s);
H A DPropVariant.cpp122 CPropVariant& CPropVariant::operator=(const UString2 &s) in operator =()

Completed in 6 milliseconds