Searched defs:inBlockComment (Results 1 – 1 of 1) sorted by relevance
121 private boolean inBlockComment = false; field in IcuDataDumper.IcuDataParser356 static LineMatch match(String line, boolean inBlockComment) { in match()