Searched refs:toCR (Results 1 – 1 of 1) sorted by relevance
152 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR);155 void normalizeToCROrLF(const CString& from, Vector<char>& result, bool toCR) in normalizeToCROrLF() argument161 char fromEndingChar = toCR ? '\n' : '\r'; in normalizeToCROrLF()162 char toEndingChar = toCR ? '\r' : '\n'; in normalizeToCROrLF()