Searched defs:ignoreCase (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExp.h55 bool ignoreCase() const { return m_flags & FlagIgnoreCase; } function in class:JSC::RegExp
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrPattern.cpp864 YarrPattern::YarrPattern(const String& pattern, bool ignoreCase, bool multiline, const char** error) argument
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h491 inline bool equalPossiblyIgnoringCase(const String& a, const String& b, bool ignoreCase) argument
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtznames_impl.cpp115 TextTrieMap::TextTrieMap(UBool ignoreCase, UObjectDeleter *valueDeleter) argument
/macosx-10.10.1/OpenSSL098-52/src/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp426 int CompareCStrs(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) argument
502 Boolean CStrsAreEqual(const char *theFirstCStr,const char *theSecondCStr,const Boolean ignoreCase) argument
516 Boolean PStrsAreEqual(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase) argument
531 int ComparePStrs(const unsigned char *theFirstPStr,const unsigned char *theSecondPStr,const Boolean ignoreCase) argument
604 int CompareCStrToPStr(const char *theCStr,const unsigned char *thePStr,const Boolean ignoreCase) argument
[all...]
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_request.c1614 int ignoreCase = 0; local

Completed in 211 milliseconds