Searched refs:ns8 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 710 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute() argument 718 const String16 ns(ns8); in addTagAttribute() 749 bool addTagAttribute(const sp<XMLNode>& node, const char* ns8, in addTagAttribute() argument 752 return addTagAttribute(node, ns8, attr8, value, errorOnFailedInsert, false); in addTagAttribute()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1528 String8 ns8, attr8; in indexOfAttribute() local 1530 ns8 = String8(ns, nsLen); in indexOfAttribute() 1534 ALOGI("indexOfAttribute UTF8 %s (%zu) / %s (%zu)", ns8.string(), nsLen, in indexOfAttribute() 1556 if (memcmp(ns8.string(), curNs, nsLen) == 0) { in indexOfAttribute()
|