Searched defs:lpsz (Results 1 – 3 of 3) sorted by relevance
59 CFX_WideString::CFX_WideString(FX_LPCWSTR lpsz, FX_STRSIZE nLen) { in CFX_WideString()120 const CFX_WideString& CFX_WideString::operator=(FX_LPCWSTR lpsz) in operator =()162 const CFX_WideString& CFX_WideString::operator+=(FX_LPCWSTR lpsz) in operator +=()546 FX_LPCWSTR lpsz = FXSYS_wcsstr(m_pData->m_String + nStart, lpszSub); in Find() local558 FX_LPCWSTR lpsz = FXSYS_wcschr(m_pData->m_String + nStart, ch); in Find() local603 FX_LPCWSTR lpsz = m_pData->m_String; in TrimLeft() local764 for (FX_LPCWSTR lpsz = lpszFormat; *lpsz != 0; lpsz ++) { in FormatV() local
84 CFX_ByteString::CFX_ByteString(FX_LPCSTR lpsz, FX_STRSIZE nLen) in CFX_ByteString()98 CFX_ByteString::CFX_ByteString(FX_LPCBYTE lpsz, FX_STRSIZE nLen) in CFX_ByteString()153 const CFX_ByteString& CFX_ByteString::operator=(FX_LPCSTR lpsz) in operator =()207 const CFX_ByteString& CFX_ByteString::operator+=(FX_LPCSTR lpsz) in operator +=()498 for (FX_LPCSTR lpsz = lpszFormat; *lpsz != 0; lpsz ++) { in FormatV() local780 FX_LPCSTR lpsz = FXSYS_strchr(m_pData->m_String + nStart, ch); in Find() local827 FX_LPCSTR lpsz = FX_strstr(m_pData->m_String + nStart, m_pData->m_nDataLength - nStart, in Find() local
142 CFX_ByteTextBuf& CFX_ByteTextBuf::operator << (FX_BSTR lpsz) in operator <<()227 CFX_WideTextBuf& CFX_WideTextBuf::operator << (FX_LPCWSTR lpsz) in operator <<()484 FX_INT32 IFX_BufferArchive::AppendString(FX_BSTR lpsz) in AppendString()