Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c3986 long p1d, p2d, q1d, q2d; in xmlSchemaCompareDates() local
3995 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day; in xmlSchemaCompareDates()
4000 if (p1d < q1d) { in xmlSchemaCompareDates()
4004 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4017 if (p1d > q2d) in xmlSchemaCompareDates()
4019 else if (p1d == q2d) { in xmlSchemaCompareDates()
4043 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day; in xmlSchemaCompareDates()
4045 if (p1d < q1d) { in xmlSchemaCompareDates()
4049 } else if (p1d == q1d) { in xmlSchemaCompareDates()
4093 p1d = _xmlSchemaDateCastYMToDays(p1) + p1->value.date.day; in xmlSchemaCompareDates()
[all …]
/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 …]