HomeSort by relevance Sort by last modified time
    Searched defs:reverseFindIgnoringCase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
WTFString.h 242 size_t reverseFindIgnoringCase(const String& str, unsigned start = UINT_MAX) const
243 { return m_impl ? m_impl->reverseFindIgnoringCase(str.impl(), start) : kNotFound; }
251 { return caseSensitive ? reverseFind(str, start) : reverseFindIgnoringCase(str, start); }
StringImpl.cpp     [all...]

Completed in 51 milliseconds