Lines Matching defs:bidi
53 package sun.text.bidi;
208 * package com.ibm.icu.dev.test.bidi;
2674 * digits to other decimal digits before running the bidi algorithm. This
2840 BidiBase bidi = paraBidi; /* get Para object if Line object */
2841 verifyRange(charIndex, 0, bidi.length);
2843 for (paraIndex = 0; charIndex >= bidi.paras[paraIndex]; paraIndex++) {
2887 public Bidi setLine(Bidi bidi, BidiBase bidiBase, Bidi newBidi, BidiBase newBidiBase, int start, int limit)
2893 return BidiLine.setLine(bidi, this, newBidi, newBidiBase, start, limit);
3320 * Return true if the specified text requires bidi analysis. If this returns
3330 * @return true if the range of characters requires bidi analysis
3371 * @param levels an array representing the bidi level of each object
3410 * Display the bidi internal state, used in debugging.