Searched refs:lpsz (Results 1 – 6 of 6) sorted by relevance
60 CFX_WideString::CFX_WideString(const FX_WCHAR* lpsz, FX_STRSIZE nLen) { in CFX_WideString() argument62 nLen = lpsz ? FXSYS_wcslen(lpsz) : 0; in CFX_WideString()67 FXSYS_memcpy(m_pData->m_String, lpsz, nLen * sizeof(FX_WCHAR)); in CFX_WideString()121 const CFX_WideString& CFX_WideString::operator=(const FX_WCHAR* lpsz) { in operator =() argument122 if (!lpsz || lpsz[0] == 0) { in operator =()125 AssignCopy(FXSYS_wcslen(lpsz), lpsz); in operator =()161 const CFX_WideString& CFX_WideString::operator+=(const FX_WCHAR* lpsz) { in operator +=() argument162 if (lpsz) { in operator +=()163 ConcatInPlace(FXSYS_wcslen(lpsz), lpsz); in operator +=()282 int CFX_WideString::Compare(const FX_WCHAR* lpsz) const { in Compare()[all …]
81 CFX_ByteString::CFX_ByteString(const FX_CHAR* lpsz, FX_STRSIZE nLen) { in CFX_ByteString() argument83 nLen = lpsz ? FXSYS_strlen(lpsz) : 0; in CFX_ByteString()88 FXSYS_memcpy(m_pData->m_String, lpsz, nLen); in CFX_ByteString()94 CFX_ByteString::CFX_ByteString(const uint8_t* lpsz, FX_STRSIZE nLen) { in CFX_ByteString() argument98 FXSYS_memcpy(m_pData->m_String, lpsz, nLen); in CFX_ByteString()145 const CFX_ByteString& CFX_ByteString::operator=(const FX_CHAR* lpsz) { in operator =() argument146 if (!lpsz || lpsz[0] == 0) { in operator =()149 AssignCopy(FXSYS_strlen(lpsz), lpsz); in operator =()195 const CFX_ByteString& CFX_ByteString::operator+=(const FX_CHAR* lpsz) { in operator +=() argument196 if (lpsz) { in operator +=()[all …]
123 CFX_ByteTextBuf& CFX_ByteTextBuf::operator<<(const CFX_ByteStringC& lpsz) { in operator <<() argument124 AppendBlock(lpsz.GetPtr(), lpsz.GetLength()); in operator <<()197 CFX_WideTextBuf& CFX_WideTextBuf::operator<<(const FX_WCHAR* lpsz) { in operator <<() argument198 AppendBlock(lpsz, FXSYS_wcslen(lpsz) * sizeof(FX_WCHAR)); in operator <<()427 int32_t IFX_BufferArchive::AppendString(const CFX_ByteStringC& lpsz) { in AppendString() argument428 return AppendBlock(lpsz.GetPtr(), lpsz.GetLength()); in AppendString()
99 CFX_ByteTextBuf& operator<<(const CFX_ByteStringC& lpsz);107 void operator=(const FX_WCHAR* lpsz);117 CFX_WideTextBuf& operator<<(const FX_WCHAR* lpsz);215 int32_t AppendString(const CFX_ByteStringC& lpsz);
68 const FX_WCHAR* lpsz = in FX_Local_Find() local70 return (lpsz == NULL) ? -1 : (FX_STRSIZE)(lpsz - wsSymbols.GetPtr()); in FX_Local_Find()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...