Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipRestOfLine (0.35 sec)

  1. okhttp/src/test/java/okhttp3/internal/idn/StringprepReader.kt

            0 -> {
              // ;
              skipRestOfLine()
              IntRange(startCodePoint, startCodePoint)
            }
            1 -> {
              // '\n'
              IntRange(startCodePoint, startCodePoint)
            }
            2 -> {
              // '-'
              val endCodePoint = readHexadecimalUnsignedLong().toInt()
              skipRestOfLine()
              IntRange(startCodePoint, endCodePoint)
            }
    Plain Text
    - Registered: Fri Mar 29 11:42:11 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 5.8K bytes
    - Viewed (0)
Back to top