Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for toAsciiLowercase (0.16 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

              writeInt(maxDynamicTableByteCount, PREFIX_5_BITS, 0x20)
            }
    
            for (i in 0 until headerBlock.size) {
              val header = headerBlock[i]
              val name = header.name.toAsciiLowercase()
              val value = header.value
              var headerIndex = -1
              var headerNameIndex = -1
    
              val staticIndex = NAME_TO_FIRST_INDEX[name]
              if (staticIndex != null) {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLokio/ByteString;->internalGet$okio(I)B
    HSPLokio/ByteString;->rangeEquals(ILokio/ByteString;II)Z
    HSPLokio/ByteString;->rangeEquals(I[BII)Z
    HSPLokio/ByteString;->startsWith(Lokio/ByteString;)Z
    HSPLokio/ByteString;->toAsciiLowercase()Lokio/ByteString;
    HSPLokio/ByteString;->utf8()Ljava/lang/String;
    HSPLokio/ByteString;->write$okio(Lokio/Buffer;II)V
    HSPLokio/FileSystem;-><clinit>()V
    HSPLokio/FileSystem;-><init>()V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (1)
Back to top