Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxml2/
H A Dxmlschemastypes.c4087 xmlSchemaDateNormalize (xmlSchemaValPtr dt, double offset) in xmlSchemaDateNormalize() function
4194 p1 = xmlSchemaDateNormalize(x, 0); in xmlSchemaCompareDates()
4199 q1 = xmlSchemaDateNormalize(y, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4221 q2 = xmlSchemaDateNormalize(y, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4249 q1 = xmlSchemaDateNormalize(y, 0); in xmlSchemaCompareDates()
4255 p1 = xmlSchemaDateNormalize(x, -(14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4277 p2 = xmlSchemaDateNormalize(x, (14 * SECS_PER_HOUR)); in xmlSchemaCompareDates()
4311 q1 = xmlSchemaDateNormalize(y, 0); in xmlSchemaCompareDates()
4316 p1 = xmlSchemaDateNormalize(x, 0); in xmlSchemaCompareDates()
6002 norm = xmlSchemaDateNormalize(val, 0); in xmlSchemaGetCanonValue()
[all …]