Searched refs:UTF_16 (Results 1 - 15 of 15) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DCharsets.java81 public static final Charset UTF_16 = Charset.forName("UTF-16"); field in class:Charsets
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java80 public static final String UTF_16 = "UTF-16"; field in class:HTTP
/external/guava/guava-tests/test/com/google/common/base/
H A DCharsetsTest.java62 assertEquals(Charset.forName("UTF-16"), Charsets.UTF_16);
/external/guava/guava-tests/test/com/google/common/net/
H A DMediaTypeTest.java19 import static com.google.common.base.Charsets.UTF_16;
342 assertEquals(Optional.of(UTF_16),
412 .addEqualityGroup(MediaType.create("text", "plain").withCharset(UTF_16))
/external/guava/guava-tests/test/com/google/common/io/
H A DByteStreamsTest.java19 import static com.google.common.base.Charsets.UTF_16;
355 byte[] expected = Arrays.copyOfRange("r\u00C9sum\u00C9".getBytes(UTF_16.name()), 2, 14);
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DByteStringTest.java59 private static final String UTF_16 = "UTF-16"; field in class:ByteStringTest
133 ByteString byteString = ByteString.copyFrom(testString, UTF_16);
134 byte[] testBytes = testString.getBytes(UTF_16);
/external/guava/guava-tests/test/com/google/common/hash/
H A DHashTestUtils.java516 Charsets.UTF_16,
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1071 milliseconds