Searched refs:WIDE_NEWLINE (Results 1 – 2 of 2) sorted by relevance
29 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE); variable324 if (data[pos - offset] == WIDE_NEWLINE[0] || pos - offset < 0) { in GetSubParagraphByOffset()330 if (data[pos + offset] == WIDE_NEWLINE[0] || in GetSubParagraphByOffset()
152 const std::wstring WIDE_NEWLINE = StringUtils::ToWstring(NEWLINE); variable1658 if (data[dataPtr] != WIDE_NEWLINE[0]) { in StripNextLine()