Home
last modified time | relevance | path

Searched refs:FXSYS_strchr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_system.h132 #define FXSYS_strchr strchr macro
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp750 const FX_CHAR* lpsz = FXSYS_strchr(m_pData->m_String + nStart, ch); in Find()