MCPcopy Create free account
hub / github.com/SOUI2/soui / CompareNoCase

Method CompareNoCase

utilities/include/string/tstring.h:458–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 return tchar_traits::StrCmp(m_pszData, psz);
457 }
458 int CompareNoCase(const tchar* psz) const
459 {
460 return tchar_traits::StrICmp(m_pszData, psz);
461 }
462
463 // simple sub-string extraction
464 TStringT Mid(int nFirst) const

Callers 15

charsetFromStringMethod · 0.80
GetAttributeMethod · 0.80
DefAttributeProcMethod · 0.80
OnAttrHeightMethod · 0.80
OnAttrWidthMethod · 0.80
OnAttrWidthMethod · 0.80
OnAttrHeightMethod · 0.80
parseGridGravityMethod · 0.80
OnAttrWidthMethod · 0.80
OnAttrHeightMethod · 0.80
DefAttributeProcMethod · 0.80
OnAttrAlignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected