Searched refs:xmlValidateQName (Results 1 – 20 of 20) sorted by relevance
/external/chromium_org/third_party/libxslt/libxslt/ |
D | preproc.c | 915 if (xmlValidateQName(comp->name, 0)) { in xsltElementComp() 1035 if (xmlValidateQName(comp->name, 0)) { in xsltAttributeComp() 1296 if (xmlValidateQName(prop, 0)) { in xsltGetQNameProperty()
|
D | attributes.c | 746 if (xmlValidateQName(prop, 0)) { in xsltAttributeInternal()
|
D | transform.c | 3910 if (xmlValidateQName(prop, 0)) { in xsltElement()
|
D | xslt.c | 1290 if (xmlValidateQName(BAD_CAST element, 0) != 0) { in xsltParseStylesheetOutput()
|
/external/libxslt/libxslt/ |
D | preproc.c | 915 if (xmlValidateQName(comp->name, 0)) { in xsltElementComp() 1035 if (xmlValidateQName(comp->name, 0)) { in xsltAttributeComp() 1296 if (xmlValidateQName(prop, 0)) { in xsltGetQNameProperty()
|
D | attributes.c | 746 if (xmlValidateQName(prop, 0)) { in xsltAttributeInternal()
|
D | transform.c | 3910 if (xmlValidateQName(prop, 0)) { in xsltElement()
|
D | xslt.c | 1290 if (xmlValidateQName(BAD_CAST element, 0) != 0) { in xsltParseStylesheetOutput()
|
/external/libxml2/include/libxml/ |
D | tree.h | 627 xmlValidateQName (const xmlChar *value,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | tree.h | 628 xmlValidateQName (const xmlChar *value,
|
/external/chromium_org/third_party/libxml/src/ |
D | xmlschemastypes.c | 2674 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType() 2850 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType()
|
D | elfgcchack.h | 15374 #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
|
D | xmlschemas.c | 5783 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()
|
D | tree.c | 438 xmlValidateQName(const xmlChar *value, int space) { in xmlValidateQName() function
|
D | testapi.c | 23988 ret_val = xmlValidateQName((const xmlChar *)value, space); in test_xmlValidateQName()
|
/external/libxml2/ |
D | xmlschemastypes.c | 2681 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType() 2857 ret = xmlValidateQName(value, 1); in xmlSchemaValAtomicType()
|
D | elfgcchack.h | 15374 #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
|
D | xmlschemas.c | 5783 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()
|
D | tree.c | 438 xmlValidateQName(const xmlChar *value, int space) { in xmlValidateQName() function
|
/external/chromium_org/third_party/libxml/src/win32/ |
D | libxml2.def.src | 2607 xmlValidateQName
|