Searched refs:Validate (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | encodings.h | 153 static bool Validate(InputStream& is, OutputStream& os) { in Validate() function 281 static bool Validate(InputStream& is, OutputStream& os) { in Validate() function 394 static bool Validate(InputStream& is, OutputStream& os) { in Validate() function 502 static bool Validate(InputStream& is, OutputStream& os) { in Validate() function 572 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate() function 574 static const ValidateFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Validate) }; in Validate() 599 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate() function 614 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { 615 return Encoding::Validate(is, os); // source/target encoding are the same
|
D | pointer.h | 813 if (!Transcoder<UTF8<>, EncodingType>().Validate(is, os) || !is.IsValid()) { in Parse() 928 if (!Transcoder<EncodingType, UTF8<> >().Validate(source, target)) in Stringify()
|
D | reader.h | 719 !Transcoder<SEncoding, TEncoding>::Validate(is, os) : in ParseStringToStream()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | encodingstest.cpp | 329 bool result = UTF8<>::Validate(is, os2); in TEST() 389 bool result = UTF16<>::Validate(is, os2); in TEST() 420 bool result = UTF32<>::Validate(is, os2); in TEST()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
D | rapidjsontest.cpp | 332 result &= UTF8<>::Validate(is, os); in TEST_F()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | dom.md | 114 `kParseValidateEncodingFlag` | Validate encoding of JSON strings.
|