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

/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h69 static double MakeRegularDate(const CFX_WideString & value,const CFX_WideString & format, FX_BOOL& bWrongFormat);
/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp608 double CJS_PublicMethods::MakeRegularDate(const CFX_WideString & value, const CFX_WideString & format, FX_BOOL& bWrongFormat) function in class:CJS_PublicMethods
1561 dDate = MakeRegularDate(strValue,sFormat,bWrongFormat);
1661 double dRet = MakeRegularDate(strValue,sFormat,bWrongFormat);
2067 double dDate = MakeRegularDate(sValue,sFormat,bWrongFormat);
H A Dutil.cpp594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);

Completed in 299 milliseconds