Home
last modified time | relevance | path

Searched refs:TestUTF8 (Results 1 – 12 of 12) sorted by relevance

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go403 type TestUTF8 struct { struct
416 func (m *TestUTF8) Reset() { *m = TestUTF8{} } argument
417 func (m *TestUTF8) String() string { return proto.CompactTextString(m) } argument
418 func (*TestUTF8) ProtoMessage() {} argument
419 func (*TestUTF8) Descriptor() ([]byte, []int) { argument
423 func (m *TestUTF8) XXX_Unmarshal(b []byte) error { argument
426 func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
429 func (m *TestUTF8) XXX_Merge(src proto.Message) { argument
432 func (m *TestUTF8) XXX_Size() int { argument
435 func (m *TestUTF8) XXX_DiscardUnknown() { argument
[all …]
Dproto3.proto91 message TestUTF8 { message
/external/icu/icu4c/source/test/intltest/
Dustrtest.h88 void TestUTF8();
Dustrtest.cpp57 TESTCASE_AUTO(TestUTF8); in runIndexedTest()
1866 UnicodeStringTest::TestUTF8() { in TestUTF8() function in UnicodeStringTest
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c26 static void TestUTF8(void);
40 addTest(root, &TestUTF8, "ucsdetst/TestUTF8"); in addUCsdetTest()
117 static void TestUTF8(void) in TestUTF8() function
Dnucnvtst.c45 static void TestUTF8(void);
261 addTest(root, &TestUTF8, "tsconv/nucnvtst/TestUTF8"); in addTestNewConvert()
1904 static void TestUTF8() { in TestUTF8() function
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3612 type TestUTF8 struct { struct
3625 func (m *TestUTF8) Reset() { *m = TestUTF8{} } argument
3626 func (m *TestUTF8) String() string { return proto.CompactTextString(m) } argument
3627 func (*TestUTF8) ProtoMessage() {} argument
3628 func (*TestUTF8) Descriptor() ([]byte, []int) { argument
3632 func (m *TestUTF8) XXX_Unmarshal(b []byte) error { argument
3635 func (m *TestUTF8) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
3638 func (m *TestUTF8) XXX_Merge(src proto.Message) { argument
3641 func (m *TestUTF8) XXX_Size() int { argument
3644 func (m *TestUTF8) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto564 message TestUTF8 { message
/external/golang-protobuf/proto/
Dall_test.go2262 proto2: &TestUTF8{Scalar: String(invalidUTF8)},
2263 proto3: &pb3.TestUTF8{Scalar: invalidUTF8},
2267 proto2: &TestUTF8{Vector: []string{invalidUTF8}},
2268 proto3: &pb3.TestUTF8{Vector: []string{invalidUTF8}},
2272 proto2: &TestUTF8{Oneof: &TestUTF8_Field{invalidUTF8}},
2273 proto3: &pb3.TestUTF8{Oneof: &pb3.TestUTF8_Field{invalidUTF8}},
2277 proto2: &TestUTF8{MapKey: map[string]int64{invalidUTF8: 0}},
2278 proto3: &pb3.TestUTF8{MapKey: map[string]int64{invalidUTF8: 0}},
2282 proto2: &TestUTF8{MapValue: map[int64]string{0: invalidUTF8}},
2283 proto3: &pb3.TestUTF8{MapValue: map[int64]string{0: invalidUTF8}},
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java160 public void TestUTF8() throws Exception { in TestUTF8() method in TestCharsetDetector
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java163 public void TestUTF8() throws Exception { in TestUTF8() method in TestCharsetDetector
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestCharset.java1831 public void TestUTF8() throws CharacterCodingException{ in TestUTF8() method in TestCharset