Searched refs:checkLineLength (Results 1 – 2 of 2) sorted by relevance
13 void ParserCommon::checkLineLength(size_t len, const char* str) { in checkLineLength() function in ParserCommon223 checkLineLength(len, data); in writeBlockIndent()263 checkLineLength(size, data); in writeBlockTrim()290 checkLineLength(1, "\n"); in writePending()330 checkLineLength(strlen(str), str); in writeString()
71 void checkLineLength(size_t len, const char* str);