Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for UrlComponentEncodingTesterJvmPlatform (0.17 seconds)

  1. okhttp/src/jvmTest/kotlin/okhttp3/UrlComponentEncodingTesterJvm.kt

    import okhttp3.UrlComponentEncodingTester.Component
    
    fun urlComponentEncodingTesterJvmPlatform(component: Component): UrlComponentEncodingTester.Platform =
      when (component) {
        Component.USER -> {
          UrlComponentEncodingTesterJvmPlatform()
            .escapeForUri('%'.code)
        }
    
        Component.PASSWORD -> {
          UrlComponentEncodingTesterJvmPlatform()
            .escapeForUri('%'.code)
        }
    
        Component.HOST -> {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 5.5K bytes
    - Click Count (0)
  2. okhttp/src/jvmTest/kotlin/okhttp3/UrlComponentEncodingTester.kt

            if (encoding == Encoding.SKIP) continue
            testParseOriginal(codePoint, codePointString, encoding, component)
            testParseAlreadyEncoded(codePoint, encoding, component)
    
            val platform = urlComponentEncodingTesterJvmPlatform(component)
            platform.test(codePoint, codePointString, encoding, component)
          }
        }
    
      private fun testParseAlreadyEncoded(
        codePoint: Int,
        encoding: Encoding,
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 12.3K bytes
    - Click Count (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

    Jesse Wilson <******@****.***> 1754293128 -0700
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Mon Aug 04 07:38:48 GMT 2025
    - 69.9K bytes
    - Click Count (0)
Back to Top