Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c2725 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2737 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2773 ret = xmlValidateNCName(value, 1); in xmlSchemaValAtomicType()
2812 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.c3536 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseValue()
3629 if (xmlValidateNCName(type, 0)) { in xmlRelaxNGParseData()
4605 if (xmlValidateNCName(name, 0)) { in xmlRelaxNGParseDefine()
4917 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5033 if (xmlValidateNCName(def->name, 0)) { in xmlRelaxNGParsePattern()
5285 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.c5945 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.rpgle621 d xmlValidateNCName...
622 d pr 10i 0 extproc('xmlValidateNCName')
/external/libxml2/win32/
Dlibxml2.def.src2612 xmlValidateNCName