Searched refs:GetFormChar (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_arabic.h | 22 FX_WCHAR GetFormChar(FX_WCHAR wch, FX_WCHAR prev = 0, FX_WCHAR next = 0); 23 FX_WCHAR GetFormChar(const CFX_Char* cur,
|
D | fx_arabic.cpp | 300 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/ |
D | fgas_rtfbreak.cpp | 337 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()
|
D | fgas_textbreak.cpp | 455 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()
|