Searched defs:RTLS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java34 private static final String RTLS = new String(Character.toChars(0x10800)); // surrogate code point with R directionality field in class:BidiSurrogateTest
57 testRequiresBidi(RTLS, true); // supplementary with R
58 testRequiresBidi("a" + RTLS + "b", true); // R supplementary in LTR text
59 testRequiresBidi(LTRS + RTLS, true); // R supplementary in LTR supplementary text
77 testBidi(RTLS, true);
78 testBidi("This is a string with " + RTLS + RTLS + RTLS + " in it.", 22, 6);

Completed in 1624 milliseconds