Searched refs:wPrev (Results 1 – 5 of 5) sorted by relevance
195 wchar_t wPrev; in GetFormChar() local196 ParseChar(prev, &wPrev, &ePrev); in GetFormChar()197 if (wPrev == 0x0644 && eCur == FX_CHARTYPE::kArabicAlef) in GetFormChar()
698 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local718 wPrev = 0xFEFF; in GetDisplayPos()753 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()754 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()813 wPrev = wch; in GetDisplayPos()908 wPrev = static_cast<wchar_t>(formChars[0].wch); in GetDisplayPos()
738 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local755 wPrev = 0xFEFF; in GetDisplayPos()775 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()820 wPrev = wch; in GetDisplayPos()
537 wchar_t wPrev = 0; in GetFilter() local547 if (wPrev == '\\') { in GetFilter()548 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()582 wPrev = wCur; in GetFilter()
52 wchar_t wPrev = 0; in ProcessText() local57 if (wch == 0x20 && wPrev == 0x20) in ProcessText()60 wPrev = wch; in ProcessText()