Searched defs:lpszFullString (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp2467 const FX_WCHAR* lpszFullString,
2470 if (!lpszFullString) {
2474 lpszFullString = FXSYS_wcschr(lpszFullString, chSep);
2475 if (!lpszFullString) {
2479 lpszFullString++;
2480 while (*lpszFullString == chSep) {
2481 lpszFullString++;
2484 const FX_WCHAR* lpchEnd = FXSYS_wcschr(lpszFullString, chSep);
2485 int nLen = lpchEnd ? (int)(lpchEnd - lpszFullString)
2466 ExtractSubString(CFX_WideString& rString, const FX_WCHAR* lpszFullString, int iSubString, FX_WCHAR chSep) argument
[all...]

Completed in 103 milliseconds