Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3563 long xmon, xday, myear, minday, maxday; in xmlSchemaCompareDurations() local
3612 myear = xmon / 12; in xmlSchemaCompareDurations()
3613 if (myear == 0) { in xmlSchemaCompareDurations()
3617 maxday = 366 * ((myear + 3) / 4) + in xmlSchemaCompareDurations()
3618 365 * ((myear - 1) % 4); in xmlSchemaCompareDurations()