Searched refs:attrCommentLine (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp287 StringPiece16 attrCommentLine = entry.symbol->attribute->getComment(); local
288 if (attrCommentLine.contains(StringPiece16(u"@removed"))) {
309 auto iter = std::find(attrCommentLine.begin(), attrCommentLine.end(), u'.');
310 if (iter != attrCommentLine.end()) {
311 attrCommentLine = attrCommentLine.substr(
312 0, (iter - attrCommentLine.begin()) + 1);
314 styleableComment << attrCommentLine << "</td></tr>\n"; local

Completed in 328 milliseconds