Home
last modified time | relevance | path

Searched refs:findIgnoringCaseInternal (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp1161 ALWAYS_INLINE size_t findIgnoringCaseInternal(const CharType* searchCharacters, const LChar* matchS… in findIgnoringCaseInternal() function
1194 …return findIgnoringCaseInternal(characters8() + index, matchString, index, searchLength, matchLeng… in findIgnoringCase()
1195 …return findIgnoringCaseInternal(characters16() + index, matchString, index, searchLength, matchLen… in findIgnoringCase()