Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DparserCommon.cpp13 void ParserCommon::checkLineLength(size_t len, const char* str) { in checkLineLength() function in ParserCommon
223 checkLineLength(len, data); in writeBlockIndent()
263 checkLineLength(size, data); in writeBlockTrim()
290 checkLineLength(1, "\n"); in writePending()
330 checkLineLength(strlen(str), str); in writeString()
DparserCommon.h71 void checkLineLength(size_t len, const char* str);