Home
last modified time | relevance | path

Searched defs:toAsciiLowercase (Results 1 – 9 of 9) sorted by relevance

/external/okio/okio/src/commonMain/kotlin/okio/
DByteString.kt85 fun toAsciiLowercase(): ByteString in utf8() method
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DSegmentedByteString.kt38 override fun toAsciiLowercase() = toByteString().toAsciiLowercase() in <lambda>() method in okio.SegmentedByteString
DByteString.kt98 actual open fun toAsciiLowercase(): ByteString = commonToAsciiLowercase() in toAsciiLowercase() method in okio.ByteString
/external/okio/okio/src/jvmMain/kotlin/okio/
DSegmentedByteString.kt47 override fun toAsciiLowercase() = toByteString().toAsciiLowercase() in <lambda>() method in okio.SegmentedByteString
DByteString.kt111 actual open fun toAsciiLowercase(): ByteString = commonToAsciiLowercase() in base64Url() method in okio.ByteString
/external/okhttp/okio/okio/src/main/java/okio/
DSegmentedByteString.java96 @Override public ByteString toAsciiLowercase() { in toAsciiLowercase() method in SegmentedByteString
DByteString.java198 public ByteString toAsciiLowercase() { in toAsciiLowercase() method in ByteString
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DSegmentedByteString.java97 @Override public ByteString toAsciiLowercase() { in toAsciiLowercase() method in SegmentedByteString
DByteString.java200 public ByteString toAsciiLowercase() { in toAsciiLowercase() method in ByteString