Searched defs:UTF_16BE (Results 1 – 2 of 2) sorted by relevance
100 public static final String UTF_16BE = "UTF-16BE"; field in CharEncoding
78 public static final Charset UTF_16BE = Charset.forName("UTF-16BE"); field in Charsets