Searched refs:C_sSubTags (Results 1 – 2 of 2) sorted by relevance
30 const char * ComponentDescriptionImpl::C_sSubTags[ComponentDescription::tag_MAX] member in ComponentDescriptionImpl110 if ( 0 == stricmp(sTag.GetBuffer(), C_sSubTags[i]) ) in GetBeginTag()160 return strnicmp( i_pTextPosition+2, C_sSubTags[eTag], strlen(C_sSubTags[eTag]) ) == 0 in MatchesEndTag()162 && *(i_pTextPosition + 2 + strlen(C_sSubTags[eTag]) ) == '>'; in MatchesEndTag()168 return strlen(C_sSubTags[eTag]) + 3; in EndTagLength()
88 static const char * C_sSubTags[ComponentDescription::tag_MAX]; member in ComponentDescriptionImpl