Searched defs:findIgnoringCase (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h239 size_t findIgnoringCase(const LChar* str, unsigned start = 0) const function in class:WTF::String
241 size_t findIgnoringCase(const String& str, unsigned start = 0) const function in class:WTF::String
H A DStringImpl.cpp1047 size_t StringImpl::findIgnoringCase(const LChar* matchString, unsigned index) function in class:WTF::StringImpl
1212 size_t StringImpl::findIgnoringCase(StringImpl* matchString, unsigned index) function in class:WTF::StringImpl

Completed in 120 milliseconds