Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/fm2js/
Dxfa_fm2jscontext.h108 static bool IsIsoDateTimeFormat(const FX_CHAR* pData,
Dxfa_fm2jscontext.cpp1871 bool CXFA_FM2JSContext::IsIsoDateTimeFormat(const FX_CHAR* pData, in IsIsoDateTimeFormat() function in CXFA_FM2JSContext
2130 if (!IsIsoDateTimeFormat(szDateString.c_str(), iLength, iYear, iMonth, iDay, in DateString2Num()