Searched refs:RLE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java37 private static final String RLE = "\u202b"; field in class:BidiSurrogateTest
61 testRequiresBidi(RLE, true); // RLE lone embedding
H A DBidiConformance.java1594 private static final char RLE = '\u202B'; field in class:BidiConformance
1614 * 0x202B: [RLE] Right-to-left embedding (Explicit, Strong)
1958 {RLE + "ABC " + HebrewABC + " " + NKo123 + "." + PDF,
1963 {"He said \"" + RLE + "ABC " + HebrewABC + " " + NKo123 + PDF + ".\"",
1968 {LRO + "He said \"" + RLE + "ABC " + NKoABC + " " + NKo123 + PDF +
1974 {LRO + "He said \"" + RLE + "ABC " + HebrewABC + " " + NKo123 + PDF +
1980 {"Did you say '" + LRE + "he said \"" + RLE + "ABC " + HebrewABC +
1988 {RLO + "Did you say '" + LRE + "he said \"" + RLE + "ABC " +
1996 {RLO + "Did you say '" + LRE + "he said \"" + RLE + "ABC " +
2014 {" He said \"" + RLE
[all...]
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java776 private static final byte RLE = 14; field in class:BidiBase
919 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
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,
1444 case RLE:
1455 /* we don't need to set LEVEL_OVERRIDE off for RLE
1494 /* BN, LRE, RLE, and PDF are supposed to be removed (X9) */
1623 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RL
[all...]

Completed in 54 milliseconds