Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_DateTime.cpp176 s32 y1 = y4ds / y1days; in DaysToDate() local
179 year = 2000 + c4 * 400 + c1 * 100 + y4 * 4 + y1; in DaysToDate()
183 if (y1 == 4 || c1 == 4) in DaysToDate()