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

  /external/pdfium/xfa/fgas/layout/
cfx_txtbreak.cpp 682 wchar_t wPrev = 0xFEFF;
702 wPrev = 0xFEFF;
738 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext);
739 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647);
797 wPrev = wch;
893 wPrev = static_cast<wchar_t>(formChars[0].wch);
cfx_rtfbreak.cpp 684 wchar_t wPrev = 0xFEFF;
701 wPrev = 0xFEFF;
722 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext);
774 wPrev = wch;
  /external/pdfium/core/fxcrt/
fx_arabic.cpp 196 wchar_t wPrev;
197 ParseChar(prev, &wPrev, &ePrev);
198 if (wPrev == 0x0644 && eCur == FX_CHARTYPE_ArabicAlef)
  /external/pdfium/fxjs/
cfxjse_resolveprocessor.cpp 509 wchar_t wPrev = 0;
515 if (wPrev == '\\') {
516 pNameBuf[nNameCount - 1] = wPrev = '.';
554 wPrev = wCur;
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 923 wchar_t wch = 0, wPrev = 0;
928 if (wch == 0x20 && wPrev == 0x20)
931 wPrev = wch;
    [all...]

Completed in 180 milliseconds