Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c3921 xmlSchemaDateNormalize (xmlSchemaValPtr dt, double offset) in xmlSchemaDateNormalize() function
4020 p1 = xmlSchemaDateNormalize(x, 0); in xmlSchemaCompareDates()
4023 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4041 q2 = xmlSchemaDateNormalize(y, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4064 q1 = xmlSchemaDateNormalize(y, 0); in xmlSchemaCompareDates()
4068 p1 = xmlSchemaDateNormalize(x, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4086 p2 = xmlSchemaDateNormalize(x, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4115 q1 = xmlSchemaDateNormalize(y, 0); in xmlSchemaCompareDates()
4118 p1 = xmlSchemaDateNormalize(x, 0); in xmlSchemaCompareDates()
5967 norm = xmlSchemaDateNormalize(val, 0); in xmlSchemaGetCanonValue()
[all …]