Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3771 long carry, tempdays, temp; in _xmlSchemaDateAdd() local
3847 tempdays = MAX_DAYINMONTH(r->year, r->mon); in _xmlSchemaDateAdd()
3849 tempdays = 1; in _xmlSchemaDateAdd()
3851 tempdays = d->day; in _xmlSchemaDateAdd()
3853 tempdays += u->day + carry; in _xmlSchemaDateAdd()
3856 if (tempdays < 1) { in _xmlSchemaDateAdd()
3869 tempdays += MAX_DAYINMONTH(tyr, tmon); in _xmlSchemaDateAdd()
3872 tempdays > (long) MAX_DAYINMONTH(r->year, r->mon)) { in _xmlSchemaDateAdd()
3873 tempdays = tempdays - MAX_DAYINMONTH(r->year, r->mon); in _xmlSchemaDateAdd()
3889 r->day = tempdays; in _xmlSchemaDateAdd()