strcasecmp          5 LayoutTests/http/tests/misc/refresh-headers.php   if (0 == strcasecmp($_SERVER["HTTP_CACHE_CONTROL"], "max-age=0"))
strcasecmp         10 LayoutTests/http/tests/misc/refresh-headers.php   if ((0 == strcasecmp($_SERVER["HTTP_CACHE_CONTROL"], "no-cache")) ||
strcasecmp         11 LayoutTests/http/tests/misc/refresh-headers.php       (0 == strcasecmp($_SERVER["HTTP_PRAGMA"], "no-cache")))
strcasecmp        140 Source/core/html/parser/TextResourceDecoder.cpp     if (source == EncodingFromMetaTag && !strcasecmp(encoding.name(), "x-user-defined"))
strcasecmp        100 Source/wtf/text/TextCodecICU.cpp         else if (!strcasecmp(standardName, "iso-8859-9")) // This name is returned in different case by ICU 3.2 and 3.6.
strcasecmp        373 Source/wtf/text/TextCodecICU.cpp     if (!strcmp(m_encoding.name(), "GBK") || !strcasecmp(m_encoding.name(), "gb18030"))
strcasecmp        139 Source/wtf/text/TextEncodingRegistry.cpp             && strcasecmp(atomicName, "iso-8859-8") == 0)