Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inlineDeltaOrNullMultipleSourceCodePoints (0.25 sec)

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

              sourceCodePoint0 = 2,
              sourceCodePoint1 = 2,
              mappedToCodePoints = listOf(1),
            ),
          ),
        ).isEqualTo(InlineDelta(2, -1))
      }
    
      @Test fun inlineDeltaOrNullMultipleSourceCodePoints() {
        assertThat(
          inlineDeltaOrNull(
            mappingOf(
              sourceCodePoint0 = 2,
              sourceCodePoint1 = 3,
              mappedToCodePoints = listOf(2),
            ),
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top