Home | History | Annotate | Download | only in editing

Lines Matching refs:noBreakSpace

2237     m_target.replace(noBreakSpace, ' ');
2258 m_buffer[m_cursor] = c == noBreakSpace ? ' ' : foldQuoteMarkOrSoftHyphen(c);