Searched refs:xmlValidateNCName (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/include/libxml/ |
D | tree.h | 621 xmlValidateNCName (const xmlChar *value,
|
/external/libxml2/ |
D | xmlschemastypes.c | 2721 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType() 2733 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType() 2769 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType() 2808 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
|
D | SAX2.c | 1368 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal() 2111 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
|
D | relaxng.c | 3538 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseValue() 3631 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseData() 4603 if (xmlValidateNCName(name, 0)) { in xmlRelaxNGParseDefine() 4915 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern() 5031 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern() 5283 if (xmlValidateNCName(val, 0)) { in xmlRelaxNGParseNameClass()
|
D | elfgcchack.h | 15194 #undef xmlValidateNCName 15195 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__intern… 15197 #ifndef xmlValidateNCName 15198 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidd… 15199 #define xmlValidateNCName xmlValidateNCName__internal_alias macro
|
D | tree.c | 364 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
|
D | xmlschemas.c | 5924 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
|
/external/libxslt/libxslt/ |
D | xslt.c | 5181 if (xmlValidateNCName(templ->mode, 0)) { in xsltParseXSLTTemplate() 5232 if (xmlValidateNCName(templ->name, 0)) { in xsltParseXSLTTemplate() 5378 if (xmlValidateNCName(prop,0)) { in xsltParseStylesheetTemplate()
|