Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3993 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local
4002 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day; in xmlSchemaCompareDates()
4007 if (p1d < q1d) { in xmlSchemaCompareDates()
4011 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4024 if (p1d > q2d) in xmlSchemaCompareDates()
4026 else if (p1d == q2d) { in xmlSchemaCompareDates()
4050 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day; in xmlSchemaCompareDates()
4052 if (p1d < q1d) { in xmlSchemaCompareDates()
4056 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4100 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day; in xmlSchemaCompareDates()
[all …]