Searched defs:UTF_8 (Results 1 – 5 of 5) sorted by relevance
170 NATIVE, UTF_8; enumConstant
43 public static final int UTF_8 = 0x6A; field in CharacterSets
1086 public static final java.nio.charset.Charset UTF_8 = java.nio.charset.Charset field in CharsetUtil
295 public static final int UTF_8 = 0x6A; field in CharacterSets
67 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in Utility