Searched refs:nsLen (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_XmlBlock.cpp | 265 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/ |
D | ResourceTypes.h | 694 ssize_t indexOfAttribute(const char16_t* ns, size_t nsLen,
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1048 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()
|