Searched defs:UTF_16LE (Results 1 – 2 of 2) sorted by relevance
112 public static final String UTF_16LE = "UTF-16LE"; field in CharEncoding
88 public static final Charset UTF_16LE = Charset.forName("UTF-16LE"); field in Charsets