HomeSort by relevance Sort by last modified time
    Searched refs:wPrev (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_resolveprocessor.cpp 527 FX_WCHAR wPrev = 0, wCur;
532 if (wPrev == '\\') {
533 pNameBuf[nNameCount - 1] = wPrev = '.';
595 wPrev = wCur;
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp     [all...]
fgas_rtfbreak.cpp 882 FX_WCHAR wPrev = 0xFEFF;
910 wPrev = 0xFEFF;
931 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext);
985 wPrev = wch;
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 317 FX_WCHAR wPrev;
318 ParseChar(prev, wPrev, ePrev);
319 if (wPrev == 0x0644 && eCur == FX_CHARTYPE_ArabicAlef) {
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 938 FX_WCHAR wch = 0, wPrev = 0;
943 if (wch == 0x20 && wPrev == 0x20)
946 wPrev = wch;
    [all...]

Completed in 110 milliseconds