Home
last modified time | relevance | path

Searched refs:FXSYS_wcschr (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_basic_wstring.cpp558 FX_LPCWSTR lpsz = FXSYS_wcschr(m_pData->m_String + nStart, ch); in Find()
574 if (FXSYS_wcschr(lpszTargetList, m_pData->m_String[pos - 1]) == NULL) { in TrimRight()
605 if (FXSYS_wcschr(lpszTargets, *lpsz) == NULL) { in TrimLeft()
/external/pdfium/core/include/fxcrt/
Dfx_system.h209 #define FXSYS_wcschr wcschr macro
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp2574 lpszFullString = FXSYS_wcschr(lpszFullString, chSep); in ExtractSubString()
2584 FX_LPCWSTR lpchEnd = FXSYS_wcschr(lpszFullString, chSep); in ExtractSubString()