Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sourceCodePoint1 (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp-idna-mapping-table/src/test/kotlin/okhttp3/internal/idn/MappingTablesTest.kt

              sourceCodePoint0 = 0,
              sourceCodePoint1 = 0,
              mappedToCodePoints = listOf(1 shl 18),
            ),
          ),
        ).isEqualTo(null)
      }
    
      private fun mappingOf(
        sourceCodePoint0: Int,
        sourceCodePoint1: Int,
        mappedToCodePoints: List<Int>,
      ): Mapping =
        Mapping(
          sourceCodePoint0 = sourceCodePoint0,
          sourceCodePoint1 = sourceCodePoint1,
          type = TYPE_MAPPED,
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 6.3K bytes
    - Click Count (0)
Back to Top