Searched refs:RLO (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java777 private static final byte RLO = 15; field in class:BidiBase
920 static final int DirPropFlagO[] = { DirPropFlag(LRO), DirPropFlag(RLO) };
935 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO);
939 private static final int MASK_RLX = DirPropFlag(RLE)|DirPropFlag(RLO);
982 0x202a to 0x202e (LRE, RLE, PDF, LRO, RLO) */
1365 * as pushed with each LRE, RLE, LRO, and RLO and popped with each PDF,
1445 case RLO:
1452 if (dirProp == RLO) {
1623 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */
1640 /* - the BN column regroups BN, LRE, RLE, LRO, RLO, PD
[all...]
/openjdk7/jdk/test/java/text/Bidi/
H A DBidiConformance.java1597 private static final char RLO = '\u202E'; field in class:BidiConformance
1617 * 0x202E: [RLO] Right-to-left override (Explicit, Strong)
1988 {RLO + "Did you say '" + LRE + "he said \"" + RLE + "ABC " +
1996 {RLO + "Did you say '" + LRE + "he said \"" + RLE + "ABC " +

Completed in 40 milliseconds