HomeSort by relevance Sort by last modified time
    Searched defs:wNext (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcrt/
fx_arabic.cpp 202 wchar_t wNext;
203 ParseChar(next, &wNext, &eNext);
207 return GetArabicFromAlefTable(wNext);
212 wCur = GetArabicFromAlefTable(wNext);
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 685 wchar_t wNext;
716 wNext = pText->pStr[i + 1];
718 wNext = pText->pStr[i + 2];
720 wNext = 0xFEFF;
722 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext);
cfx_txtbreak.cpp 683 wchar_t wNext = 0xFEFF;
712 wNext = pEngine->GetChar(iNext);
713 dwProps = FX_GetUnicodeProperties(wNext);
720 wNext = 0xFEFF;
728 wNext = pStr[j];
729 dwProps = FX_GetUnicodeProperties(wNext);
732 wNext = 0xFEFF;
735 wNext = 0xFEFF;
738 wForm = pdfium::arabic::GetFormChar(wch, wPrev, wNext);
739 bLam = (wPrev == 0x0644 && wch == 0x0644 && wNext == 0x0647)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 187 WORD wNext;

Completed in 174 milliseconds