Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:CFX_WideString

33 CFX_WideString::~CFX_WideString()

43 void CFX_WideString::InitStr(FX_LPCWSTR lpsz, FX_STRSIZE nLen)
58 CFX_WideString::CFX_WideString(const CFX_WideString& stringSrc)
72 CFX_WideString::CFX_WideString(FX_WCHAR ch)
79 CFX_WideString::CFX_WideString(const CFX_WideStringC& str)
90 CFX_WideString::CFX_WideString(const CFX_WideStringC& str1, const CFX_WideStringC& str2)
103 void CFX_WideString::ReleaseBuffer(FX_STRSIZE nNewLength)
120 const CFX_WideString& CFX_WideString::operator=(FX_LPCWSTR lpsz)
129 const CFX_WideString& CFX_WideString::operator=(const CFX_WideStringC& stringSrc)
138 const CFX_WideString& CFX_WideString::operator=(const CFX_WideString& stringSrc)
157 const CFX_WideString& CFX_WideString::operator+=(FX_WCHAR ch)
162 const CFX_WideString& CFX_WideString::operator+=(FX_LPCWSTR lpsz)
169 const CFX_WideString& CFX_WideString::operator+=(const CFX_WideString& string)
177 const CFX_WideString& CFX_WideString::operator+=(const CFX_WideStringC& string)
185 bool operator==(const CFX_WideString& s1, FX_LPCWSTR s2)
189 bool operator==(FX_LPCWSTR s1, const CFX_WideString& s2)
193 bool operator==(const CFX_WideString& s1, const CFX_WideString& s2)
197 bool operator==(const CFX_WideString& s1, const CFX_WideStringC& s2)
201 bool operator==(const CFX_WideStringC& s1, const CFX_WideString& s2)
205 bool operator != (const CFX_WideString& s1, FX_LPCWSTR s2)
209 bool operator!=(const CFX_WideString& s1, const CFX_WideString& s2)
213 bool operator!=(const CFX_WideString& s1, const CFX_WideStringC& s2)
217 bool operator!=(const CFX_WideStringC& s1, const CFX_WideString& s2)
221 bool CFX_WideString::Equal(const CFX_WideStringC& str) const
229 void CFX_WideString::Empty()
241 void CFX_WideString::ConcatInPlace(FX_STRSIZE nSrcLen, FX_LPCWSTR lpszSrcData)
263 void CFX_WideString::ConcatCopy(FX_STRSIZE nSrc1Len, FX_LPCWSTR lpszSrc1Data,
276 void CFX_WideString::CopyBeforeWrite()
289 void CFX_WideString::AllocBeforeWrite(FX_STRSIZE nLen)
297 void CFX_WideString::AssignCopy(FX_STRSIZE nSrcLen, FX_LPCWSTR lpszSrcData)
304 int CFX_WideString::Compare(FX_LPCWSTR lpsz) const
311 CFX_ByteString CFX_WideString::UTF8Encode() const
315 CFX_ByteString CFX_WideString::UTF16LE_Encode(FX_BOOL bTerminate) const
336 void CFX_WideString::ConvertFrom(const CFX_ByteString& str, CFX_CharMap* pCharMap)
343 void CFX_WideString::Reserve(FX_STRSIZE len)
348 FX_LPWSTR CFX_WideString::GetBuffer(FX_STRSIZE nMinBufLength)
382 CFX_WideString CFX_WideString::FromLocal(const char* str, FX_STRSIZE len)
384 CFX_WideString result;
388 CFX_WideString CFX_WideString::FromUTF8(const char* str, FX_STRSIZE len)
391 return CFX_WideString();
405 CFX_WideString CFX_WideString::FromUTF16LE(const unsigned short* wstr, FX_STRSIZE wlen)
408 return CFX_WideString();
416 CFX_WideString result;
424 void CFX_WideString::AllocCopy(CFX_WideString& dest, FX_STRSIZE nCopyLen, FX_STRSIZE nCopyIndex,
437 CFX_WideString CFX_WideString::Left(FX_STRSIZE nCount) const
440 return CFX_WideString();
448 CFX_WideString dest;
452 CFX_WideString CFX_WideString::Mid(FX_STRSIZE nFirst) const
456 CFX_WideString CFX_WideString::Mid(FX_STRSIZE nFirst, FX_STRSIZE nCount) const
459 return CFX_WideString();
476 CFX_WideString dest;
480 CFX_WideString CFX_WideString::Right(FX_STRSIZE nCount) const
483 return CFX_WideString();
491 CFX_WideString dest;
495 int CFX_WideString::CompareNoCase(FX_LPCWSTR lpsz) const
502 int CFX_WideString::Compare(const CFX_WideString& str) const
529 FX_LPWSTR CFX_WideString::LockBuffer()
538 void CFX_WideString::SetAt(FX_STRSIZE nIndex, FX_WCHAR ch)
548 void CFX_WideString::MakeLower()
559 void CFX_WideString::MakeUpper()
570 FX_STRSIZE CFX_WideString::Find(FX_LPCWSTR lpszSub, FX_STRSIZE nStart) const
579 FX_STRSIZE CFX_WideString
591 void CFX_WideString::TrimRight(FX_LPCWSTR lpszTargetList)
614 void CFX_WideString::TrimRight(FX_WCHAR chTarget)
619 void CFX_WideString::TrimRight()
623 void CFX_WideString::TrimLeft(FX_LPCWSTR lpszTargets)
646 void CFX_WideString::TrimLeft(FX_WCHAR chTarget)
651 void CFX_WideString::TrimLeft()
655 FX_STRSIZE CFX_WideString::Replace(FX_LPCWSTR lpszOld, FX_LPCWSTR lpszNew)
709 FX_STRSIZE CFX_WideString::Insert(FX_STRSIZE nIndex, FX_WCHAR ch)
740 FX_STRSIZE CFX_WideString::Delete(FX_STRSIZE nIndex, FX_STRSIZE nCount)
758 FX_STRSIZE CFX_WideString::Remove(FX_WCHAR chRemove)
785 void CFX_WideString::FormatV(FX_LPCWSTR lpszFormat, va_list argList)
997 void CFX_WideString::Format(FX_LPCWSTR lpszFormat, ...)
1038 int CFX_WideString::GetInteger() const
1045 FX_FLOAT CFX_WideString::GetFloat() const
1104 static CFX_ByteString _DefMap_GetByteString(CFX_CharMap* pCharMap, const CFX_WideString& widestr)
1118 static CFX_WideString _DefMap_GetWideString(CFX_CharMap* pCharMap, const CFX_ByteString& bytestr)
1124 return CFX_WideString();
1126 CFX_WideString widestr;