Searched refs:nl (Results 1 – 2 of 2) sorted by relevance
85 char* nl = static_cast<char *>(memchr(mBuffer + mNext, '\n', mEnd - mNext)); in readLine() local86 if (nl == nullptr) { in readLine()89 mNext = nl - mBuffer + 1; in readLine()93 return std::make_pair(result, nl); in readLine()
483 int nl = 0; in withinBlockquoteConsecutive() local486 nl++; in withinBlockquoteConsecutive()490 withinParagraph(out, text, i, next - nl); in withinBlockquoteConsecutive()492 if (nl == 1) { in withinBlockquoteConsecutive()495 for (int j = 2; j < nl; j++) { in withinBlockquoteConsecutive()