Home | History | Annotate | Download | only in text

Lines Matching defs:MIXED

81  * <li>{@link #MIXED}
302 * if (direction != Bidi.MIXED) {
311 * // mixed-directional
493 * If the text is not mixed-directional, then the
674 * Mixed-directional text.
680 public static final byte MIXED = 2;
1100 /* for non-mixed text, we only need a tiny array of runs (no allocation) */
2360 /* determine if the text is mixed-directional or single-directional */
2370 return MIXED;
2432 /* determine if the text is mixed-directional or single-directional */
2436 if (dirct != MIXED) {
2437 /* not mixed directionality: levels don't matter - trailingWSStart will be 0 */
2441 /* inverse BiDi: mixed, but all characters are at the same embedding level */
2671 /* again, determine if the text is mixed-directional or single-directional */
2746 /* determine if the text is mixed-directional or single-directional */
3712 * direction is not MIXED
3831 this.direction = MIXED;
4089 * the paragraph text has mixed directionality!
4380 MIXED</code>
4383 * and which direction, or if it is mixed-directional.
4390 * @see #MIXED
4926 * never <code>MIXED</code>.
5434 * it either has mixed runs of left-to-right and right-to-left text, or the