HomeSort by relevance Sort by last modified time
    Searched refs:UTF_8 (Results 51 - 75 of 584) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/tzdata/tools/src/main/libcore/tzdata/update/tools/
TzDataBundleBuilder.java 93 checksumsFileContent.toString().getBytes(StandardCharsets.UTF_8));
96 tzDataVersion.getBytes(StandardCharsets.UTF_8));
  /cts/tests/tests/calllog/src/android/calllog/cts/
TestUtils.java 43 br = new BufferedReader(new InputStreamReader(in, StandardCharsets.UTF_8));
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 19 import static com.google.common.base.Charsets.UTF_8;
108 Files.write(testClass, srcFile1, Charsets.UTF_8);
114 Files.write(intdef, srcFile2, Charsets.UTF_8);
193 String symbol = new String(contents, i, length, UTF_8);
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
Util.java 29 static final Charset UTF_8 = Charset.forName("UTF-8");
  /external/guava/guava-tests/test/com/google/common/base/
CharsetsTest.java 46 assertEquals(Charset.forName("UTF-8"), Charsets.UTF_8);
  /external/okhttp/okio/okio/src/main/java/okio/
Util.java 22 public static final Charset UTF_8 = Charset.forName("UTF-8");
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
SlashdotPolicyExample.java 100 new InputStreamReader(System.in, Charsets.UTF_8));
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDecodedBitStreamParser.h 17 static const FX_CHAR* UTF_8;
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/
MDNSUtils.java 56 if (containsVendor(new String(entry.getValue(), StandardCharsets.UTF_8),
  /libcore/luni/src/main/java/libcore/net/http/
ResponseUtils.java 42 Charset responseCharset = StandardCharsets.UTF_8;
  /libcore/luni/src/test/java/libcore/util/
HexEncodingTest.java 27 final byte[] avocados = "avocados".getBytes(StandardCharsets.UTF_8);
  /external/guava/guava-tests/test/com/google/common/net/
MediaTypeTest.java 20 import static com.google.common.base.Charsets.UTF_8;
80 assertEquals(Optional.of(UTF_8), charset);
230 MediaType.parse("text/plain").withCharset(UTF_8));
232 MediaType.parse("text/plain; charset=utf-16").withCharset(UTF_8));
337 assertEquals(Optional.of(UTF_8),
380 MediaType.create("text", "plain").withCharset(UTF_8),
411 .addEqualityGroup(MediaType.create("text", "plain").withCharset(UTF_8))
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
MediaTypeTest.java 19 import static com.google.common.base.Charsets.UTF_8;
170 MediaType.parse("text/plain").withCharset(UTF_8));
172 MediaType.parse("text/plain; charset=utf-16").withCharset(UTF_8));
277 assertEquals(Optional.of(UTF_8),
315 MediaType.create("text", "plain").withCharset(UTF_8),
  /external/okhttp/okio/okio/src/test/java/okio/
ByteStringTest.java 38 byte[] bytes = "Hello, World!".getBytes(Util.UTF_8);
74 assertByteArraysEquals(byteString.toByteArray(), bronzeHorseman.getBytes(Util.UTF_8));
75 assertTrue(byteString.equals(ByteString.of(bronzeHorseman.getBytes(Util.UTF_8))));
104 InputStream in = new ByteArrayInputStream("abc".getBytes(Util.UTF_8));
111 InputStream in = new ByteArrayInputStream("ABC".getBytes(Util.UTF_8));
131 InputStream in = new ByteArrayInputStream("abc".getBytes(Util.UTF_8));
OkioTest.java 27 import static okio.Util.UTF_8;
100 ("a" + repeat('b', Segment.SIZE * 2) + "c").getBytes(UTF_8));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
MediaTypeTest.java 143 assertEquals("UTF-8", noCharset.charset(Util.UTF_8).name());
147 assertEquals("ISO-8859-1", charset.charset(Util.UTF_8).name());
MultipartBuilderTest.java 23 import static com.squareup.okhttp.internal.Util.UTF_8;
129 "... contents of file2.gif ...".getBytes(UTF_8)))
  /frameworks/base/packages/Osu/src/com/android/anqp/
OSUProvider.java 51 mOSUServer = Constants.getPrefixedString(payload, 1, StandardCharsets.UTF_8);
73 mOsuNai = Constants.getPrefixedString(payload, 1, StandardCharsets.UTF_8, true);
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
RedirectListener.java 137 new InputStreamReader(instance.getInputStream(), StandardCharsets.UTF_8))) {
166 StandardCharsets.UTF_8))) {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiCertManager.java 71 String[] keys = new String(bytes, StandardCharsets.UTF_8).split(SEP);
110 writeConfigFile(value.getBytes(StandardCharsets.UTF_8));
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/
OSUProvider.java 48 mOSUServer = Constants.getPrefixedString(payload, 1, StandardCharsets.UTF_8);
70 mOsuNai = Constants.getPrefixedString(payload, 1, StandardCharsets.UTF_8, true);
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
ShellCommandBuilder.java 76 new InputStreamReader(inputStream, StandardCharsets.UTF_8))) {
  /external/guava/guava-tests/test/com/google/common/hash/
Murmur3Hash128Test.java 47 murmur3_128(0).hashString("The quick brown fox jumps over the lazy dog", Charsets.UTF_8);
  /external/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 89 String roundTripString = unicode.toString(UTF_8);

Completed in 569 milliseconds

1 23 4 5 6 7 8 91011>>