Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dtree.h621 xmlValidateNCName (const xmlChar *value,
/external/libxml2/
Dxmlschemastypes.c2721 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()
DSAX2.c1368 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal()
2111 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
Drelaxng.c3538 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()
Delfgcchack.h15194 #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
Dtree.c364 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
Dxmlschemas.c5924 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
/external/libxslt/libxslt/
Dxslt.c5181 if (xmlValidateNCName(templ->mode, 0)) { in xsltParseXSLTTemplate()
5232 if (xmlValidateNCName(templ->name, 0)) { in xsltParseXSLTTemplate()
5378 if (xmlValidateNCName(prop,0)) { in xsltParseStylesheetTemplate()