Home
last modified time | relevance | path

Searched refs:C_sSubTags (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdim.cxx30 const char * ComponentDescriptionImpl::C_sSubTags[ComponentDescription::tag_MAX] member in ComponentDescriptionImpl
110 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()
H A Dxml_cdim.hxx88 static const char * C_sSubTags[ComponentDescription::tag_MAX]; member in ComponentDescriptionImpl