Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DPublicMethods.h69 …static double MakeRegularDate(const CFX_WideString & value,const CFX_WideString & format, FX_BOO…
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp608 double CJS_PublicMethods::MakeRegularDate(const CFX_WideString & value, const CFX_WideString & form… in MakeRegularDate() function in CJS_PublicMethods
1561 dDate = MakeRegularDate(strValue,sFormat,bWrongFormat); in AFDate_FormatEx()
1661 double dRet = MakeRegularDate(strValue,sFormat,bWrongFormat); in AFDate_KeystrokeEx()
2067 double dDate = MakeRegularDate(sValue,sFormat,bWrongFormat); in AFParseDateEx()
Dutil.cpp594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat); in scand()