Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_arabic.cpp248 const FX_ARBFORMTABLE* pFT = FX_GetArabicFormTable(wChar); in ParseChar() local
249 if (!pFT || eType >= FX_CHARTYPE_ArabicNormal) in ParseChar()
252 return pFT; in ParseChar()