HomeSort by relevance Sort by last modified time
    Searched refs:ncname (Results 1 - 7 of 7) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /external/libxml2/include/libxml/
tree.h 680 xmlBuildQName (const xmlChar *ncname,
    [all...]
  /external/libxml2/
tree.c 204 * @ncname: the Name
209 * Builds the QName @prefix:@ncname in @memory if there is enough space
211 * If prefix is NULL or empty it returns ncname.
214 * @memory and @ncname or NULL in case of error
217 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix,
222 if (ncname == NULL) return(NULL);
223 if (prefix == NULL) return((xmlChar *) ncname);
225 lenn = strlen((char *) ncname);
239 memcpy(&ret[lenp + 1], ncname, lenn);
253 * [NS 6] Prefix ::= NCName
    [all...]
testapi.c 19194 xmlChar * ncname; \/* the Name *\/ local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 798 milliseconds