Searched refs:MakeRegularDate (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fpdfsdk/include/javascript/ |
D | PublicMethods.h | 69 …static double MakeRegularDate(const CFX_WideString & value,const CFX_WideString & format, FX_BOO…
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | PublicMethods.cpp | 608 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()
|
D | util.cpp | 594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat); in scand()
|