Searched refs:wPrev (Results 1 – 5 of 5) sorted by relevance
196 wchar_t wPrev; in GetFormChar() local197 ParseChar(prev, &wPrev, &ePrev); in GetFormChar()198 if (wPrev == 0x0644 && eCur == FX_CHARTYPE_ArabicAlef) in GetFormChar()
682 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local702 wPrev = 0xFEFF; in GetDisplayPos()738 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()739 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()797 wPrev = wch; in GetDisplayPos()893 wPrev = static_cast<wchar_t>(formChars[0].wch); in GetDisplayPos()
684 wchar_t wPrev = 0xFEFF; in GetDisplayPos() local701 wPrev = 0xFEFF; in GetDisplayPos()722 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()774 wPrev = wch; in GetDisplayPos()
509 wchar_t wPrev = 0; in GetFilter() local515 if (wPrev == '\\') { in GetFilter()516 pNameBuf[nNameCount - 1] = wPrev = '.'; in GetFilter()554 wPrev = wCur; in GetFilter()
923 wchar_t wch = 0, wPrev = 0; in ProcessText() local928 if (wch == 0x20 && wPrev == 0x20) in ProcessText()931 wPrev = wch; in ProcessText()