Searched refs:curAttrLen (Results 1 – 1 of 1) sorted by relevance
1309 size_t curNsLen = 0, curAttrLen = 0; in indexOfAttribute() local1311 const char* curAttr = getAttributeName8(i, &curAttrLen); in indexOfAttribute()1313 curAttr, curAttrLen)); in indexOfAttribute()1314 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()1336 size_t curNsLen = 0, curAttrLen = 0; in indexOfAttribute() local1338 const char16_t* curAttr = getAttributeName(i, &curAttrLen); in indexOfAttribute()1341 String8(curAttr, curAttrLen).string(), curAttrLen)); in indexOfAttribute()1342 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()