Lines Matching refs:UString
226 bool UString::IsPrefixedBy_Ascii_NoCase(const char *s) const throw() in IsPrefixedBy_Ascii_NoCase()
941 void UString::InsertSpace(unsigned index, unsigned size) in InsertSpace()
947 void UString::ReAlloc(unsigned newLimit) in ReAlloc()
958 void UString::ReAlloc2(unsigned newLimit) in ReAlloc2()
969 void UString::SetStartLen(unsigned len) in SetStartLen()
977 void UString::Grow_1() in Grow_1()
986 void UString::Grow(unsigned n) in Grow()
1000 UString::UString(unsigned num, const wchar_t *s) in UString() function in UString
1011 UString::UString(unsigned num, const UString &s) in UString() function in UString
1020 UString::UString(const UString &s, wchar_t c) in UString() function in UString
1030 UString::UString(const wchar_t *s1, unsigned num1, const wchar_t *s2, unsigned num2) in UString() function in UString
1038 UString operator+(const UString &s1, const UString &s2) { return UString(s1, s1.Len(), s2, s2.Len()… in operator +()
1039 UString operator+(const UString &s1, const wchar_t *s2) { return UString(s1, s1.Len(), s2, MyString… in operator +()
1040 UString operator+(const wchar_t *s1, const UString &s2) { return UString(s1, MyStringLen(s1), s2, s… in operator +()
1042 UString::UString() in UString() function in UString
1051 UString::UString(wchar_t c) in UString() function in UString
1059 UString::UString(char c) in UString() function in UString
1067 UString::UString(const wchar_t *s) in UString() function in UString
1074 UString::UString(const char *s) in UString() function in UString
1084 UString::UString(const UString &s) in UString() function in UString
1090 UString &UString::operator=(wchar_t c) in operator =()
1106 UString &UString::operator=(const wchar_t *s) in operator =()
1121 UString &UString::operator=(const UString &s) in operator =()
1138 void UString::SetFrom(const wchar_t *s, unsigned len) // no check in SetFrom()
1153 void UString::SetFromBstr(BSTR s) in SetFromBstr()
1168 UString &UString::operator=(const char *s) in operator =()
1186 void UString::Add_Space() { operator+=(L' '); } in Add_Space()
1187 void UString::Add_Space_if_NotEmpty() { if (!IsEmpty()) Add_Space(); } in Add_Space_if_NotEmpty()
1189 void UString::Add_LF() in Add_LF()
1200 UString &UString::operator+=(const wchar_t *s) in operator +=()
1209 UString &UString::operator+=(const UString &s) in operator +=()
1217 UString &UString::operator+=(const char *s) in operator +=()
1230 void UString::Add_UInt32(UInt32 v) in Add_UInt32()
1238 int UString::Find(const wchar_t *s, unsigned startIndex) const throw() in Find()
1269 int UString::ReverseFind(wchar_t c) const throw() in ReverseFind()
1284 int UString::ReverseFind_PathSepar() const throw() in ReverseFind_PathSepar()
1300 void UString::TrimLeft() throw() in TrimLeft()
1317 void UString::TrimRight() throw() in TrimRight()
1334 void UString::InsertAtFront(wchar_t c) in InsertAtFront()
1352 void UString::Insert(unsigned index, const wchar_t *s) in Insert()
1363 void UString::Insert(unsigned index, const UString &s) in Insert()
1374 void UString::RemoveChar(wchar_t ch) throw() in RemoveChar()
1403 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace()
1422 void UString::Replace(const UString &oldString, const UString &newString) in Replace()
1445 void UString::Delete(unsigned index) throw() in Delete()
1451 void UString::Delete(unsigned index, unsigned count) throw() in Delete()
1462 void UString::DeleteFrontal(unsigned num) throw() in DeleteFrontal()
1644 UString fs2us(const FChar *s) in fs2us()
1649 UString fs2us(const FString &s) in fs2us()