Searched refs:nsLen (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_XmlBlock.cpp | 245 jsize nsLen = 0; in android_content_XmlBlock_nativeGetAttributeIndex() local 248 nsLen = env->GetStringLength(ns); in android_content_XmlBlock_nativeGetAttributeIndex() 255 jint idx = static_cast<jint>(st->indexOfAttribute(ns16, nsLen, name16, nameLen)); in android_content_XmlBlock_nativeGetAttributeIndex()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1586 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, in indexOfAttribute() argument 1597 ns8 = String8(ns, nsLen); in indexOfAttribute() 1601 ALOGI("indexOfAttribute UTF8 %s (%zu) / %s (%zu)", ns8.c_str(), nsLen, in indexOfAttribute() 1611 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute() 1623 if (memcmp(ns8.c_str(), curNs, nsLen) == 0) { in indexOfAttribute() 1635 String8(ns, nsLen).c_str(), nsLen, in indexOfAttribute() 1647 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute() 1659 if (memcmp(ns, curNs, nsLen*sizeof(char16_t)) == 0) { in indexOfAttribute()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 806 ssize_t indexOfAttribute(const char16_t* ns, size_t nsLen,
|