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,
68 int curLevel = levels[lstart];
72 int level = levels[i];
120 int level = levels[i];
149 // level, we have a series of alternating levels that
162 if (levels[ld[i]] >= level) {
164 while (e < ld.length && levels[ld[e]] >= level) {