Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dattributes.c347 xsltAttrElemPtr nextAttr, curAttr; in xsltParseStylesheetAttributeSet() local
365 curAttr = attrItems; in xsltParseStylesheetAttributeSet()
366 while (curAttr != NULL) { in xsltParseStylesheetAttributeSet()
367 nextAttr = curAttr->next; in xsltParseStylesheetAttributeSet()
368 if (curAttr->attr == child) { in xsltParseStylesheetAttributeSet()
375 attrItems = curAttr; in xsltParseStylesheetAttributeSet()
378 if (curAttr->next == NULL) in xsltParseStylesheetAttributeSet()
379 curAttr->next = xsltNewAttrElem(child); in xsltParseStylesheetAttributeSet()
380 curAttr = nextAttr; in xsltParseStylesheetAttributeSet()
/external/icu4c/common/
Duloc_tag.c2472 AttributeListEntry *curAttr = langtag->attributes; in ultag_close() local
2473 while (curAttr) { in ultag_close()
2474 AttributeListEntry *nextAttr = curAttr->next; in ultag_close()
2475 uprv_free(curAttr); in ultag_close()
2476 curAttr = nextAttr; in ultag_close()