Searched refs:bodyEnd (Results 1 – 3 of 3) sorted by relevance
57 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in constOut() local59 this->firstBlockTrim((int) (bodyEnd - fStart), fStart); // may write nothing in constOut()327 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in enumHeaderOut() local329 this->firstBlockTrim((int) (bodyEnd - fStart), fStart); // may write nothing in enumHeaderOut()460 bodyEnd = braceHolder->fContentStart; in enumHeaderOut()461 SkASSERT('{' == bodyEnd[0]); in enumHeaderOut()462 ++bodyEnd; in enumHeaderOut()464 this->writeBlock((int) (bodyEnd - fStart), fStart); // write include "enum Name {" in enumHeaderOut()467 this->setStart(bodyEnd, braceHolder); in enumHeaderOut()1490 const char* bodyEnd = fDeferComment ? fDeferComment->fContentStart - 1 : in populate() local[all …]
1026 const char* bodyEnd = "</body>\n"; in bundle_write_xml() local1197 write_utf8_file(out, UnicodeString(bodyEnd)); in bundle_write_xml()