Searched refs:UTF_16 (Results 1 – 6 of 6) sorted by relevance
60 public static final Charset UTF_16 = Charset.forName("UTF-16"); field in Charsets
50 assertEquals(Charset.forName("UTF-16"), Charsets.UTF_16); in testUtf16()
75 public static final String UTF_16 = "UTF-16"; field in HTTP
67 case Id3Parser.v2.ENCODING.UTF_16:647 UTF_16: 1, property
58 private static final String UTF_16 = "UTF-16"; field in ByteStringTest132 ByteString byteString = ByteString.copyFrom(testString, UTF_16); in testCopyFrom_StringEncoding()133 byte[] testBytes = testString.getBytes(UTF_16); in testCopyFrom_StringEncoding()
694 byte[] expected = Arrays.copyOfRange("r\u00C9sum\u00C9".getBytes(Charsets.UTF_16), 2, 14);