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

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.h21 wHour(0),
30 uint16_t wHour; member in struct:FX_SYSTEMTIME
/external/pdfium/xfa/fgas/localization/
H A Dfgas_datetime.cpp131 uint16_t wHour; member in struct:FXUT_SYSTEMTIME
156 utLocal.wHour = st.tm_hour;
162 (uint8_t)utLocal.wHour, (uint8_t)utLocal.wMinute,
184 utLocal.wHour = st.tm_hour;
190 (uint8_t)utLocal.wHour, (uint8_t)utLocal.wMinute,
H A Dfgas_locale.cpp2243 static void FX_ResolveZone(uint8_t& wHour, argument
2247 int32_t iMinuteDiff = wHour * 60 + wMinute;
2260 wHour = iMinuteDiff / 60;
3836 uint16_t wHour = hour; local
3839 if (wHour >= 12) {
3861 if (wHour > 12) {
3862 wHour -= 12;
3865 wsHour.Format(L"%d", wHour == 0 ? 12 : wHour);
3868 if (wHour > 1
[all...]
/external/pdfium/public/
H A Dfpdf_formfill.h335 unsigned short wHour; /* hours since midnight - [0,23] */ member in struct:_FPDF_SYSTEMTIME
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.cpp690 uint16_t wHour = 0; local
700 wHour = pTime[nIndex] - '0' + wHour * 10;
769 return nIndex == nLen && wHour < 24 && wMinute < 60 && wSecond < 60 &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 623 milliseconds