Home | History | Annotate | Download | only in text

Lines Matching refs:levels

54      * @param levels levels as returned from {@link #bidi}
55 * @param lstart start of the line in the levels array
61 public static Directions directions(int dir, byte[] levels, int lstart,
65 int curLevel = levels[lstart];
69 int level = levels[i];
117 int level = levels[i];
146 // level, we have a series of alternating levels that
159 if (levels[ld[i]] >= level) {
161 while (e < ld.length && levels[ld[e]] >= level) {