Searched defs:wHour (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.h23 wHour(0),
32 uint16_t wHour; member in struct:FX_SYSTEMTIME
/external/pdfium/core/fxcrt/
H A Dcfx_datetime.cpp71 uint16_t wHour; member in struct:__anon17781::FXUT_SYSTEMTIME
108 utLocal.wHour = st.tm_hour;
116 static_cast<uint8_t>(utLocal.wHour),
/external/pdfium/public/
H A Dfpdf_formfill.h338 unsigned short wHour; /* hours since midnight - [0,23] */ member in struct:_FPDF_SYSTEMTIME
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.cpp518 uint16_t wHour = 0; local
528 wHour = pTime[nIndex] - '0' + wHour * 10;
599 return nIndex == nLen && wHour < 24 && wMinute < 60 && wSecond < 60 &&
/external/pdfium/xfa/fgas/crt/
H A Dcfgas_formatstring.cpp325 uint32_t* wHour,
327 int32_t iMinuteDiff = *wHour * 60 + *wMinute;
338 *wHour = iMinuteDiff / 60;
635 uint16_t wHour = hour; local
638 if (wHour >= 12)
661 if (wHour > 12)
662 wHour -= 12;
663 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 12 : wHour);
665 wsResult += NumToString(symbol.GetLength(), wHour
323 ResolveZone(FX_TIMEZONE tzDiff, IFX_Locale* pLocale, uint32_t* wHour, uint32_t* wMinute) argument
[all...]

Completed in 448 milliseconds