HomeSort by relevance Sort by last modified time
    Searched defs:pendingComment (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
XMLNode.h 157 String16 pendingComment;
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 36 std::u16string pendingComment;
120 el->comment = std::move(stack->pendingComment);
129 //stack->nodeStack.top()->comment = std::move(stack->pendingComment);
162 if (!stack->pendingComment.empty()) {
163 stack->pendingComment += '\n';
165 stack->pendingComment += util::utf8ToUtf16(comment);

Completed in 94 milliseconds