Searched defs:yday (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dtzstrftime.c415 int yday; local
421 yday = t->tm_yday;
432 ** What yday (-3 ... 3) does
435 bot = ((yday + 11 - wday) %
438 ** What yday does the NEXT
446 if (yday >= top) {
451 if (yday >= bot) {
452 w = 1 + ((yday - bot) /
457 yday += isleap_sum(year, base) ?

Completed in 139 milliseconds