Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c2729 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2741 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2777 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2816 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
Dlibxml2.syms1345 xmlValidateNCName;
DSAX2.c1404 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal()
2156 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
Drelaxng.c3538 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseValue()
3631 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseData()
4607 if (xmlValidateNCName(name, 0)) { in xmlRelaxNGParseDefine()
4919 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5035 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5287 if (xmlValidateNCName(val, 0)) { in xmlRelaxNGParseNameClass()
Drngparser.c351 if (xmlValidateNCName(token->token, 0) == 0) in xmlCRNGNextToken()
Delfgcchack.h15368 #undef xmlValidateNCName
15369 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__intern…
15371 #ifndef xmlValidateNCName
15372 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidd…
15373 #define xmlValidateNCName xmlValidateNCName__internal_alias macro
Dtree.c367 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
DNEWS134 Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),
Dxmlschemas.c5958 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
Dtestapi.c24048 ret_val = xmlValidateNCName((const xmlChar *)value, space); in test_xmlValidateNCName()
DChangeLog6802 * SAX2.c: skipped call to xmlValidateNCName when compiling
/external/libxml2/include/libxml/
Dtree.h664 xmlValidateNCName (const xmlChar *value,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle629 d xmlValidateNCName...
630 d pr extproc('xmlValidateNCName')
/external/libxml2/win32/
Dlibxml2.def.src2612 xmlValidateNCName