Searched refs:FX_GetMonthFromTime (Results 1 – 5 of 5) sorted by relevance
23 int FX_GetMonthFromTime(double dt);53 using fxjs::FX_GetMonthFromTime;
105 EXPECT_EQ(test.expected_month, FX_GetMonthFromTime(test.time_ms)) in TEST()
196 int FX_GetMonthFromTime(double dt) { in FX_GetMonthFromTime() function304 int nMonth = FX_GetMonthFromTime(dt) + 1; in FX_ParseDateUsingFormat()
175 int month = FX_GetMonthFromTime(date) + 1; // One-based. in printd()
350 int nMonth = FX_GetMonthFromTime(dt) + 1; in ParseDate()452 int nMonth = FX_GetMonthFromTime(dDate) + 1; in PrintDateUsingFormat()