Lines Matching refs:nameColon
173 if (currentAttribute_->nameColon == 0) { in nextAttribute()
182 currentAttribute_->nameColon - currentAttribute_->nameBegin)); in nextAttribute()
184 currentAttribute_->nameColon + 1, in nextAttribute()
185 currentAttribute_->nameEnd - (currentAttribute_->nameColon + 1)); in nextAttribute()
400 bool XmlReader::scanName(char const ** nameColon) { in scanName() argument
401 OSL_ASSERT(nameColon != 0 && *nameColon == 0); in scanName()
414 *nameColon = pos_; in scanName()
663 char const * nameColon = 0; in handleStartTag() local
664 if (!scanName(&nameColon)) { in handleStartTag()
769 if (nameColon == 0) { in handleStartTag()
773 *nsId = getNamespaceId(Span(nameBegin, nameColon - nameBegin)); in handleStartTag()
774 *localName = Span(nameColon + 1, nameEnd - (nameColon + 1)); in handleStartTag()
788 char const * nameColon = 0; in handleEndTag() local
789 if (!scanName(&nameColon) || in handleEndTag()