Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inlineDeltaOrNullMultipleMappedToCodePoints (0.12 sec)

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

              sourceCodePoint0 = 2,
              sourceCodePoint1 = 3,
              mappedToCodePoints = listOf(2),
            ),
          ),
        ).isEqualTo(null)
      }
    
      @Test fun inlineDeltaOrNullMultipleMappedToCodePoints() {
        assertThat(
          inlineDeltaOrNull(
            mappingOf(
              sourceCodePoint0 = 1,
              sourceCodePoint1 = 1,
              mappedToCodePoints = listOf(2, 3),
            ),
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 6.3K bytes
    - Viewed (0)
Back to top