Home
last modified time | relevance | path

Searched defs:UTF_8 (Results 1 – 7 of 7) sorted by relevance

/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/
DBuildMetadataCppFromXmlTest.java143 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in BuildMetadataCppFromXmlTest.MockedCommand
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java54 protected static final String UTF_8 = "UTF-8"; field in LiteralByteStringTest
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
DBuildMetadataCppFromXml.java219 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in BuildMetadataCppFromXml
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java58 protected static final String UTF_8 = "UTF-8"; field in LiteralByteStringTest
/third_party/musl/src/locale/
Diconv.c18 #define UTF_8 0310 macro
/third_party/musl/porting/liteos_m/kernel/src/locale/
Diconv.c18 #define UTF_8 0310 macro
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DInternal.java58 static final Charset UTF_8 = Charset.forName("UTF-8"); field in Internal