- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 86 for Utf8 (0.21 seconds)
-
android/guava/src/com/google/common/base/Utf8.java
* even though the JDK decoder may accept them. * * @author Martin Buchholz * @author Clément Roux * @since 16.0 */ @GwtCompatible public final class Utf8 { /** * Returns the number of bytes in the UTF-8-encoded form of {@code sequence}. For a string, this * method is equivalent to {@code string.getBytes(UTF_8).length}, but is more efficient in both * time and space.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 7K bytes - Click Count (0) -
guava/src/com/google/common/base/Utf8.java
* even though the JDK decoder may accept them. * * @author Martin Buchholz * @author Clément Roux * @since 16.0 */ @GwtCompatible public final class Utf8 { /** * Returns the number of bytes in the UTF-8-encoded form of {@code sequence}. For a string, this * method is equivalent to {@code string.getBytes(UTF_8).length}, but is more efficient in both * time and space.Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Aug 11 19:31:30 GMT 2025 - 7K bytes - Click Count (0) -
src/archive/zip/testdata/utf8-winrar.zip
Joe Tsai <******@****.***> 1509655996 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 21:35:59 GMT 2017 - 146 bytes - Click Count (0) -
src/archive/zip/testdata/utf8-winzip.zip
Joe Tsai <******@****.***> 1509655996 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 21:35:59 GMT 2017 - 146 bytes - Click Count (0) -
src/archive/tar/testdata/gnu-utf8.tar
Joe Tsai <******@****.***> 1503528984 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 24 01:35:39 GMT 2017 - 2.5K bytes - Click Count (0) -
src/archive/zip/testdata/utf8-7zip.zip
Joe Tsai <******@****.***> 1509655996 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 21:35:59 GMT 2017 - 146 bytes - Click Count (0) -
src/archive/zip/testdata/utf8-infozip.zip
Joe Tsai <******@****.***> 1509655996 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 21:35:59 GMT 2017 - 162 bytes - Click Count (0) -
src/archive/zip/testdata/utf8-osx.zip
Joe Tsai <******@****.***> 1509655996 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Mon Nov 06 21:35:59 GMT 2017 - 138 bytes - Click Count (0) -
src/archive/tar/testdata/gnu-not-utf8.tar
Joe Tsai <******@****.***> 1503528984 -0700
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Aug 24 01:35:39 GMT 2017 - 1.5K bytes - Click Count (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/DerWriter.kt
} fun writeObjectIdentifier(s: String) { val utf8 = Buffer().writeUtf8(s) val v1 = utf8.readDecimalLong() require(utf8.readByte() == '.'.code.toByte()) val v2 = utf8.readDecimalLong() writeVariableLengthLong(v1 * 40 + v2) while (!utf8.exhausted()) { require(utf8.readByte() == '.'.code.toByte()) val vN = utf8.readDecimalLong() writeVariableLengthLong(vN) } }
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 5.7K bytes - Click Count (0)