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

/openjdk7/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java35 private static final String LTRS = new String(Character.toChars(0x107ff)); // surrogate code point with L directionality field in class:BidiSurrogateTest
56 testRequiresBidi(LTRS, false); // supplementary with L
59 testRequiresBidi(LTRS + RTLS, true); // R supplementary in LTR supplementary text
74 testBidi("This is a string with " + LTRS + " in it.", false);

Completed in 30 milliseconds