Searched refs:UTF_8 (Results 1 – 9 of 9) sorted by relevance
41 return new ByteArrayInputStream(result.getBytes(StandardCharsets.UTF_8)); in createBackupUtils()
47 mJsonWriter = new JsonWriter(new OutputStreamWriter(out, StandardCharsets.UTF_8)); in open()
25 import static java.nio.charset.StandardCharsets.UTF_8;273 PrintWriter writer = new PrintWriter(new OutputStreamWriter(out, UTF_8)); in classLoaderWithProviders()
194 getClass().getClassLoader().getResource(resourceName), StandardCharsets.UTF_8); in load()
189 "placeholder\nplaceholder\n".getBytes(StandardCharsets.UTF_8))); in testGetFileHash()
223 final String stdout = Files.asCharSource(gtestStdoutFile, StandardCharsets.UTF_8).read(); in runAngleListTrace()355 final String stdout = Files.asCharSource(gtestStdoutFile, StandardCharsets.UTF_8).read(); in getAndLogTraceMetrics()
167 final String text = Files.asCharSource(textFile, StandardCharsets.UTF_8).read(); in logTextFile()
263 …y (BufferedReader reader = new BufferedReader(new InputStreamReader(is, StandardCharsets.UTF_8))) { in readStream() argument
713 Files.write(roboOutput, outputContent, StandardCharsets.UTF_8); in createMockRoboOutputFile()