Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShardsHaveExpectedRoundTrippables (0.22 sec)

  1. android/guava-tests/test/com/google/common/base/Utf8Test.java

            0x75, 0x30, 0x32, 0x30, 0x61, 0x63, 0x63, 0xc2, 0xa2, 0x64, 0x65, 0xc9, 0x8b, 0x36, 0x32);
        // Not a valid string
        assertNotWellFormed(-1, 0, -1, 0);
      }
    
      public void testShardsHaveExpectedRoundTrippables() {
        // A sanity check.
        long actual = 0;
        for (long expected : generateFourByteShardsExpectedRunnables()) {
          actual += expected;
        }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 12.7K bytes
    - Viewed (0)
Back to top