Lines Matching refs:wNext
699 wchar_t wNext = 0xFEFF; in GetDisplayPos() local
729 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos()
730 if (FX_GetCharType(wNext) != FX_CHARTYPE::kCombination) in GetDisplayPos()
736 wNext = 0xFEFF; in GetDisplayPos()
744 wNext = pStr[j]; in GetDisplayPos()
745 } while (FX_GetCharType(wNext) == FX_CHARTYPE::kCombination); in GetDisplayPos()
747 wNext = 0xFEFF; in GetDisplayPos()
750 wNext = 0xFEFF; in GetDisplayPos()
753 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()
754 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647); in GetDisplayPos()
762 wNext = 0xFEFF; in GetDisplayPos()
767 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos()
771 wNext = *pStr; in GetDisplayPos()
774 if (wNext >= 0x064C && wNext <= 0x0650) { in GetDisplayPos()
775 wForm = FX_GetArabicFromShaddaTable(wNext); in GetDisplayPos()
779 if (wNext == 0x0651) { in GetDisplayPos()