Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp500 bool IsIsoDateFormat(pdfium::span<const char> pData, in IsIsoDateFormat() function
761 if (!IsIsoDateFormat(pData.subspan(0, iIndex), &iStyle, &iYear, &iMonth, in IsIsoDateTimeFormat()
779 if (!IsIsoDateFormat(bsDate.span(), &iStyle, &iYear, &iMonth, &iDay)) in DateString2Num()