Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3577 long xmon, xday, myear, minday, maxday; in xmlSchemaCompareDurations() local
3626 myear = xmon / 12; in xmlSchemaCompareDurations()
3627 if (myear == 0) { in xmlSchemaCompareDurations()
3631 maxday = 366 * ((myear + 3) / 4) + in xmlSchemaCompareDurations()
3632 365 * ((myear - 1) % 4); in xmlSchemaCompareDurations()