Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DLineEnding.cpp152 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR);
155 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) in normalizeToCROrLF() argument
161 char fromEndingChar = toCR ? '\n' : '\r'; in normalizeToCROrLF()
162 char toEndingChar = toCR ? '\r' : '\n'; in normalizeToCROrLF()