Lines Matching refs:attr16
271 String16 attr16("attr"); in createIfNeeded() local
273 if (outTable->hasBagOrEntry(myPackage, attr16, ident)) { in createIfNeeded()
283 attr16, ident, String16(""), in createIfNeeded()
290 outTable->appendComment(myPackage, attr16, ident, comment, appendComment); in createIfNeeded()
306 const String16 attr16("attr"); in compileAttribute() local
359 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
377 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
402 err = outTable->addBag(attr.sourcePos, myPackage, attr16, attr.ident, in compileAttribute()
441 myPackage, attr16, attr.ident, String16(""), in compileAttribute()
521 attr16, attr.ident, String16(""), in compileAttribute()
528 if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileAttribute()
550 appendTypeInfo(outTable, myPackage, attr16, attr.ident, attr.type, gFormatFlags); in compileAttribute()
555 outTable->appendTypeComment(myPackage, attr16, attr.ident, enumOrFlagsComment); in compileAttribute()
738 const String16 attr16("attr"); in compileResourceFile() local
1189 } else if (strcmp16(block.getElementName(&len), attr16.string()) != 0) { in compileResourceFile()
1224 } else if (strcmp16(block.getElementName(&len), attr16.string()) == 0) { in compileResourceFile()
3151 const String16 attr16("attr"); in generateAttributes() local
3166 } else if (!table->hasBagOrEntry(key, &attr16, &package)) { in generateAttributes()
3179 attr16, key, String16(""), in generateAttributes()
3199 const String16 attr16("attr"); in assignResourceIds() local
3215 it.isId ? &id16 : &attr16, NULL, &errorMsg); in assignResourceIds()
3219 String8(it.isId ? id16 : attr16).string(), in assignResourceIds()