Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp269 jsize nsLen = 0; in android_content_XmlBlock_nativeGetAttributeIndex() local
272 nsLen = env->GetStringLength(ns); in android_content_XmlBlock_nativeGetAttributeIndex()
279 jint idx = static_cast<jint>(st->indexOfAttribute(ns16, nsLen, name16, nameLen)); in android_content_XmlBlock_nativeGetAttributeIndex()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1403 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, in indexOfAttribute() argument
1414 ns8 = String8(ns, nsLen); in indexOfAttribute()
1418 ALOGI("indexOfAttribute UTF8 %s (%zu) / %s (%zu)", ns8.string(), nsLen, in indexOfAttribute()
1428 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()
1440 if (memcmp(ns8.string(), curNs, nsLen) == 0) { in indexOfAttribute()
1452 String8(ns, nsLen).string(), nsLen, in indexOfAttribute()
1464 if (curAttr != NULL && curNsLen == nsLen && curAttrLen == attrLen in indexOfAttribute()
1476 if (memcmp(ns, curNs, nsLen*sizeof(char16_t)) == 0) { in indexOfAttribute()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h775 ssize_t indexOfAttribute(const char16_t* ns, size_t nsLen,