Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1552 const char* curNs = getAttributeNamespace8(i, &curNsLen); in indexOfAttribute() local
1555 … ALOGI(" curNs=%s (%zu), curAttr=%s (%zu)", curNs, curNsLen, curAttr, curAttrLen); in indexOfAttribute()
1560 if (curNs == NULL) { in indexOfAttribute()
1566 } else if (curNs != NULL) { in indexOfAttribute()
1569 if (memcmp(ns8.string(), curNs, nsLen) == 0) { in indexOfAttribute()
1586 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute() local
1590 String8(curNs, curNsLen).string(), curNsLen, in indexOfAttribute()
1596 if (curNs == NULL) { in indexOfAttribute()
1602 } else if (curNs != NULL) { in indexOfAttribute()
1605 if (memcmp(ns, curNs, nsLen*sizeof(char16_t)) == 0) { in indexOfAttribute()