Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:FX_BSTR

127 CFX_ByteString::CFX_ByteString(FX_BSTR stringSrc)

137 CFX_ByteString::CFX_ByteString(FX_BSTR str1, FX_BSTR str2)
159 const CFX_ByteString& CFX_ByteString::operator=(FX_BSTR str)
224 const CFX_ByteString& CFX_ByteString::operator+=(FX_BSTR string)
232 bool CFX_ByteString::Equal(FX_BSTR str) const
263 bool CFX_ByteString::EqualNoCase(FX_BSTR str) const
816 FX_STRSIZE CFX_ByteString::Find(FX_BSTR lpszSub, FX_STRSIZE nStart) const
875 FX_STRSIZE CFX_ByteString::Replace(FX_BSTR lpszOld, FX_BSTR lpszNew)
933 CFX_ByteString CFX_ByteString::LoadFromFile(FX_BSTR filename)
977 int CFX_ByteString::Compare(FX_BSTR str) const
999 void CFX_ByteString::TrimRight(FX_BSTR lpszTargets)
1032 void CFX_ByteString::TrimLeft(FX_BSTR lpszTargets)
1148 void CFX_StringBufBase::Copy(FX_BSTR str)
1157 void CFX_StringBufBase::Append(FX_BSTR str)
1191 void CFX_ByteStringL::Set(FX_BSTR src, IFX_Allocator* pAllocator)