Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_textbreak.cpp1202 FX_WCHAR wch, wPrev = 0xFEFF, wNext, wForm, wLast = 0xFEFF; in GetDisplayPos() local
1245 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos()
1246 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
1253 wNext = 0xFEFF; in GetDisplayPos()
1262 wNext = pStr[j]; in GetDisplayPos()
1263 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
1266 wNext = 0xFEFF; in GetDisplayPos()
1270 wNext = 0xFEFF; in GetDisplayPos()
1272 wForm = m_pArabicChar->GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
1273 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
[all …]
Dfx_rtfbreak.cpp1208 FX_WCHAR wch, wPrev = 0xFEFF, wNext, wForm; in GetDisplayPos() local
1263 wNext = *pStr; in GetDisplayPos()
1266 wNext = pStr[1]; in GetDisplayPos()
1270 wNext = 0xFEFF; in GetDisplayPos()
1272 wForm = m_pArabicChar->GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
/external/pdfium/core/src/fxcrt/
Dfx_arabic.cpp277 FX_WCHAR wNext; in GetFormChar() local
278 ParseChar(next, wNext, eNext); in GetFormChar()
282 return FX_GetArabicFromAlefTable(wNext); in GetFormChar()
288 wCur = FX_GetArabicFromAlefTable(wNext); in GetFormChar()