Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp265 jsize nsLen = 0; in android_content_XmlBlock_nativeGetAttributeIndex() local
268 nsLen = env->GetStringLength(ns); in android_content_XmlBlock_nativeGetAttributeIndex()
274 jint idx = (jint)st->indexOfAttribute(ns16, nsLen, name16, nameLen); in android_content_XmlBlock_nativeGetAttributeIndex()
/frameworks/base/include/androidfw/
DResourceTypes.h694 ssize_t indexOfAttribute(const char16_t* ns, size_t nsLen,
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1048 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, in indexOfAttribute() argument
1067 if (strzcmp16(ns, nsLen, curNs, curNsLen) == 0) return i; in indexOfAttribute()