Home | History | Annotate | Download | only in text

Lines Matching refs:start

35     int start;              /* first logical position of the run */
44 * Note that members start and limit of a run instance have different
49 * - start is the first logical position of the run in the source text.
52 * - start is the first logical position of the run in the source text.
63 BidiRun(int start, int limit, byte embeddingLevel)
65 this.start = start;
75 this.start = run.start;
86 return start;
102 return limit - start;
147 return "BidiRun " + start + " - " + limit + " @ " + level;