- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testIsWellFormed_2Bytes (0.33 sec)
-
android/guava-tests/test/com/google/common/base/Utf8Test.java
testBytes(1, EXPECTED_ONE_BYTE_ROUNDTRIPPABLE_COUNT); } /** Tests that round tripping of all two byte permutations work. */ @GwtIncompatible // java.nio.charset.Charset public void testIsWellFormed_2Bytes() { testBytes(2, EXPECTED_TWO_BYTE_ROUNDTRIPPABLE_COUNT); } /** Tests that round tripping of all three byte permutations work. */ @GwtIncompatible // java.nio.charset.Charset
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0)