Lines Matching refs:reorderVisually

1208         System.out.println("*** Test reorderVisually() 1");
1215 Bidi.reorderVisually(levels, 0, objects, 0, objects.length);
1217 checkResult("textNo=" + textNo + ": reorderVisually(levels=[" +
1224 System.out.println("*** Test reorderVisually() 2");
1233 Bidi.reorderVisually(null, 0, objects, 0, count);
1234 errorHandling("reorderVisually() should throw a NPE " +
1241 Bidi.reorderVisually(levels, -1, objects, 0, count);
1242 errorHandling("reorderVisually() should throw an IAE " +
1248 errorHandling("reorderVisually() should not throw an AIOoBE " +
1253 Bidi.reorderVisually(levels, llen, objects, 0, count);
1254 errorHandling("reorderVisually() should throw an IAE " +
1260 errorHandling("reorderVisually() should not throw an AIOoBE " +
1265 Bidi.reorderVisually(levels, 0, null, 0, count);
1266 errorHandling("reorderVisually() should throw a NPE" +
1273 Bidi.reorderVisually(levels, 0, objects, -1, count);
1274 errorHandling("reorderVisually() should throw an IAE" +
1280 errorHandling("reorderVisually() should not throw an AIOoBE " +
1285 Bidi.reorderVisually(levels, 0, objects, 6, objects.length);
1286 errorHandling("reorderVisually() should throw an IAE " +
1293 Bidi.reorderVisually(levels, 0, objects, 0, -1);
1294 errorHandling("reorderVisually() should throw an IAE " +
1300 errorHandling("reorderVisually() should not throw an NASE " +
1305 Bidi.reorderVisually(levels, 0, objects, 0, count+1);
1306 errorHandling("reorderVisually() should throw an IAE " +
1312 errorHandling("reorderVisually() should not throw an AIOoBE " +
1317 Bidi.reorderVisually(levels, 0, objects, 0, 0);
1318 checkResult("reorderVisually(count=0)",
1322 errorHandling("reorderVisually() should not throw an exception" +
2394 * Test data for reorderVisually() methods