Searched refs:wNext (Results 1 – 3 of 3) sorted by relevance
201 wchar_t wNext; in GetFormChar() local202 ParseChar(next, &wNext, &eNext); in GetFormChar()206 return GetArabicFromAlefTable(wNext); in GetFormChar()211 wCur = GetArabicFromAlefTable(wNext); in GetFormChar()
699 wchar_t wNext = 0xFEFF; in GetDisplayPos() local729 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()[all …]
739 wchar_t wNext; in GetDisplayPos() local769 wNext = pPiece->szText[i + 1]; in GetDisplayPos()771 wNext = pPiece->szText[i + 2]; in GetDisplayPos()773 wNext = 0xFEFF; in GetDisplayPos()775 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext); in GetDisplayPos()