Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c60 typedef xmlSchemaValDate *xmlSchemaValDatePtr; typedef
1195 _xmlSchemaParseGYear (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseGYear()
1288 _xmlSchemaParseGMonth (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseGMonth()
1318 _xmlSchemaParseGDay (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseGDay()
1348 _xmlSchemaParseTime (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseTime()
1399 _xmlSchemaParseTimeZone (xmlSchemaValDatePtr dt, const xmlChar **str) { in _xmlSchemaParseTimeZone()
3758 xmlSchemaValDatePtr r, d; in _xmlSchemaDateAdd()