Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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()
Dtransform.c3910 if (xmlValidateQName(prop, 0)) { in xsltElement()
Dxslt.c1290 if (xmlValidateQName(BAD_CAST element, 0) != 0) { in xsltParseStylesheetOutput()
/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()
Dtransform.c3910 if (xmlValidateQName(prop, 0)) { in xsltElement()
Dxslt.c1290 if (xmlValidateQName(BAD_CAST element, 0) != 0) { in xsltParseStylesheetOutput()
/external/libxml2/include/libxml/
Dtree.h627 xmlValidateQName (const xmlChar *value,
/external/chromium_org/third_party/libxml/src/include/libxml/
Dtree.h628 xmlValidateQName (const xmlChar *value,
/external/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c2674 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType()
2850 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()
21856 ret = xmlValidateQName(value, 1); in xmlSchemaValidateNotation()
24379 ret = xmlValidateQName(value, 1); in xmlSchemaValidateQName()
24790 ret = xmlValidateQName(value, 1); in xmlSchemaVExpandQName()
Dtree.c438 xmlValidateQName(const xmlChar *value, int space) { in xmlValidateQName() function
Dtestapi.c23988 ret_val = xmlValidateQName((const xmlChar *)value, space); in test_xmlValidateQName()
/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
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2607 xmlValidateQName