Home
last modified time | relevance | path

Searched refs:wPrev (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_resolveprocessor.cpp527 FX_WCHAR wPrev = 0, wCur; in GetFilter() local
532 if (wPrev == '\\') { in GetFilter()
533 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()
595 wPrev = wCur; in GetFilter()
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp882 FX_WCHAR wPrev = 0xFEFF; in GetDisplayPos() local
910 wPrev = 0xFEFF; in GetDisplayPos()
931 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
985 wPrev = wch; in GetDisplayPos()
Dfgas_textbreak.cpp1196 FX_WCHAR wPrev = 0xFEFF; in GetDisplayPos() local
1216 wPrev = 0xFEFF; in GetDisplayPos()
1252 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
1253 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
1333 wPrev = wch; in GetDisplayPos()
1510 wPrev = static_cast<FX_WCHAR>(formChars[0].wch); in GetDisplayPos()
/external/pdfium/core/fxcrt/
Dfx_arabic.cpp317 FX_WCHAR wPrev; in GetFormChar() local
318 ParseChar(prev, wPrev, ePrev); in GetFormChar()
319 if (wPrev == 0x0644 && eCur == FX_CHARTYPE_ArabicAlef) { in GetFormChar()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp938 FX_WCHAR wch = 0, wPrev = 0; in ProcessText() local
943 if (wch == 0x20 && wPrev == 0x20) in ProcessText()
946 wPrev = wch; in ProcessText()