Searched defs:formatted (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceParser.cpp529 bool formatted = true; local
530 if (Maybe<StringPiece16> formattedAttr = xml::findAttribute(parser, u"formatted")) {
531 if (!ResourceUtils::tryParseBool(formattedAttr.value(), &formatted)) {
533 << "invalid value for 'formatted'. Must be a boolean");
556 if (formatted && translateable) {
560 "did you mean to add the formatted=\"false\" attribute?";
/frameworks/base/tools/aapt/
H A DResourceTable.cpp834 const String16 formatted16("formatted");
1350 String16 formatted; local
1361 formatted.setTo(block.getAttributeStringValue(i, &length));
1392 if (formatted == false16) {

Completed in 89 milliseconds