Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp922 PAGECHAR_INFO preChar = in FindPreviousTextObject() local
925 if (preChar.m_pTextObj) in FindPreviousTextObject()
926 m_pPreTextObj = preChar.m_pTextObj; in FindPreviousTextObject()
1237 FX_WCHAR preChar = strCurText.GetAt((nIndex)); in IsHyphen() local
1238 if (((preChar >= L'A' && preChar <= L'Z') || in IsHyphen()
1239 (preChar >= L'a' && preChar <= L'z')) && in IsHyphen()
1371 FX_WCHAR preChar = PrevStr.GetAt(PrevStr.GetLength() - 1); in ProcessInsertObject() local
1394 curChar != L' ' && preChar != L' ') { in ProcessInsertObject()
1395 if (curChar != L' ' && preChar != L' ') { in ProcessInsertObject()
1486 const PAGECHAR_INFO* preChar; in GenerateCharInfo() local
[all …]