Searched refs:preChar (Results 1 – 2 of 2) sorted by relevance
1420 PAGECHAR_INFO preChar; in FindPreviousTextObject() local1422 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() local1798 if (((preChar >= L'A' && preChar <= L'Z') || in IsHyphen()1799 (preChar >= L'a' && preChar <= L'z')) && in IsHyphen()1806 PAGECHAR_INFO preChar; in IsHyphen() local1808 preChar = (PAGECHAR_INFO)m_TempCharList[size - 1]; in IsHyphen()[all …]
96 FX_WCHAR preChar = 0, curChar = 0; in FPDFText_ProcessInterObj() local100 preChar = wstr.GetAt(0); in FPDFText_ProcessInterObj()132 preChar != L' ') in FPDFText_ProcessInterObj()133 if (curChar != L' ' && preChar != L' ') { in FPDFText_ProcessInterObj()