HomeSort by relevance Sort by last modified time
    Searched refs:bWrongFormat (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
PublicMethods.cpp 520 double CJS_PublicMethods::ParseNormalDate(const CFX_WideString & value, FX_BOOL& bWrongFormat)
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)
626 bWrongFormat = FALSE;
837 bWrongFormat = TRUE;
846 bWrongFormat = TRUE;
859 bWrongFormat = TRUE;
875 bWrongFormat = TRUE;
    [all...]
util.cpp 593 FX_BOOL bWrongFormat = FALSE;
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);
  /external/pdfium/fpdfsdk/include/javascript/
PublicMethods.h 69 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 45 milliseconds