Home | History | Annotate | Download | only in webkitmerge

Lines Matching refs:textLen

324     size_t textLen = strlen(m_text);
336 if (commentStart < lineStart + textLen)
342 textLen = commentStart - lineStart;
348 if (commentEnd < lineStart + textLen) {
350 textLen = commentEnd - lineStart - 2;
360 textLen = commentStart - lineStart - 2;
445 return textLen;