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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java774 private static final byte LRO = 12; field in class:BidiBase
920 static final int DirPropFlagO[] = { DirPropFlag(LRO), DirPropFlag(RLO) };
930 DirPropFlag(L)|DirPropFlag(EN)|DirPropFlag(AN)|DirPropFlag(LRE)|DirPropFlag(LRO);
938 private static final int MASK_LRX = DirPropFlag(LRE)|DirPropFlag(LRO);
982 0x202a to 0x202e (LRE, RLE, PDF, LRO, RLO) */
1365 * as pushed with each LRE, RLE, LRO, and RLO and popped with each PDF,
1423 case LRO:
1430 if (dirProp == LRO) {
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, RL
[all...]
/openjdk7/jdk/test/java/text/Bidi/
H A DBidiConformance.java1596 private static final char LRO = '\u202D'; field in class:BidiConformance
1616 * 0x202D: [LRO] Left-to-right override (Explicit, Strong)
1968 {LRO + "He said \"" + RLE + "ABC " + NKoABC + " " + NKo123 + PDF +
1974 {LRO + "He said \"" + RLE + "ABC " + HebrewABC + " " + NKo123 + PDF +

Completed in 52 milliseconds