Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3907 xmlSchemaDateNormalize (xmlSchemaValPtr dt, double offset) in xmlSchemaDateNormalize() function
4006 p1 = xmlSchemaDateNormalize(x, 0); in xmlSchemaCompareDates()
4009 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4027 q2 = xmlSchemaDateNormalize(y, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4050 q1 = xmlSchemaDateNormalize(y, 0); in xmlSchemaCompareDates()
4054 p1 = xmlSchemaDateNormalize(x, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4072 p2 = xmlSchemaDateNormalize(x, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4101 q1 = xmlSchemaDateNormalize(y, 0); in xmlSchemaCompareDates()
4104 p1 = xmlSchemaDateNormalize(x, 0); in xmlSchemaCompareDates()
5944 norm = xmlSchemaDateNormalize(val, 0); in xmlSchemaGetCanonValue()
[all …]