Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp1309 size_t curNsLen = 0, curAttrLen = 0; in indexOfAttribute() local
1311 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() local
1338 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()