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

/external/libxml2/
H A Dxmlschemastypes.c3761 long carry, tempdays, temp; local
3832 * Note we use tempdays because the temporary values may need more
3837 tempdays = MAX_DAYINMONTH(r->year, r->mon);
3839 tempdays = 1;
3841 tempdays = d->day;
3843 tempdays += u->day + carry;
3846 if (tempdays < 1) {
3859 tempdays += MAX_DAYINMONTH(tyr, tmon);
3862 tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) {
3863 tempdays
[all...]

Completed in 131 milliseconds