Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_unicode.cpp18 uint32_t dwRet = (FX_GetUnicodeProperties(ch) & FX_CHARTYPEBITSMASK); in FX_IsCtrlCode() local
19 return dwRet == FX_CHARTYPE_Tab || dwRet == FX_CHARTYPE_Control; in FX_IsCtrlCode()
Dfx_arabic.cpp290 uint32_t dwRet = in IsArabicChar() local
292 return dwRet >= FX_CHARTYPE_ArabicAlef; in IsArabicChar()
/external/zlib/src/contrib/testzlib/
Dtestzlib.c98 DWORD dwRet; in GetMsecSincePerfCounter() local
100 dwRet = (GetTickCount() - beginTime64.LowPart)*1; in GetMsecSincePerfCounter()
113 dwRet = (DWORD)((((DWORD)ticksShifted)*1000)/(DWORD)(tickSecShifted)); in GetMsecSincePerfCounter()
114 dwRet *=1; in GetMsecSincePerfCounter()
116 return dwRet; in GetMsecSincePerfCounter()
/external/pdfium/xfa/fgas/layout/
Dfgas_textbreak.cpp413 uint32_t dwRet = FX_TXTBREAK_None; in AppendChar_Control() local
419 dwRet = FX_TXTBREAK_LineBreak; in AppendChar_Control()
422 dwRet = FX_TXTBREAK_PageBreak; in AppendChar_Control()
425 dwRet = FX_TXTBREAK_ParagraphBreak; in AppendChar_Control()
429 dwRet = FX_TXTBREAK_ParagraphBreak; in AppendChar_Control()
432 if (dwRet != FX_TXTBREAK_None) in AppendChar_Control()
433 dwRet = EndBreak(dwRet); in AppendChar_Control()
435 return dwRet; in AppendChar_Control()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc122 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), in SetUp() local
126 if (!dwRet) { in SetUp()
Dexception_handler_death_test.cc84 int dwRet = MultiByteToWideChar(CP_ACP, 0, test_info->name(), in SetUp() local
88 if (!dwRet) { in SetUp()
/external/sqlite/dist/orig/
Dsqlite3.c40391 DWORD dwRet; /* Value returned by SetFilePointer() */
40406 dwRet = osSetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
40408 if( (dwRet==INVALID_SET_FILE_POINTER
/external/sqlite/dist/
Dsqlite3.c40391 DWORD dwRet; /* Value returned by SetFilePointer() */
40406 dwRet = osSetFilePointer(pFile->h, lowerBits, &upperBits, FILE_BEGIN);
40408 if( (dwRet==INVALID_SET_FILE_POINTER