Lines Matching refs:begin
165 currentAttribute_ = attributes_.begin(); in nextAttribute()
212 char const * p = text.begin; in normalizeLineEnds()
385 char const * begin = pos_; in scanCdataSection() local
397 return Span(begin, i); in scanCdataSection()
402 for (char const * begin = pos_;; ++pos_) { in scanName() local
412 return pos_ != begin; in scanName()
422 int XmlReader::scanNamespaceIri(char const * begin, char const * end) { in scanNamespaceIri() argument
423 OSL_ASSERT(begin != 0 && begin <= end); in scanNamespaceIri()
424 Span iri(handleAttributeValue(begin, end, false)); in scanNamespaceIri()
562 char const * begin, char const * end, bool fullyNormalize) in handleAttributeValue() argument
566 while (begin != end && isSpace(*begin)) { in handleAttributeValue()
567 ++begin; in handleAttributeValue()
569 while (end != begin && isSpace(end[-1])) { in handleAttributeValue()
572 char const * p = begin; in handleAttributeValue()
584 pad_.add(begin, p - begin); in handleAttributeValue()
589 pad_.add(begin, p - begin); in handleAttributeValue()
595 begin = ++p; in handleAttributeValue()
604 pad_.add(begin, p - begin); in handleAttributeValue()
605 begin = ++p; in handleAttributeValue()
609 begin = ++p; in handleAttributeValue()
614 pad_.add(begin, p - begin); in handleAttributeValue()
616 begin = p; in handleAttributeValue()
625 pad_.add(begin, p - begin); in handleAttributeValue()
627 char const * p = begin; in handleAttributeValue()
632 pad_.add(begin, p - begin); in handleAttributeValue()
633 begin = ++p; in handleAttributeValue()
637 pad_.add(begin, p - begin); in handleAttributeValue()
642 begin = p; in handleAttributeValue()
646 pad_.add(begin, p - begin); in handleAttributeValue()
648 begin = p; in handleAttributeValue()
655 pad_.add(begin, p - begin); in handleAttributeValue()
849 for (char const * begin = pos_;;) { in handleRawText() local
858 pad_.add(begin, pos_ - begin); in handleRawText()
863 begin = pos_; in handleRawText()
866 pad_.add(begin, pos_ - begin); in handleRawText()
868 begin = pos_; in handleRawText()
871 pad_.add(begin, pos_ - begin); in handleRawText()
884 begin = pos_; in handleRawText()
894 begin = pos_; in handleRawText()