Searched refs:lpsz (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_wstring.cpp43 void CFX_WideString::InitStr(FX_LPCWSTR lpsz, FX_STRSIZE nLen) argument
46 nLen = lpsz ? (FX_STRSIZE)FXSYS_wcslen(lpsz) : 0;
53 FXSYS_memcpy32(m_pData->m_String, lpsz, nLen * sizeof(FX_WCHAR));
120 const CFX_WideString& CFX_WideString::operator=(FX_LPCWSTR lpsz) argument
122 if (lpsz == NULL || lpsz[0] == 0) {
125 AssignCopy((FX_STRSIZE)FXSYS_wcslen(lpsz), lpsz);
162 const CFX_WideString& CFX_WideString::operator+=(FX_LPCWSTR lpsz) argument
534 FX_LPWSTR lpsz = GetBuffer(0); local
576 FX_LPCWSTR lpsz = (FX_LPCWSTR)FXSYS_wcsstr(m_pData->m_String + nStart, lpszSub); local
588 FX_LPCWSTR lpsz = (FX_LPCWSTR)FXSYS_wcschr(m_pData->m_String + nStart, ch); local
633 FX_LPCWSTR lpsz = m_pData->m_String; local
[all...]
H A Dfx_basic_bstring.cpp81 CFX_ByteString::CFX_ByteString(FX_LPCSTR lpsz, FX_STRSIZE nLen) argument
84 nLen = lpsz ? (FX_STRSIZE)FXSYS_strlen(lpsz) : 0;
89 FXSYS_memcpy32(m_pData->m_String, lpsz, nLen * sizeof(char));
95 CFX_ByteString::CFX_ByteString(FX_LPCBYTE lpsz, FX_STRSIZE nLen) argument
100 FXSYS_memcpy32(m_pData->m_String, lpsz, nLen * sizeof(char));
150 const CFX_ByteString& CFX_ByteString::operator=(FX_LPCSTR lpsz) argument
152 if (lpsz == NULL || lpsz[0] == 0) {
155 AssignCopy((FX_STRSIZE)FXSYS_strlen(lpsz), lps
204 operator +=(FX_LPCSTR lpsz) argument
343 FX_LPSTR lpsz = GetBuffer(0); local
778 FX_LPCSTR lpsz = FXSYS_strchr(m_pData->m_String + nStart, ch); local
825 FX_LPCSTR lpsz = FX_strstr(m_pData->m_String + nStart, m_pData->m_nDataLength - nStart, local
[all...]
H A Dfx_basic_buffer.cpp150 CFX_ByteTextBuf& CFX_ByteTextBuf::operator << (FX_BSTR lpsz) argument
152 AppendBlock((FX_LPCBYTE)lpsz, lpsz.GetLength());
235 CFX_WideTextBuf& CFX_WideTextBuf::operator << (FX_LPCWSTR lpsz) argument
237 AppendBlock(lpsz, (FX_STRSIZE)FXSYS_wcslen(lpsz)*sizeof(FX_WCHAR));
500 FX_INT32 IFX_BufferArchive::AppendString(FX_BSTR lpsz) argument
502 return AppendBlock((FX_LPCBYTE)lpsz, lpsz.GetLength());
/external/chromium_org/third_party/npapi/npspy/windows/
H A Ddirpick.cpp202 LPSTR lpsz; local
204 lpsz = strchr(lpszLast + lstrlen(szUNCRoot), '\\');
206 lpsz = strchr(lpszLast, '\\');
207 if(lpsz != NULL) {
209 ch = *(++lpsz);
211 ch = *lpsz;
212 *lpsz = 0;
220 //Add the drive string--includes the last one where lpsz == NULL
223 UINT i = (NULL != lpsz) ? ID_ICON_FOLDEROPEN : ID_ICON_OPENSELECT;
226 if(NULL == lpsz)
367 fillUNCRootArray(LPSTR lpsz) argument
389 onInitDialog(HWND hWnd, LPSTR lpsz) argument
452 LPSTR lpsz; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_syswm.c220 Uint16 *lpsz = SDL_iconv_utf8_ucs2(title);
221 size_t len = WideCharToMultiByte(CP_ACP, 0, lpsz, -1, NULL, 0, NULL, NULL);
223 WideCharToMultiByte(CP_ACP, 0, lpsz, -1, cvt, len, NULL, NULL);
226 SDL_free(lpsz);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h109 CFX_ByteTextBuf& operator << (FX_BSTR lpsz);
124 void operator = (FX_LPCWSTR lpsz);
134 CFX_WideTextBuf& operator << (FX_LPCWSTR lpsz);
254 FX_INT32 AppendString(FX_BSTR lpsz);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 394 milliseconds