HomeSort by relevance Sort by last modified time
    Searched refs:m_pArabicChar (Results 1 - 4 of 4) sorted by null

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 116 IFX_ArabicChar* m_pArabicChar;
fx_textbreak.h 109 IFX_ArabicChar* m_pArabicChar;
fx_rtfbreak.cpp 19 m_pArabicChar(NULL),
54 m_pArabicChar = IFX_ArabicChar::Create();
60 m_pArabicChar->Release();
347 FXSYS_assert(m_pFont != NULL && m_pCurLine != NULL && m_pArabicChar != NULL);
524 wForm = m_pArabicChar->GetFormChar(pLastChar, pPrevChar, pCurChar);
548 m_pArabicChar->GetFormChar(pCurChar, (bAlef ? NULL : pLastChar), NULL);
    [all...]
fx_textbreak.cpp 21 m_pArabicChar(NULL),
56 m_pArabicChar = IFX_ArabicChar::Create();
71 m_pArabicChar->Release();
470 wForm = m_pArabicChar->GetFormChar(pLastChar, pPrevChar, pCurChar);
493 wForm = m_pArabicChar->GetFormChar(pCurChar, bAlef ? NULL : pLastChar, NULL);
    [all...]

Completed in 34 milliseconds