Searched defs:UTF_8 (Results 1 – 10 of 10) sorted by relevance
16 pub const UTF_8: &'static UTF8Encoding = &UTF8Encoding; constant
143 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in BuildMetadataCppFromXmlTest.MockedCommand
219 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in BuildMetadataCppFromXml
237 try (BufferedReader r = Files.newBufferedReader(path, UTF_8)) { in wasAutoGenerated() argument
54 try (Writer w = Files.newBufferedWriter(file, UTF_8, fileOptions); in writeToFile() argument
38 protected static final String UTF_8 = "UTF-8"; field in LiteralByteStringTest
18 #define UTF_8 0310 macro
36 static final Charset UTF_8 = Charset.forName("UTF-8"); field in Internal
24 #define UTF_8 0310 macro