Home | History | Annotate | Download | only in webkitmerge

Lines Matching full:commentend

346         char* commentEnd = commentStart;
347 if (skipText(&commentEnd, "*/")) {
348 if (commentEnd < lineStart + textLen) {
349 commentEnd[-1] = '\0';
350 textLen = commentEnd - lineStart - 2;