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

/external/pdfium/fpdfsdk/src/javascript/
H A DPublicMethods.cpp520 double CJS_PublicMethods::ParseNormalDate(const CFX_WideString & value, FX_BOOL& bWrongFormat) argument
568 bWrongFormat = FALSE;
595 bWrongFormat = FALSE;
599 bWrongFormat = TRUE;
608 double CJS_PublicMethods::MakeRegularDate(const CFX_WideString & value, const CFX_WideString & format, FX_BOOL& bWrongFormat) argument
626 bWrongFormat = FALSE;
837 bWrongFormat = TRUE;
846 bWrongFormat = TRUE;
859 bWrongFormat = TRUE;
875 bWrongFormat
1550 FX_BOOL bWrongFormat = FALSE; local
1660 FX_BOOL bWrongFormat = FALSE; local
[all...]
H A Dutil.cpp593 FX_BOOL bWrongFormat = FALSE; local
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
/external/pdfium/fpdfsdk/include/javascript/
H A DPublicMethods.h69 static double MakeRegularDate(const CFX_WideString & value,const CFX_WideString & format, FX_BOOL& bWrongFormat);
73 static double ParseNormalDate(const CFX_WideString & value, FX_BOOL& bWrongFormat);

Completed in 521 milliseconds