Lines Matching refs:wNext
683 wchar_t wNext = 0xFEFF; in GetDisplayPos() local
712 wNext = pEngine->GetChar(iNext); in GetDisplayPos()
713 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
720 wNext = 0xFEFF; in GetDisplayPos()
728 wNext = pStr[j]; in GetDisplayPos()
729 dwProps = FX_GetUnicodeProperties(wNext); in GetDisplayPos()
732 wNext = 0xFEFF; in GetDisplayPos()
735 wNext = 0xFEFF; in GetDisplayPos()
738 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
739 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
747 wNext = 0xFEFF; in GetDisplayPos()
751 wNext = pEngine->GetChar(iNext); in GetDisplayPos()
754 wNext = *pStr; in GetDisplayPos()
757 if (wNext >= 0x064C && wNext <= 0x0650) { in GetDisplayPos()
758 wForm = FX_GetArabicFromShaddaTable(wNext); in GetDisplayPos()
762 if (wNext == 0x0651) { in GetDisplayPos()