Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp120 bool bPreIsCR = false; in SetTextByStream() local
130 bPreIsCR = ReplaceParagEnd(lpwstr, nRead, bPreIsCR); in SetTextByStream()
1064 bool bPreIsCR) { in ReplaceParagEnd() argument
1070 bPreIsCR = true; in ReplaceParagEnd()
1073 if (bPreIsCR == true) { in ReplaceParagEnd()
1081 bPreIsCR = false; in ReplaceParagEnd()
1095 if (bPreIsCR && m_bAutoLineEnd) { in ReplaceParagEnd()
1099 bPreIsCR = false; in ReplaceParagEnd()
1103 return bPreIsCR; in ReplaceParagEnd()
Dcfde_txtedtengine.h124 bool bPreIsCR = false);