Home
last modified time | relevance | path

Searched refs:ncname (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dxmllib.py77 ncname = re.compile(_NCName + '$') variable
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
/external/libxml2/include/libxml/
Dtree.h681 xmlBuildQName (const xmlChar *ncname,
/external/libxml2/
Dtree.c223 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, in xmlBuildQName() argument
228 if (ncname == NULL) return(NULL); in xmlBuildQName()
229 if (prefix == NULL) return((xmlChar *) ncname); in xmlBuildQName()
231 lenn = strlen((char *) ncname); in xmlBuildQName()
245 memcpy(&ret[lenp + 1], ncname, lenn); in xmlBuildQName()
Dtestapi.c19311 xmlChar * ncname; /* the Name */ in test_xmlBuildQName() local
19325 ncname = gen_const_xmlChar_ptr(n_ncname, 0); in test_xmlBuildQName()
19333 ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); in test_xmlBuildQName()
19334 if ((ret_val != NULL) && (ret_val != ncname) && in test_xmlBuildQName()
19340 des_const_xmlChar_ptr(n_ncname, (const xmlChar *)ncname, 0); in test_xmlBuildQName()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle666 d ncname * value options(*string) const xmlChar *