Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.cpp1008 struct tm* pTmStruct = gmtime(&currentTime); in Date() local
1013 bufferYear.Format("%d", pTmStruct->tm_year + 1900); in Date()
1014 bufferMon.Format("%02d", pTmStruct->tm_mon + 1); in Date()
1015 bufferDay.Format("%02d", pTmStruct->tm_mday); in Date()