Home
last modified time | relevance | path

Searched refs:commentLine (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java187 String commentLine = null; in RBManager() local
190 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() local
292 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()
/third_party/typescript/src/services/
DtextChanges.ts1388 const commentLine = sourceFile.getLineAndCharacterOfPosition(range.pos).line; constant
1390 if (commentLine >= lastCommentEndLine + 2) break;
/third_party/typescript/src/compiler/
Dutilities.ts4758 const commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos); constant
4760 if (commentLine >= lastCommentLine + 2) {
/third_party/typescript/lib/
DtypingsInstaller.js19012 var commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos);
19013 if (commentLine >= lastCommentLine + 2) {
Dtsc.js14954 var commentLine = getLineOfLocalPositionFromLineMap(lineMap, comment.pos);
14955 if (commentLine >= lastCommentLine + 2) {