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.cpp588 FX_LPCWSTR lpsz = (FX_LPCWSTR)FXSYS_wcschr(m_pData->m_String + nStart, ch); in Find()
604 if (FXSYS_wcschr(lpszTargetList, m_pData->m_String[pos - 1]) == NULL) { in TrimRight()
635 if (FXSYS_wcschr(lpszTargets, *lpsz) == NULL) { in TrimLeft()
1094 if (FXSYS_wcschr(lpszTargets, m_Ptr[pos - 1]) == NULL) { in TrimRight()
/external/pdfium/core/include/fxcrt/
Dfx_system.h177 #define FXSYS_wcschr wcschr macro
/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp2534 lpszFullString = FXSYS_wcschr(lpszFullString, chSep);
2544 FX_LPCWSTR lpchEnd = FXSYS_wcschr(lpszFullString, chSep);