Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/fnd/
Dfnd_DateTime.cpp153 void DateTime::DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days) in DaysToDate() function in nn::fnd::DateTime
230 DaysToDate( in GetYear()
241 DaysToDate( in GetMonth()
252 DaysToDate( in GetDay()
338 DaysToDate( in ReplaceDay()
356 DaysToDate( in ReplaceMonth()
374 DaysToDate( in ReplaceYear()
406 DaysToDate(&year,&month,&day, days); in GetParameters()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_DateTime.h384 static void DaysToDate(s32 *pYear, s32 *pMonth, s32 *pDay, s32 days);