Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.h32 bool FX_IsValidSecond(int s);
60 using fxjs::FX_IsValidSecond;
Dfx_date_helpers.cpp234 bool FX_IsValidSecond(int s) { in FX_IsValidSecond() function
538 !FX_IsValidSecond(nSec)) { in FX_ParseDateUsingFormat()