OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lpszstart
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcrt/
fx_basic_wstring.cpp
669
FX_LPWSTR
lpszStart
= m_pData->m_String;
673
while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(
lpszStart
, lpszOld)) != NULL &&
lpszStart
< lpszEnd) {
675
lpszStart
= lpszTarget + nSourceLen;
692
lpszStart
= m_pData->m_String;
695
while ((lpszTarget = (FX_LPWSTR)FXSYS_wcsstr(
lpszStart
, lpszOld)) != NULL &&
lpszStart
< lpszEnd) {
699
lpszStart
= lpszTarget + nReplacementLen;
700
lpszStart
[nBalance] = 0;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h
[
all
...]
Completed in 439 milliseconds