Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3563 long xmon, xday, myear, minday, maxday; in xmlSchemaCompareDurations() local
3615 maxday = 0; in xmlSchemaCompareDurations()
3617 maxday = 366 * ((myear + 3) / 4) + in xmlSchemaCompareDurations()
3619 minday = maxday - 1; in xmlSchemaCompareDurations()
3624 maxday += dayRange[1][xmon]; in xmlSchemaCompareDurations()
3626 if ((maxday == minday) && (maxday == xday)) in xmlSchemaCompareDurations()
3628 if (maxday < xday) in xmlSchemaCompareDurations()