Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_arabic.h22 FX_WCHAR GetFormChar(FX_WCHAR wch, FX_WCHAR prev = 0, FX_WCHAR next = 0);
23 FX_WCHAR GetFormChar(const CFX_Char* cur,
Dfx_arabic.cpp300 FX_WCHAR GetFormChar(FX_WCHAR wch, FX_WCHAR prev, FX_WCHAR next) { in GetFormChar() function
304 return GetFormChar(&c, &p, &n); in GetFormChar()
307 FX_WCHAR GetFormChar(const CFX_Char* cur, in GetFormChar() function
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp337 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic()
353 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic()
931 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
Dfgas_textbreak.cpp455 wForm = pdfium::arabic::GetFormChar(pLastChar, pPrevChar, pCurChar); in AppendChar_Arabic()
478 wForm = pdfium::arabic::GetFormChar(pCurChar, bAlef ? nullptr : pLastChar, in AppendChar_Arabic()
1252 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()