OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns16
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_util_XmlBlock.cpp
264
const char16_t*
ns16
= NULL;
local
267
ns16
= env->GetStringChars(ns, NULL);
274
jint idx = (jint)st->indexOfAttribute(
ns16
, nsLen, name16, nameLen);
277
env->ReleaseStringChars(ns,
ns16
);
/frameworks/base/tools/aapt/
XMLNode.cpp
428
const uint16_t*
ns16
= block->getElementNamespace(&len);
local
429
String8 elemNs = build_namespace(namespaces,
ns16
);
442
ns16
= block->getAttributeNamespace(i, &len);
443
String8 ns = build_namespace(namespaces,
ns16
);
[
all
...]
Completed in 26 milliseconds