Lines Matching refs:String8

26 static String8 getStringAttributeAtIndex(const ResXMLTree& tree, ssize_t attrIndex,  in getStringAttributeAtIndex()
27 String8* outError) { in getStringAttributeAtIndex()
33 return String8(); in getStringAttributeAtIndex()
40 return String8(); in getStringAttributeAtIndex()
45 return str ? String8(str, len) : String8(); in getStringAttributeAtIndex()
49 int32_t defValue, String8* outError) { in getIntegerAttributeAtIndex()
79 String8 getAttribute(const ResXMLTree& tree, const char* ns, in getAttribute()
80 const char* attr, String8* outError) { in getAttribute()
83 return String8(); in getAttribute()
88 String8 getAttribute(const ResXMLTree& tree, uint32_t attrRes, String8* outError) { in getAttribute()
91 return String8(); in getAttribute()
96 String8 getResolvedAttribute(const ResTable& resTable, const ResXMLTree& tree, in getResolvedAttribute()
97 uint32_t attrRes, String8* outError) { in getResolvedAttribute()
100 return String8(); in getResolvedAttribute()
108 return String8(); in getResolvedAttribute()
115 return str ? String8(str, len) : String8(); in getResolvedAttribute()
124 return String8(); in getResolvedAttribute()
131 return String8(); in getResolvedAttribute()
136 return str ? String8(str, len) : String8(); in getResolvedAttribute()
140 const char* attr, int32_t defValue, String8* outError) { in getIntegerAttribute()
149 String8* outError) { in getIntegerAttribute()
158 uint32_t attrRes, int32_t defValue, String8* outError) { in getResolvedIntegerAttribute()
180 uint32_t attrRes, Res_value* outValue, String8* outError) { in getResolvedResourceAttribute()