Lines Matching refs:begin
166 currentAttribute_ = attributes_.begin(); in nextAttribute()
213 char const * p = text.begin; in normalizeLineEnds()
386 char const * begin = pos_; in scanCdataSection() local
398 return Span(begin, i); in scanCdataSection()
403 for (char const * begin = pos_;; ++pos_) { in scanName() local
413 return pos_ != begin; in scanName()
423 int XmlReader::scanNamespaceIri(char const * begin, char const * end) { in scanNamespaceIri() argument
424 OSL_ASSERT(begin != 0 && begin <= end); in scanNamespaceIri()
425 Span iri(handleAttributeValue(begin, end, false)); in scanNamespaceIri()
563 char const * begin, char const * end, bool fullyNormalize) in handleAttributeValue() argument
567 while (begin != end && isSpace(*begin)) { in handleAttributeValue()
568 ++begin; in handleAttributeValue()
570 while (end != begin && isSpace(end[-1])) { in handleAttributeValue()
573 char const * p = begin; in handleAttributeValue()
585 pad_.add(begin, p - begin); in handleAttributeValue()
590 pad_.add(begin, p - begin); in handleAttributeValue()
596 begin = ++p; in handleAttributeValue()
605 pad_.add(begin, p - begin); in handleAttributeValue()
606 begin = ++p; in handleAttributeValue()
610 begin = ++p; in handleAttributeValue()
615 pad_.add(begin, p - begin); in handleAttributeValue()
617 begin = p; in handleAttributeValue()
626 pad_.add(begin, p - begin); in handleAttributeValue()
628 char const * p = begin; in handleAttributeValue()
633 pad_.add(begin, p - begin); in handleAttributeValue()
634 begin = ++p; in handleAttributeValue()
638 pad_.add(begin, p - begin); in handleAttributeValue()
643 begin = p; in handleAttributeValue()
647 pad_.add(begin, p - begin); in handleAttributeValue()
649 begin = p; in handleAttributeValue()
656 pad_.add(begin, p - begin); in handleAttributeValue()
850 for (char const * begin = pos_;;) { in handleRawText() local
859 pad_.add(begin, pos_ - begin); in handleRawText()
864 begin = pos_; in handleRawText()
867 pad_.add(begin, pos_ - begin); in handleRawText()
869 begin = pos_; in handleRawText()
872 pad_.add(begin, pos_ - begin); in handleRawText()
885 begin = pos_; in handleRawText()
895 begin = pos_; in handleRawText()