Home
last modified time | relevance | path

Searched defs:TestUTF8 (Results 1 – 10 of 10) sorted by relevance

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go403 type TestUTF8 struct { struct
404 Scalar string `protobuf:"bytes,1,opt,name=scalar,proto3" json:"scalar,omitempty"`
405 Vector []string `protobuf:"bytes,2,rep,name=vector,proto3" json:"vector,omitempty"`
408 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"`
409 …p_key,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,…
410 …:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=…
411 XXX_NoUnkeyedLiteral struct{} `json:"-"`
412 XXX_unrecognized []byte `json:"-"`
413 XXX_sizecache int32 `json:"-"`
416 func (m *TestUTF8) Reset() { *m = TestUTF8{} }
[all …]
Dproto3.proto91 message TestUTF8 { message
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go3612 type TestUTF8 struct { struct
3613 Scalar *string `protobuf:"bytes,1,opt,name=scalar" json:"scalar,omitempty"`
3614 Vector []string `protobuf:"bytes,2,rep,name=vector" json:"vector,omitempty"`
3617 Oneof isTestUTF8_Oneof `protobuf_oneof:"oneof"`
3618 …son:"map_key,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"varint,2,opt,name=value"`
3619 …n:"map_value,omitempty" protobuf_key:"varint,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
3620 XXX_NoUnkeyedLiteral struct{} `json:"-"`
3621 XXX_unrecognized []byte `json:"-"`
3622 XXX_sizecache int32 `json:"-"`
3625 func (m *TestUTF8) Reset() { *m = TestUTF8{} }
[all …]
Dtest.proto564 message TestUTF8 { message
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c117 static void TestUTF8(void) in TestUTF8() function
Dnucnvtst.c1904 static void TestUTF8() { in TestUTF8() function
/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/icu4c/source/test/intltest/
Dustrtest.cpp1866 UnicodeStringTest::TestUTF8() { in TestUTF8() function in UnicodeStringTest
/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