Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dattributes.c1045 const xmlChar *curstr, *endstr; in xsltApplyAttributeSet() local
1078 endstr = curstr; in xsltApplyAttributeSet()
1079 while ((*endstr != 0) && (!IS_BLANK(*endstr))) in xsltApplyAttributeSet()
1080 endstr++; in xsltApplyAttributeSet()
1081 curstr = xmlDictLookup(ctxt->dict, curstr, endstr - curstr); in xsltApplyAttributeSet()
1123 curstr = endstr; in xsltApplyAttributeSet()