Searched refs:checkLineLength (Results 1 – 4 of 4) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | parserCommon.cpp | 13 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()
|
D | parserCommon.h | 71 void checkLineLength(size_t len, const char* str);
|
/external/skia/tools/bookmaker/ |
D | parserCommon.cpp | 13 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()
|
D | parserCommon.h | 73 void checkLineLength(size_t len, const char* str);
|