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

  /external/pdfium/core/src/fxcrt/
fx_arabic.cpp 279 FX_BOOL bAlef = (eNext == FX_CHARTYPE_ArabicAlef && wCur == 0x644);
281 if (bAlef) {
287 if (bAlef) {
    [all...]
  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.cpp 517 FX_BOOL bAlef = FALSE;
525 bAlef = (wForm == 0xFEFF &&
548 m_pArabicChar->GetFormChar(pCurChar, (bAlef ? NULL : pLastChar), NULL);
    [all...]
fx_textbreak.cpp 460 FX_BOOL bAlef = FALSE;
471 bAlef = (wForm == 0xFEFF &&
493 wForm = m_pArabicChar->GetFormChar(pCurChar, bAlef ? NULL : pLastChar, NULL);
    [all...]

Completed in 146 milliseconds