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

/openjdk7/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java36 private static final String LRE = "\u202a"; field in class:BidiSurrogateTest
60 testRequiresBidi(LRE, false); // LRE lone embedding
H A DBidiConformance.java1593 private static final char LRE = '\u202A'; field in class:BidiConformance
1613 * 0x202A: [LRE] Left-to-right embedding (Explicit, Strong)
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 " +
2019 {" Did you say '" + LRE + "he said \"" + RLE + "ABC " + HebrewABC +
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java773 private static final byte LRE = 11; field in class:BidiBase
919 static final int DirPropFlagE[] = { DirPropFlag(LRE), DirPropFlag(RLE) };
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,
1422 case LRE:
1433 /* we don't need to set LEVEL_OVERRIDE off for LRE
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 LR
[all...]

Completed in 60 milliseconds