Searched defs:lpsz (Results 1 - 5 of 5) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
H A D | fx_basic_buffer.cpp | 123 CFX_ByteTextBuf& CFX_ByteTextBuf::operator<<(const CFX_ByteStringC& lpsz) { argument 124 AppendBlock(lpsz.GetPtr(), lpsz.GetLength()); 197 CFX_WideTextBuf& CFX_WideTextBuf::operator<<(const FX_WCHAR* lpsz) { argument 198 AppendBlock(lpsz, FXSYS_wcslen(lpsz) * sizeof(FX_WCHAR)); 427 int32_t IFX_BufferArchive::AppendString(const CFX_ByteStringC& lpsz) { argument 428 return AppendBlock(lpsz.GetPtr(), lpsz.GetLength());
|
H A D | fx_basic_bstring.cpp | 81 CFX_ByteString::CFX_ByteString(const FX_CHAR* lpsz, FX_STRSIZE nLen) { argument 83 nLen = lpsz ? FXSYS_strlen(lpsz) : 0; 88 FXSYS_memcpy(m_pData->m_String, lpsz, nLen); 94 CFX_ByteString::CFX_ByteString(const uint8_t* lpsz, FX_STRSIZE nLen) { argument 98 FXSYS_memcpy(m_pData->m_String, lpsz, nLen); 145 const CFX_ByteString& CFX_ByteString::operator=(const FX_CHAR* lpsz) { argument 146 if (!lpsz || lpsz[0] == 0) { 149 AssignCopy(FXSYS_strlen(lpsz), lps local 195 operator +=(const FX_CHAR* lpsz) argument 197 ConcatInPlace(FXSYS_strlen(lpsz), lpsz); local 750 const FX_CHAR* lpsz = FXSYS_strchr(m_pData->m_String + nStart, ch); local 798 const FX_CHAR* lpsz = local [all...] |
H A D | fx_basic_wstring.cpp | 60 CFX_WideString::CFX_WideString(const FX_WCHAR* lpsz, FX_STRSIZE nLen) { argument 62 nLen = lpsz ? FXSYS_wcslen(lpsz) : 0; 67 FXSYS_memcpy(m_pData->m_String, lpsz, nLen * sizeof(FX_WCHAR)); 121 const CFX_WideString& CFX_WideString::operator=(const FX_WCHAR* lpsz) { argument 122 if (!lpsz || lpsz[0] == 0) { 125 AssignCopy(FXSYS_wcslen(lpsz), lpsz); local 161 const CFX_WideString& CFX_WideString::operator+=(const FX_WCHAR* lpsz) { argument 163 ConcatInPlace(FXSYS_wcslen(lpsz), lpsz); local 529 const FX_WCHAR* lpsz = FXSYS_wcsstr(m_pData->m_String + nStart, lpszSub); local 540 const FX_WCHAR* lpsz = FXSYS_wcschr(m_pData->m_String + nStart, ch); local 581 const FX_WCHAR* lpsz = m_pData->m_String; local [all...] |
/external/pdfium/xfa/src/fgas/src/localization/ |
H A D | fx_locale.cpp | 68 const FX_WCHAR* lpsz =
local 70 return (lpsz == NULL) ? -1 : (FX_STRSIZE)(lpsz - wsSymbols.GetPtr());
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
Completed in 282 milliseconds