Searched refs:isBadMatch (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp85 bool isBadMatch(const UChar*, size_t length) const;
1976 inline bool SearchBuffer::isBadMatch(const UChar* match, size_t matchLength) const function in class:WebCore::SearchBuffer
2137 if (isBadMatch(m_buffer.data() + matchStart, matchedLength) || ((m_options & AtWordStarts) && !isWordStartMatch(matchStart, matchedLength))) {

Completed in 32 milliseconds