Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text_int.cpp1420 PAGECHAR_INFO preChar; in FindPreviousTextObject() local
1422 preChar = in FindPreviousTextObject()
1425 preChar = *(PAGECHAR_INFO*)m_charList.GetAt(m_charList.GetSize() - 1); in FindPreviousTextObject()
1427 if (preChar.m_pTextObj) { in FindPreviousTextObject()
1428 m_pPreTextObj = preChar.m_pTextObj; in FindPreviousTextObject()
1797 FX_WCHAR preChar = strCurText.GetAt((nIndex)); in IsHyphen() local
1798 if (((preChar >= L'A' && preChar <= L'Z') || in IsHyphen()
1799 (preChar >= L'a' && preChar <= L'z')) && in IsHyphen()
1806 PAGECHAR_INFO preChar; in IsHyphen() local
1808 preChar = (PAGECHAR_INFO)m_TempCharList[size - 1]; in IsHyphen()
[all …]
Dfpdf_text_search.cpp96 FX_WCHAR preChar = 0, curChar = 0; in FPDFText_ProcessInterObj() local
100 preChar = wstr.GetAt(0); in FPDFText_ProcessInterObj()
132 preChar != L' ') in FPDFText_ProcessInterObj()
133 if (curChar != L' ' && preChar != L' ') { in FPDFText_ProcessInterObj()