Searched refs:dotCount (Results 1 – 2 of 2) sorted by relevance
109 private int dotCount = 0; field in SDFReader563 if ((count = (int) super.getLineNumber() / 1000) > this.dotCount) { in makeDot()564 this.dotCount = count; in makeDot()
145 private int dotCount; field in XLIFFReader716 if ((count = (int) this.transUnitCounter / 1000) > this.dotCount) { in makeDot()717 this.dotCount = count; in makeDot()
Completed in 14 milliseconds