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

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.h17 : wYear(0),
26 uint16_t wYear; member in struct:FX_SYSTEMTIME
/external/pdfium/xfa/fgas/localization/
H A Dfgas_datetime.cpp127 uint16_t wYear; member in struct:FXUT_SYSTEMTIME
152 utLocal.wYear = st.tm_year + 1900;
161 Set(utLocal.wYear, (uint8_t)utLocal.wMonth, (uint8_t)utLocal.wDay,
180 utLocal.wYear = st.tm_year + 1900;
189 Set(utLocal.wYear, (uint8_t)utLocal.wMonth, (uint8_t)utLocal.wDay,
H A Dfgas_locale.cpp3508 uint16_t wYear = 0; local
3519 wYear = wYear * 10 + str[cc++] - '0';
3521 year = wYear;
3522 if (cc < 4 || wYear < 1900) {
3566 if ((wYear % 4 == 0 && wYear % 100 != 0) || wYear % 400 == 0) {
/external/pdfium/public/
H A Dfpdf_formfill.h331 unsigned short wYear; /* years since 1900 */ member in struct:_FPDF_SYSTEMTIME
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localevalue.cpp605 uint16_t wYear = 0; local
614 wYear = (pDate[nIndex] - '0') + wYear * 10;
648 if (wYear < 1900 || wYear > 2029) {
664 if (wYear % 400 == 0 || (wYear % 100 != 0 && wYear % 4 == 0)) {
677 ut.Set(wYear, static_cast<uint8_t>(wMonth), static_cast<uint8_t>(wDay));
/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 695 milliseconds