Searched refs:pendingComment (Results 1 – 3 of 3) sorted by relevance
36 std::u16string pendingComment; member120 el->comment = std::move(stack->pendingComment); in startElementHandler()162 if (!stack->pendingComment.empty()) { in commentDataHandler()163 stack->pendingComment += '\n'; in commentDataHandler()165 stack->pendingComment += util::utf8ToUtf16(comment); in commentDataHandler()
1243 if (st->pendingComment.size() > 0) { in startElement()1244 node->appendComment(st->pendingComment); in startElement()1245 st->pendingComment = String16(); in startElement()1298 if (st->pendingComment.size() > 0) { in endElement()1299 node->appendComment(st->pendingComment); in endElement()1300 st->pendingComment = String16(); in endElement()1332 if (st->pendingComment.size() > 0) { in commentData()1333 st->pendingComment.append(String16("\n")); in commentData()1335 st->pendingComment.append(String16(comment)); in commentData()
157 String16 pendingComment; member