Searched refs:Decode (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | encodedstreamtest.cpp | 92 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestEncodedInputStream() 93 EXPECT_TRUE(MemoryEncoding::Decode(eis, &actual)); in TestEncodedInputStream() 110 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestEncodedInputStream() 111 EXPECT_TRUE(MemoryEncoding::Decode(eis, &actual)); in TestEncodedInputStream() 132 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestAutoUTFInputStream() 133 EXPECT_TRUE(AutoUTF<unsigned>::Decode(eis, &actual)); in TestAutoUTFInputStream() 151 EXPECT_TRUE(UTF8<>::Decode(s, &expected)); in TestAutoUTFInputStream() 152 EXPECT_TRUE(AutoUTF<unsigned>::Decode(eis, &actual)); in TestAutoUTFInputStream()
|
D | encodingstest.cpp | 318 bool result = UTF8<>::Decode(is, &decodedCodepoint); in TEST() 378 bool result = UTF16<>::Decode(is, &decodedCodepoint); in TEST() 409 bool result = UTF32<>::Decode(is, &decodedCodepoint); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | encodings.h | 124 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 263 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 386 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 495 static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 565 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() function 567 static const DecodeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Decode) }; in Decode() 591 if (!SourceEncoding::Decode(is, &codepoint)) in Transcode()
|
D | writer.h | 265 if (!SourceEncoding::Decode(is, &codepoint)) in WriteString()
|
/packages/modules/DnsResolver/tests/testdata/ |
D | README.md | 84 ## Decode packets in pbtext 124 Decode packet
|