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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c3821 long tmon = (long) MODULO_RANGE((int)r->mon-1, 1, 13); local
3829 if (tmon < 0)
3830 tmon = 0;
3831 if (tmon > 12)
3832 tmon = 12;
3833 tempdays += MAX_DAYINMONTH(tyr, tmon);

Completed in 45 milliseconds