Searched defs:nsLen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp275 jsize nsLen = 0; local
278 nsLen = env->GetStringLength(ns);
284 jint idx = (jint)st->indexOfAttribute(ns16, nsLen, name16, nameLen);
/frameworks/base/libs/utils/
H A DResourceTypes.cpp892 ssize_t ResXMLParser::indexOfAttribute(const char16_t* ns, size_t nsLen, argument
911 if (strzcmp16(ns, nsLen, curNs, curNsLen) == 0) return i;

Completed in 67 milliseconds