Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3757 long carry, tempdays, temp; in _xmlSchemaDateAdd() local
3833 tempdays = MAX_DAYINMONTH(r->year, r->mon); in _xmlSchemaDateAdd()
3835 tempdays = 1; in _xmlSchemaDateAdd()
3837 tempdays = d->day; in _xmlSchemaDateAdd()
3839 tempdays += u->day + carry; in _xmlSchemaDateAdd()
3842 if (tempdays < 1) { in _xmlSchemaDateAdd()
3855 tempdays += MAX_DAYINMONTH(tyr, tmon); in _xmlSchemaDateAdd()
3858 tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) { in _xmlSchemaDateAdd()
3859 tempdays = tempdays - MAX_DAYINMONTH(r->year, r->mon); in _xmlSchemaDateAdd()
3875 r->day = tempdays; in _xmlSchemaDateAdd()