Searched defs:UTF_16LE (Results 1 – 6 of 6) sorted by relevance
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
112 public static final String UTF_16LE = "UTF-16LE"; field in CharEncoding
84 public static final Charset UTF_16LE = Charset.forName("UTF-16LE"); field in Charsets
11 #define UTF_16LE 0301 macro