Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DLineEnding.cpp162 char toEndingChar = toCR ? '\r' : '\n'; in normalizeToCROrLF() local
192 *q++ = toEndingChar; in normalizeToCROrLF()
195 *q++ = toEndingChar; in normalizeToCROrLF()