Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfx_arabic.h16 wchar_t GetFormChar(wchar_t wch, wchar_t prev, wchar_t next);
17 wchar_t GetFormChar(const CFX_Char* cur,
Dfx_arabic.cpp178 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
Dcfx_rtfbreak.cpp209 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()
Dcfx_txtbreak.cpp144 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()