Searched refs:GetFormChar (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | fx_arabic.h | 16 wchar_t GetFormChar(wchar_t wch, wchar_t prev, wchar_t next); 17 wchar_t GetFormChar(const CFX_Char* cur,
|
D | fx_arabic.cpp | 178 wchar_t GetFormChar(wchar_t wch, wchar_t prev, wchar_t next) { in GetFormChar() function 182 return GetFormChar(&c, &p, &n); in GetFormChar() 185 wchar_t GetFormChar(const CFX_Char* cur, in GetFormChar() function
|
D | cfx_rtfbreak.cpp | 209 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic() 239 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic() 775 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
|
D | cfx_txtbreak.cpp | 144 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic() 166 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic() 753 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
|