Home
last modified time | relevance | path

Searched refs:style16 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DXmlFlattener_test.cpp109 const StringPiece16 style16 = u"style"; in TEST_F() local
110 idx = tree.indexOfAttribute(nullptr, 0, style16.data(), style16.size()); in TEST_F()
/frameworks/base/tools/aapt/
DResourceTable.cpp810 const String16 style16("style"); in compileResourceFile() local
1442 } else if (strcmp16(block.getElementName(&len), style16.string()) == 0) { in compileResourceFile()
1443 curTag = &style16; in compileResourceFile()
1444 curType = style16; in compileResourceFile()
3596 const String16 style16("style"); in assignResourceIds() local
3601 mParentId = table->getResId(mParent, &style16, NULL, &errorMsg); in assignResourceIds()
DXMLNode.cpp1464 const String16 style16("style"); in flatten_node() local
1506 } else if (ae.name == style16) { in flatten_node()