Searched refs:curAttr (Results 1 – 1 of 1) sorted by relevance
1311 const char* curAttr = getAttributeName8(i, &curAttrLen); in indexOfAttribute() local1313 curAttr, curAttrLen)); in indexOfAttribute()1314 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()1315 && memcmp(attr8.string(), curAttr, attrLen) == 0) { in indexOfAttribute()1338 const char16_t* curAttr = getAttributeName(i, &curAttrLen); in indexOfAttribute() local1341 String8(curAttr, curAttrLen).string(), curAttrLen)); in indexOfAttribute()1342 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()1343 && (memcmp(attr, curAttr, attrLen*sizeof(char16_t)) == 0)) { in indexOfAttribute()