OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lpszend
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp
670
FX_LPWSTR
lpszEnd
= m_pData->m_String + m_pData->m_nDataLength;
673
while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(lpszStart, lpszOld)) != NULL && lpszStart <
lpszEnd
) {
693
lpszEnd
= m_pData->m_String + FX_MAX(m_pData->m_nDataLength, nNewLength);
695
while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(lpszStart, lpszOld)) != NULL && lpszStart <
lpszEnd
) {
[
all
...]
Completed in 35 milliseconds