Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dpreproc.c915 if (xmlValidateQName(comp->name, 0)) { in xsltElementComp()
1035 if (xmlValidateQName(comp->name, 0)) { in xsltAttributeComp()
1296 if (xmlValidateQName(prop, 0)) { in xsltGetQNameProperty()
Dattributes.c746 if (xmlValidateQName(prop, 0)) { in xsltAttributeInternal()
Dxslt.c1290 if (xmlValidateQName(BAD_CAST element, 0) != 0) { in xsltParseStylesheetOutput()
Dtransform.c3910 if (xmlValidateQName(prop, 0)) { in xsltElement()
/external/libxml2/include/libxml/
Dtree.h627 xmlValidateQName (const xmlChar *value,
/external/libxml2/
Dxmlschemastypes.c2681 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType()
2857 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType()
Delfgcchack.h15374 #undef xmlValidateQName
15375 extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_…
15377 #ifndef xmlValidateQName
15378 extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden…
15379 #define xmlValidateQName xmlValidateQName__internal_alias macro
Dxmlschemas.c5783 ret = xmlValidateQName(value, 1); in xmlSchemaPValAttrNodeQNameValue()
21857 ret = xmlValidateQName(value, 1); in xmlSchemaValidateNotation()
24380 ret = xmlValidateQName(value, 1); in xmlSchemaValidateQName()
24791 ret = xmlValidateQName(value, 1); in xmlSchemaVExpandQName()
Dtree.c438 xmlValidateQName(const xmlChar *value, int space) { in xmlValidateQName() function