HomeSort by relevance Sort by last modified time
    Searched defs:UTF_16LE (Results 1 - 6 of 6) sorted by null

  /external/guava/guava/src/com/google/common/base/
Charsets.java 54 public static final Charset UTF_16LE = Charset.forName("UTF-16LE");
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintUtils.java 384 private static final String UTF_16LE = "UTF_16LE"; //$NON-NLS-1$
389 * (for UTF8, UTF_16 or UTF_16LE), use that instead.
407 * (for UTF8, UTF_16 or UTF_16LE), use that instead.
445 // UTF_16LE since UTF_32LE has the same prefix!
450 defaultCharset = charset = UTF_16LE;
472 charset = seenOddZero ? UTF_16 : seenEvenZero ? UTF_16LE : UTF_8;
  /sdk/common/src/com/android/util/
PositionXmlParser.java 56 private static final String UTF_16LE = "UTF_16LE"; //$NON-NLS-1$
187 // UTF_16LE since UTF_32LE has the same prefix!
192 defaultCharset = charset = UTF_16LE;
258 charset = seenOddZero ? UTF_16 : seenEvenZero ? UTF_16LE : UTF_8;
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 237 milliseconds