Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_publicmethods.cpp485 bool bBadFormat = false; in MakeRegularDate() local
670 bBadFormat = true; in MakeRegularDate()
678 bBadFormat = true; in MakeRegularDate()
688 bBadFormat = true; in MakeRegularDate()
704 if (!bBadFormat) { in MakeRegularDate()
705 bBadFormat = !IsValidMonth(nMonth) || !IsValidDay(nDay) || in MakeRegularDate()
711 if (bBadFormat) { in MakeRegularDate()
712 dRet = ParseNormalDate(value, &bBadFormat); in MakeRegularDate()
721 dRet = ParseNormalDate(value, &bBadFormat); in MakeRegularDate()
724 *bWrongFormat = bBadFormat; in MakeRegularDate()