HomeSort by relevance Sort by last modified time
    Searched refs:dwRet (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/fxcrt/
fx_unicode.cpp 18 uint32_t dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK);
19 return dwRet == FX_CHARTYPE_Tab || dwRet == FX_CHARTYPE_Control;
fx_arabic.cpp 290 uint32_t dwRet =
292 return dwRet >= FX_CHARTYPE_ArabicAlef;
  /external/zlib/src/contrib/testzlib/
testzlib.c 98 DWORD dwRet;
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1;
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted));
114 dwRet *=1;
116 return dwRet;
  /external/pdfium/xfa/fgas/layout/
fgas_textbreak.cpp 413 uint32_t dwRet = FX_TXTBREAK_None;
419 dwRet = FX_TXTBREAK_LineBreak;
422 dwRet = FX_TXTBREAK_PageBreak;
425 dwRet = FX_TXTBREAK_ParagraphBreak;
429 dwRet = FX_TXTBREAK_ParagraphBreak;
432 if (dwRet != FX_TXTBREAK_None)
433 dwRet = EndBreak(dwRet);
435 return dwRet;
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 84 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(),
88 if (!dwRet) {
exception_handler_test.cc 122 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(),
126 if (!dwRet) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddeml.h 278 DWORD dwRet;
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 803 milliseconds