Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipWhitespace (0.21 sec)

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

      val result = mutableMapOf<Int, String>()
      val target = Buffer()
      while (!exhausted()) {
        skipWhitespace()
        val sourceCodePoint = readHexadecimalUnsignedLong().toInt()
        skipWhitespace()
        if (select(optionsSemicolon) != 0) throw IOException("expected ';'")
        skipWhitespace()
        while (select(optionsSemicolon) == -1) {
          val targetCodePoint = readHexadecimalUnsignedLong().toInt()
    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