Home | History | Annotate | Download | only in text

Lines Matching refs:jnext

942             for (int j = i, jnext; j < mlimit; j = jnext) {
943 jnext = mCharacterStyleSpanSet.getNextTransition(mStart + j, mStart + mlimit) -
949 if ((mCharacterStyleSpanSet.spanStarts[k] >= mStart + jnext) ||
956 x += handleText(wp, j, jnext, i, inext, runIsRtl, c, x,
957 top, y, bottom, fmi, needWidth || jnext < measureLimit);