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

  /external/chromium_org/third_party/libxslt/libxslt/
attributes.c 347 xsltAttrElemPtr nextAttr, curAttr;
365 curAttr = attrItems;
366 while (curAttr != NULL) {
367 nextAttr = curAttr->next;
368 if (curAttr->attr == child) {
371 * why attrItems is set to curAttr
375 attrItems = curAttr;
378 if (curAttr->next == NULL)
379 curAttr->next = xsltNewAttrElem(child);
380 curAttr = nextAttr
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 52 milliseconds