Searched defs:UTF_8 (Results 1 - 25 of 44) sorted by relevance

12

/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDecodedBitStreamParser.h17 static const FX_CHAR* UTF_8; member in class:CBC_QRDecodedBitStreamParser
H A DBC_QRDecodedBitStreamParser.cpp31 const FX_CHAR* CBC_QRDecodedBitStreamParser::UTF_8 = "utf8"; member in class:CBC_QRDecodedBitStreamParser
252 return *UTF_8;
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DCharsets.java27 * <p>Assuming you're free to choose, note that <b>{@link #UTF_8} is widely preferred</b>.
44 * {@link java.nio.charset.StandardCharsets#UTF_8} instead.
47 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in class:Charsets
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DUtil.java29 static final Charset UTF_8 = Charset.forName("UTF-8"); field in class:Util
/external/guava/guava/src/com/google/common/base/
H A DCharsets.java28 * <p>Assuming you're free to choose, note that <b>{@link #UTF_8} is widely preferred</b>.
65 * {@link java.nio.charset.StandardCharsets#UTF_8} instead.
68 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in class:Charsets
/external/guava/guava-gwt/src-super/java/nio/charset/
H A DCharset.java29 private static final Charset UTF_8 = new Charset("UTF-8") {}; field in class:Charset
34 AVAILABLE_CHARSETS.put(UTF_8.name(), UTF_8);
/external/sl4a/Common/src/org/apache/commons/codec/
H A DCharEncoding.java124 public static final String UTF_8 = "UTF-8"; field in class:CharEncoding
/external/caliper/examples/src/main/java/examples/
H A DUtf8Benchmark.java31 static final Charset UTF_8 = Charset.forName("UTF-8"); field in class:Utf8Benchmark
129 byte[] bytes = string.getBytes(UTF_8);
/external/okhttp/okio/okio/src/main/java/okio/
H A DUtil.java22 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in class:Util
/external/apache-http/src/org/apache/http/protocol/
H A DHTTP.java79 public static final String UTF_8 = "UTF-8"; field in class:HTTP
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DLiteralByteStringTest.java53 protected static final String UTF_8 = "UTF-8"; field in class:LiteralByteStringTest
294 LiteralByteString unicode = new LiteralByteString(testString.getBytes(UTF_8));
295 String roundTripString = unicode.toString(UTF_8);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java48 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in class:Util
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbugTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/services/bugzilla/
H A DUpdateBugStateTask.java35 private static final String UTF_8 = "UTF-8"; //$NON-NLS-1$ field in class:UpdateBugStateTask
561 elem = URLEncoder.encode(elem, UTF_8);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...

Completed in 1754 milliseconds

12