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

/openjdk7/jdk/test/sun/nio/cs/
H A DTestMS5022X.java638 private static void roundTrip(String name, method in class:TestMS5022X
697 roundTrip("MS50221", testStr, expectedBytes);
698 roundTrip("MS50221", JISX0212, expectedBytes_JISX0212);
701 roundTrip("MS50220",
709 roundTrip("MS50220", JISX0212, expectedBytes_JISX0212);
726 roundTrip("x-windows-iso2022jp",
731 roundTrip("MS50221", testStr , mixedBytesExpected);
H A DTestISO2022JP.java542 private static void roundTrip(String testStr, byte[] expectBytes, method in class:TestISO2022JP
574 roundTrip(testStr1, expectedBytes1, "ISO-2022-JP");
575 roundTrip(testStr1, expectedBytes1, "ISO-2022-JP-2");
576 roundTrip(JISX0212, expectedBytes_JISX0212, "ISO-2022-JP-2");
582 roundTrip(testStr2 , mixedBytesExpected, "ISO-2022-JP");
583 roundTrip(testStr2 , mixedBytesExpected, "ISO-2022-JP-2");

Completed in 30 milliseconds