Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1934 FX_WCHAR wcTmp = strCurText.GetAt(nIndex); in IsHyphen() local
1935 while(wcTmp == 0x20 && nIndex <= nCount - 1 && nIndex >= 0) { in IsHyphen()
1936 wcTmp = strCurText.GetAt(--nIndex); in IsHyphen()
1938 if (0x2D == wcTmp || 0xAD == wcTmp) { in IsHyphen()