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

  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 290 const xmlChar *ncname; local
306 ncname = xsltSplitQName(style->dict, value, &prefix);
320 attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix);
356 "add attribute to list %s\n", ncname);
390 "add attribute to list %s\n", ncname);
428 "xsl:attribute-set : %s adds use %s\n", ncname, curval);
454 xmlHashUpdateEntry2(style->attributeSets, ncname, prefix, attrItems, NULL);
457 "updated attribute list %s\n", ncname);
1043 const xmlChar *ncname = NULL; local
1091 ncname = xsltSplitQName(ctxt->dict, curstr, &prefix)
    [all...]
  /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/chromium_org/third_party/libxml/src/include/libxml/
tree.h 639 xmlBuildQName (const xmlChar *ncname,
    [all...]
  /external/libxml2/include/libxml/
tree.h 676 xmlBuildQName (const xmlChar *ncname,
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c 201 * @ncname: the Name
206 * Builds the QName @prefix:@ncname in @memory if there is enough space
208 * If prefix is NULL or empty it returns ncname.
211 * @memory and @ncname or NULL in case of error
214 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix,
219 if (ncname == NULL) return(NULL);
220 if (prefix == NULL) return((xmlChar *) ncname);
222 lenn = strlen((char *) ncname);
236 memcpy(&ret[lenp + 1], ncname, lenn);
250 * [NS 6] Prefix ::= NCName
    [all...]
testapi.c 19005 xmlChar * ncname; \/* the Name *\/ local
    [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...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 1595 milliseconds