Searched refs:p2d (Results 1 – 1 of 1) sorted by relevance
3975 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local4050 p2d = _xmlSchemaDateCastYMToDays(p2) + p2->value.date.day; in xmlSchemaCompareDates()4052 if (p2d > q1d) { in xmlSchemaCompareDates()4054 } else if (p2d == q1d) { in xmlSchemaCompareDates()