Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1227 CFX_WideString strCurText = m_TempTextBuf.MakeString(); in IsHyphen() local
1228 if (strCurText.IsEmpty()) in IsHyphen()
1229 strCurText = m_TextBuf.AsStringC(); in IsHyphen()
1230 FX_STRSIZE nCount = strCurText.GetLength(); in IsHyphen()
1232 FX_WCHAR wcTmp = strCurText.GetAt(nIndex); in IsHyphen()
1234 wcTmp = strCurText.GetAt(--nIndex); in IsHyphen()
1237 FX_WCHAR preChar = strCurText.GetAt((nIndex)); in IsHyphen()