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

/openjdk7/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java74 testBidi("This is a string with " + LTRS + " in it.", false);
75 testBidi("This is a string with \ud800 in it.", false);
76 testBidi("This is a string with \u0640 in it.", 22, 1);
77 testBidi(RTLS, true);
78 testBidi("This is a string with " + RTLS + RTLS + RTLS + " in it.", 22, 6);
81 void testBidi(String string, boolean directionIsRTL) { method in class:BidiSurrogateTest
91 void testBidi(String string, int rtlstart, int rtllength) { method in class:BidiSurrogateTest

Completed in 114 milliseconds