Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResXMLParser.java413 final String curNs = getAttributeNamespace8(i, curNsLen); in indexOfAttribute() local
416 ALOGI(" curNs=%s (0x%x), curAttr=%s (0x%x)", curNs, curNsLen, curAttr, curAttrLen); in indexOfAttribute()
421 if (curNs == null) { in indexOfAttribute()
427 } else if (curNs != null) { in indexOfAttribute()
430 if (memcmp(ns8.string(), curNs, nsLen) == 0) { in indexOfAttribute()
447 final String curNs = getAttributeNamespace(i, curNsLen); in indexOfAttribute() local
451 curNs /*String8(curNs, curNsLen).string()*/, curNsLen, in indexOfAttribute()
457 if (curNs == null) { in indexOfAttribute()
463 } else if (curNs != null) { in indexOfAttribute()
466 if (memcmp(ns, curNs, nsLen*SIZEOF_CHAR/*sizeof(char16_t)*/) == 0) { in indexOfAttribute()