Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dfx_date_helpers.h23 int FX_GetMonthFromTime(double dt);
53 using fxjs::FX_GetMonthFromTime;
Dfx_date_helpers_unittest.cpp105 EXPECT_EQ(test.expected_month, FX_GetMonthFromTime(test.time_ms)) in TEST()
Dfx_date_helpers.cpp196 int FX_GetMonthFromTime(double dt) { in FX_GetMonthFromTime() function
304 int nMonth = FX_GetMonthFromTime(dt) + 1; in FX_ParseDateUsingFormat()
Dcjs_util.cpp175 int month = FX_GetMonthFromTime(date) + 1; // One-based. in printd()
Dcjs_publicmethods.cpp350 int nMonth = FX_GetMonthFromTime(dt) + 1; in ParseDate()
452 int nMonth = FX_GetMonthFromTime(dDate) + 1; in PrintDateUsingFormat()