Searched refs:FX_strstr (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_bstring.cpp | 795 FX_LPCSTR FX_strstr(FX_LPCSTR str1, int len1, FX_LPCSTR str2, int len2) in FX_strstr() function 825 FX_LPCSTR lpsz = FX_strstr(m_pData->m_String + nStart, m_pData->m_nDataLength - nStart, in Find() 889 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace() 911 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace()
|