Searched refs:xmlValidateNCName (Results 1 – 14 of 14) sorted by relevance
/external/libxml2/ |
D | xmlschemastypes.c | 2725 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()
|
D | libxml2.syms | 1345 xmlValidateNCName;
|
D | SAX2.c | 1404 if (xmlValidateNCName(value, 1) != 0) { in xmlSAX2AttributeInternal() 2156 if (xmlValidateNCName(dup, 1) != 0) { in xmlSAX2AttributeNs()
|
D | relaxng.c | 3536 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()
|
D | rngparser.c | 351 if (xmlValidateNCName(token->token, 0) == 0) in xmlCRNGNextToken()
|
D | elfgcchack.h | 15368 #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
|
D | tree.c | 367 xmlValidateNCName(const xmlChar *value, int space) { in xmlValidateNCName() function
|
D | NEWS | 134 Compile out use of xmlValidateNCName() when not available. (Nicolas Le Cam),
|
D | xmlschemas.c | 5945 ret = xmlValidateNCName(value, 1); in xmlSchemaPValAttrNodeID()
|
D | testapi.c | 24048 ret_val = xmlValidateNCName((const xmlChar *)value, space); in test_xmlValidateNCName()
|
D | ChangeLog | 6802 * SAX2.c: skipped call to xmlValidateNCName when compiling
|
/external/libxml2/include/libxml/ |
D | tree.h | 664 xmlValidateNCName (const xmlChar *value,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 621 d xmlValidateNCName... 622 d pr 10i 0 extproc('xmlValidateNCName')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 2612 xmlValidateNCName
|