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