Searched refs:commentLine (Results 1 – 5 of 5) sorted by relevance
187 String commentLine = null; in RBManager() local190 commentLine = line.substring(line.indexOf("#")+1,line.length()); in RBManager()193 if (commentLine != null && commentLine.trim().length() > 0) { in RBManager()195 Hashtable descriptors = getDescriptors(null,commentLine); in RBManager()289 String commentLine = null; in RBManager() local292 commentLine = line.substring(line.indexOf("#")+1,line.length()); in RBManager()295 if (commentLine != null && commentLine.trim().length() > 0) { in RBManager()297 Hashtable descriptors = getDescriptors(null,commentLine); in RBManager()
1388 const commentLine = sourceFile.getLineAndCharacterOfPosition(range.pos).line; constant1390 if (commentLine >= lastCommentEndLine + 2) break;
4758 const commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos); constant4760 if (commentLine >= lastCommentLine + 2) {
19012 var commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos);19013 if (commentLine >= lastCommentLine + 2) {
14954 var commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos);14955 if (commentLine >= lastCommentLine + 2) {