Searched refs:startAt (Results 1 – 4 of 4) sorted by relevance
386 int startAt; in annotate() local389 startAt = cursor; in annotate()391 startAt = lastEnd; in annotate()394 annotations.add(new Annotation(startAt, startAt + amt, msg)); in annotate()
400 int startAt; in annotate() local403 startAt = cursor; in annotate()405 startAt = lastEnd; in annotate()408 annotations.add(new Annotation(startAt, startAt + amt, msg)); in annotate()
67 int startAt = at; in intern() local92 Type.intern(descriptor.substring(startAt, at)); in intern()
95 int startAt = at; in fromDescriptor() local120 Type.intern(descriptor.substring(startAt, at)); in fromDescriptor()