Searched defs:UTF_8 (Results 1 – 10 of 10) sorted by relevance
28 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in ChooserUtil
32 static final Charset UTF_8 = Charset.forName("UTF-8"); field in ZipEntryReader
84 new InputStreamReader(publicXmlFile.getContents(), Charsets.UTF_8))) { in loadPublicResources()
33 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in SingleStreamDiffScriptWriter
139 new OutputStreamWriter(new FileOutputStream(file), StandardCharsets.UTF_8)) { in installLog()
41 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in HashedStringCache
339 UTF_8("UTF-8"), enumConstant
155 StandardCharsets.UTF_8)) { in processFile()
45 public static final int UTF_8 = 0x6A; field in CharacterSets
116 private static final String UTF_8 = "UTF-8"; field in VCardComposer