Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dtext_int.h161 int iSubString, FX_WCHAR chSep);
Dfpdf_text_int.cpp2568 int iSubString, FX_WCHAR chSep) in ExtractSubString() argument
2574 lpszFullString = FXSYS_wcschr(lpszFullString, chSep); in ExtractSubString()
2580 while(*lpszFullString == chSep) { in ExtractSubString()
2584 FX_LPCWSTR lpchEnd = FXSYS_wcschr(lpszFullString, chSep); in ExtractSubString()