Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for appendCodePoint (0.19 seconds)

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

          sb.setLength(0);
          int utf8Length = 0;
          for (int i = 0; i < 6; i++) {
            Integer randomCodePoint = codePoints[rnd.nextInt(codePoints.length)];
            sb.appendCodePoint(randomCodePoint);
            utf8Length += requireNonNull(utf8Lengths.get(randomCodePoint));
            if (utf8Length != Utf8.encodedLength(sb)) {
              StringBuilder repro = new StringBuilder();
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 15:59:55 GMT 2026
    - 12.9K bytes
    - Click Count (0)
Back to Top