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
265
const char16_t*
ns16
= NULL;
local
268
ns16
= env->GetStringChars(ns, NULL);
275
jint idx = (jint)st->indexOfAttribute(
ns16
, nsLen, name16, nameLen);
278
env->ReleaseStringChars(ns,
ns16
);
/frameworks/base/tools/aapt/
XMLNode.cpp
421
const uint16_t*
ns16
= block->getElementNamespace(&len);
local
422
String8 elemNs = build_namespace(namespaces,
ns16
);
435
ns16
= block->getAttributeNamespace(i, &len);
436
String8 ns = build_namespace(namespaces,
ns16
);
[
all
...]
Completed in 20 milliseconds