Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTextIterator.cpp85 mutable Vector<UChar> m_normalizedMatch; member in WebCore::SearchBuffer
1783 normalizeCharacters(match, matchLength, m_normalizedMatch); in isBadMatch()
1788 const UChar* b = m_normalizedMatch.begin(); in isBadMatch()
1789 const UChar* bEnd = m_normalizedMatch.end(); in isBadMatch()