Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DTextIterator.cpp1425 static inline UChar foldQuoteMark(UChar c) in foldQuoteMark() function
1456 data[i] = foldQuoteMark(data[i]); in foldQuoteMarks()
1919 m_buffer[m_cursor] = c == noBreakSpace ? ' ' : foldQuoteMark(c); in append()
/external/webkit/WebCore/
DChangeLog-2010-01-2986807 (WebCore::foldQuoteMark): Added.