Searched refs:dwRet (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_unicode.cpp18 uint32_t dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK); local
19 return dwRet == FX_CHARTYPE_Tab || dwRet == FX_CHARTYPE_Control;
H A Dfx_arabic.cpp290 uint32_t dwRet = local
292 return dwRet >= FX_CHARTYPE_ArabicAlef;
/external/zlib/src/contrib/testzlib/
H A Dtestzlib.c98 DWORD dwRet; local
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/
H A Dfgas_textbreak.cpp413 uint32_t dwRet = FX_TXTBREAK_None; local
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;
/external/google-breakpad/src/client/windows/unittests/
H A Dexception_handler_death_test.cc84 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), local
88 if (!dwRet) {
H A Dexception_handler_test.cc122 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), local
126 if (!dwRet) {
/external/sqlite/dist/orig/
H A Dsqlite3.c40232 DWORD dwRet; /* Value returned by SetFilePointer() */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c40232 DWORD dwRet; /* Value returned by SetFilePointer() */ local
[all...]

Completed in 701 milliseconds