Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp1158 const char* curAttr = getAttributeName8(i, &curAttrLen); in indexOfAttribute() local
1160 curAttr, curAttrLen)); in indexOfAttribute()
1161 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()
1162 && memcmp(attr8.string(), curAttr, attrLen) == 0) { in indexOfAttribute()
1185 const char16_t* curAttr = getAttributeName(i, &curAttrLen); in indexOfAttribute() local
1188 String8(curAttr, curAttrLen).string(), curAttrLen)); in indexOfAttribute()
1189 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()
1190 && (memcmp(attr, curAttr, attrLen*sizeof(char16_t)) == 0)) { in indexOfAttribute()