Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp397 WideString strText; in GetTextByPredicate() local
403 if (!strText.IsEmpty()) in GetTextByPredicate()
404 strText += L"\r\n"; in GetTextByPredicate()
409 strText += charinfo.m_Unicode; in GetTextByPredicate()
412 strText += L' '; in GetTextByPredicate()
421 return strText; in GetTextByPredicate()